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 ncoghlan
Recipients Suzumizaki, amaury.forgeotdarc, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2014-02-03.08:31:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dTPXVEWuVLHt+QH019rM2oiT1BOR8DaPpG-3FivweVpA@mail.gmail.com>
In-reply-to <1391411376.28.0.0876265758274.issue20485@psf.upfronthosting.co.za>
Content
Updating the C extension loading API to take advantage of PEP 451 is on the
to do list for 3.5, so I'll see if we can do something about this as well.
However, as Victor noted, it will depend on whether or not we can figure
out a compiler independent cross platform way to look up a non-ASCII symbol
in the extension module's symbol table.
History
Date User Action Args
2014-02-03 08:31:43ncoghlansetrecipients: + ncoghlan, brett.cannon, amaury.forgeotdarc, vstinner, Suzumizaki, eric.snow, serhiy.storchaka
2014-02-03 08:31:43ncoghlanlinkissue20485 messages
2014-02-03 08:31:42ncoghlancreate