Re: [Python-Dev] Taint Mode in Python 3.0 RC3

2008-11-28 Thread Maciej Fijalkowski
I get 404 object not found. On Thu, Nov 27, 2008 at 11:57 PM, Nicole King <[EMAIL PROTECTED]> wrote: > Dear All, > > Apologies that web site was not working earlier. I believe that I've now fixed > it. The patch can still be found at > http://www.cats-muvva.net/software/Python-taint-diff-3.0rc3.ta

[Python-Dev] Taint Mode in Python 3.0 RC3

2008-11-27 Thread Nicole King
Dear All, Apologies that web site was not working earlier. I believe that I've now fixed it. The patch can still be found at http://www.cats-muvva.net/software/Python-taint-diff-3.0rc3.tar.bz2. CatsMuvva ___ Python-Dev mailing list Python-Dev@python.o

[Python-Dev] Taint Mode in Python 3.0 RC3

2008-11-27 Thread Nicole King
Dear All, I found I needed support for taint mode in python and have done some work to realise this. It's by no means complete at this time, but I'm floating this idea on this group to see how much interest there is. The implementation is pretty simple: - an extra field in PyObject to maintain