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 gregory.p.smith
Recipients Arfrever, benjamin.peterson, georg.brandl, gregory.p.smith, larry, paul.moore, python-dev, steve.dower, vstinner
Date 2014-02-17.19:13:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PNLWi6zZreA6zR=RzAQgjLKYFPyrAnD6HuQqBZ_mzGxexg@mail.gmail.com>
In-reply-to <1392622569.22.0.863096882946.issue20621@psf.upfronthosting.co.za>
Content
Thanks for trying. :)  I've got a complicated "test" case of zipping up the
stdlib into python27.zip and running the Python test suite against that
which also tends to trigger the bugs.  Some tests failing with SystemError
and such.

It smells like a memory corruption issue but I haven't had time to sit down
and dive in to find it. I won't proceed on my patches for the original bug
until I can figure it out and come up with a more exhaustive unittest that
demonstrates the bug.
History
Date User Action Args
2014-02-17 19:13:01gregory.p.smithsetrecipients: + gregory.p.smith, georg.brandl, paul.moore, vstinner, larry, benjamin.peterson, Arfrever, python-dev, steve.dower
2014-02-17 19:13:01gregory.p.smithlinkissue20621 messages
2014-02-17 19:13:01gregory.p.smithcreate