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
Date 2010-11-30.22:12:25
SpamBayes Score 3.4651635e-05
Marked as misclassified No
Message-id <1291155147.7.0.235345382289.issue10262@psf.upfronthosting.co.za>
In-reply-to
Content
The value of get_config_var("SO") is the same as before, something like ".cpython-32.so" by default on Linux. (see, I just moved the line SO=.$SOABI$SO at the bottom of the patch).

In the C file dynload_shlib.c, I chose the names SO_BASE for the "simple" extension (.so) and SO_EXTRA for the "decorated" extension (.cpython-32.so)

Is there a way to write unit tests for all this? This would prove that the default behavior is the same as before.
History
Date User Action Args
2010-11-30 22:12:27amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, doko, eric.araujo, Arfrever
2010-11-30 22:12:27amaury.forgeotdarcsetmessageid: <1291155147.7.0.235345382289.issue10262@psf.upfronthosting.co.za>
2010-11-30 22:12:25amaury.forgeotdarclinkissue10262 messages
2010-11-30 22:12:25amaury.forgeotdarccreate