This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients brett.cannon, christian.heimes, gvanrossum
Date 2007-10-20.03:26:30
SpamBayes Score 0.051214557
Marked as misclassified No
Message-id <ca471dc20710192026m6be6a09dp65f717331606b2b8@mail.gmail.com>
In-reply-to <1192850323.82.0.1571901904.issue1267@psf.upfronthosting.co.za>
Content
> OK, I think I might have a solution, and it is really stupid.  I will
> run the unit test suite to see if it really fixes everything.

Here's keeping my fingers crossed.

I do note that the new code still leaks the encoding string which is
malloc'ed in PyTokenizer_FindEncoding but never freed by
call_find_module.

BTW, the test_inspect failure I saw was shallow; I'd renamed the
parent directory and the failure was due to the wrong filename being
baked into the .pyc file. The other 5 failures are all related to the
issue you are chasing here.
History
Date User Action Args
2007-10-20 03:26:31gvanrossumsetspambayes_score: 0.0512146 -> 0.051214557
recipients: + gvanrossum, brett.cannon, christian.heimes
2007-10-20 03:26:30gvanrossumlinkissue1267 messages
2007-10-20 03:26:30gvanrossumcreate