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 petr.viktorin
Recipients brett.cannon, eric.snow, ncoghlan, petr.viktorin
Date 2015-05-29.19:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432928992.22.0.272043188217.issue24328@psf.upfronthosting.co.za>
In-reply-to
Content
A regression in the PEP 489 implementation prevents loading extension modules with single-character names (because length-1 bytestrings are interned).

Here is a fix. It would be great to have it in 3.5.0b2.
History
Date User Action Args
2015-05-29 19:49:52petr.viktorinsetrecipients: + petr.viktorin, brett.cannon, ncoghlan, eric.snow
2015-05-29 19:49:52petr.viktorinsetmessageid: <1432928992.22.0.272043188217.issue24328@psf.upfronthosting.co.za>
2015-05-29 19:49:52petr.viktorinlinkissue24328 messages
2015-05-29 19:49:52petr.viktorincreate