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 brett.cannon
Recipients Arfrever, brett.cannon, eric.snow, scoder
Date 2012-08-12.16:39:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344789589.81.0.711869059227.issue15623@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have time to delve into C debugging right now, but the question is what changed between 3.2 and 3.3 in terms of when an extension module is inserted into sys.modules since that is the issue ATM. Probably some time in gdb starting in the module's init code and following it to when it is inserted into sys.modules should answer the question (hopefully).
History
Date User Action Args
2012-08-12 16:39:49brett.cannonsetrecipients: + brett.cannon, scoder, Arfrever, eric.snow
2012-08-12 16:39:49brett.cannonsetmessageid: <1344789589.81.0.711869059227.issue15623@psf.upfronthosting.co.za>
2012-08-12 16:39:49brett.cannonlinkissue15623 messages
2012-08-12 16:39:49brett.cannoncreate