Message232000
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? |
|
Date |
User |
Action |
Args |
2014-12-02 14:35:25 | pitrou | set | recipients:
+ pitrou, barry, brett.cannon, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower |
2014-12-02 14:35:25 | pitrou | set | messageid: <1417530925.56.0.55888060474.issue22980@psf.upfronthosting.co.za> |
2014-12-02 14:35:25 | pitrou | link | issue22980 messages |
2014-12-02 14:35:25 | pitrou | create | |
|