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 amaury.forgeotdarc
Recipients Arfrever, amaury.forgeotdarc, barry, doko, eric.araujo, r.david.murray
Date 2010-12-14.14:20:32
SpamBayes Score 1.689865e-08
Marked as misclassified No
Message-id <1292336434.03.0.0743488350783.issue10262@psf.upfronthosting.co.za>
In-reply-to
Content
The soabi tag could be useful on Windows as well, for example if some package maintainer chooses another version of the compiler, or a custom version of MSVCRT.

And FWIW, PyPy currently uses "--soabi=pypy-1.4" on all platforms: "import foo" will load foo.pypy-14.so (foo.pypy-14.pyd on Windows). There are also some specific abiflags. A difference is that PyPy will also ignore the default foo.so, because extension modules built for CPython will likely crash with PyPy.
History
Date User Action Args
2010-12-14 14:20:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, doko, eric.araujo, Arfrever, r.david.murray
2010-12-14 14:20:34amaury.forgeotdarcsetmessageid: <1292336434.03.0.0743488350783.issue10262@psf.upfronthosting.co.za>
2010-12-14 14:20:32amaury.forgeotdarclinkissue10262 messages
2010-12-14 14:20:32amaury.forgeotdarccreate