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 flox
Recipients Trundle, flox
Date 2010-01-18.12:42:44
SpamBayes Score 0.21837384
Marked as misclassified No
Message-id <1263818565.67.0.580543609197.issue7732@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed on trunk.

~ $ mkdir foo.py
~ $ ./python -c 'import imp;imp.find_module("foo", ["."])'
*** glibc detected *** ./python: double free or corruption (!prev): 0x00000000024a7390 ***
======= Backtrace: =========
(...)
History
Date User Action Args
2010-01-18 12:42:45floxsetrecipients: + flox, Trundle
2010-01-18 12:42:45floxsetmessageid: <1263818565.67.0.580543609197.issue7732@psf.upfronthosting.co.za>
2010-01-18 12:42:44floxlinkissue7732 messages
2010-01-18 12:42:44floxcreate