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 pitrou
Recipients brett.cannon, loewis, pitrou, scoder
Date 2012-11-03.22:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351982451.43.0.418174099427.issue16392@psf.upfronthosting.co.za>
In-reply-to
Content
I have detected a compatibility issue when reverting to the 2.x behaviour: extension modules which lie about their name in their PyModuleDef are broken. There are two such modules in 3.3: _io and _decimal.

Patch attached, anyway.
History
Date User Action Args
2012-11-03 22:40:51pitrousetrecipients: + pitrou, loewis, brett.cannon, scoder
2012-11-03 22:40:51pitrousetmessageid: <1351982451.43.0.418174099427.issue16392@psf.upfronthosting.co.za>
2012-11-03 22:40:51pitroulinkissue16392 messages
2012-11-03 22:40:51pitroucreate