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 barry, brett.cannon, eric.snow, ncoghlan, pitrou, steve.dower, tim.golden, zach.ware
Date 2014-12-02.14:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417530925.56.0.55888060474.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, C extensions are named something like "_helperlib.cpython-34dm.so". This doesn't take into account the bitness of the interpreter (32- vs. 64-bit), which makes it awkward to use the same working copy with two different interpreters (you have to rebuild everything each time you switch bitnesses).

Worse, under Windows it seems ABI tags aren't even used, giving generic names such as "_helperlib.pyd". Why is that?
History
Date User Action Args
2014-12-02 14:35:25pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower
2014-12-02 14:35:25pitrousetmessageid: <1417530925.56.0.55888060474.issue22980@psf.upfronthosting.co.za>
2014-12-02 14:35:25pitroulinkissue22980 messages
2014-12-02 14:35:25pitroucreate