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 amaury.forgeotdarc, chaz6
Date 2008-12-04.16:15:35
SpamBayes Score 1.2506027e-06
Marked as misclassified No
Message-id <1228407339.33.0.724610679405.issue4524@psf.upfronthosting.co.za>
In-reply-to
Content
The cause is that distutils.sysconfig.parse_makefile() tries to convert
each value to an int, and does succeed on "--with-suffix=3".

The attached patch uses %s formatting to build the program name, this
will accept int values.
All versions are affected.
History
Date User Action Args
2008-12-04 16:15:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, chaz6
2008-12-04 16:15:39amaury.forgeotdarcsetmessageid: <1228407339.33.0.724610679405.issue4524@psf.upfronthosting.co.za>
2008-12-04 16:15:38amaury.forgeotdarclinkissue4524 messages
2008-12-04 16:15:36amaury.forgeotdarccreate