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 neologix
Recipients Arfrever, larry, neologix, pitrou, serhiy.storchaka, vstinner
Date 2014-02-13.11:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM0QZh_=Y9zZ3oWwwV4E6V-+ogJOvap2rxMeHPe6RwV+zg@mail.gmail.com>
In-reply-to <1392222199.85.0.308493220169.issue20526@psf.upfronthosting.co.za>
Content
Please revert.

To debug, since I guess it's due to a memory corruption because objects are
deallocated while they're still in use, you could try to use valgrind.
Unfortunately, since it's due to a race condition, the overhead will
probably make it really hard to reproduce :-(
History
Date User Action Args
2014-02-13 11:24:07neologixsetrecipients: + neologix, pitrou, vstinner, larry, Arfrever, serhiy.storchaka
2014-02-13 11:24:07neologixlinkissue20526 messages
2014-02-13 11:24:07neologixcreate