[Python-Dev] Taint Mode in Python 3.0 (original) (raw)
Maciej Fijalkowski fijall at gmail.com
Thu Dec 4 20:31:35 CET 2008
- Previous message: [Python-Dev] Taint Mode in Python 3.0
- Next message: [Python-Dev] Taint Mode in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When I try to run this, I get:
Fatal Python error: Py_Initialize: can't initialize sys standard streams Traceback (most recent call last): File "/home/fijal/lang/python/Python30/Lib/encodings/init.py", line 31, in File "/home/fijal/lang/python/Python30/Lib/codecs.py", line 1060, in TaintError: using tainted data Aborted
Are there any tests what it should do? Didn't find it in a diff
On Thu, Dec 4, 2008 at 7:36 PM, Nicole King <nicole at cats-muvva.net> wrote:
Dear All,
I have published the diff for my implementation of tainted mode in Python for R3.0 (released version) at http://www.cats-muvva.net/software/. Look at the bottom the page. I apologise for past problems accessing this web site: I hope to have resolved all the issues with it. Nicole
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/fijall%40gmail.com
- Previous message: [Python-Dev] Taint Mode in Python 3.0
- Next message: [Python-Dev] Taint Mode in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]