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 eric.araujo
Recipients Arfrever, barry, carljm, eric.araujo, michael.foord, nuald, tarek, vstinner
Date 2011-08-21.08:10:26
SpamBayes Score 0.000224078
Marked as misclassified No
Message-id <1313914227.37.0.0418227581475.issue9878@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn’t call this a performance issue.  From #4359, you can see that the two main reasons are first to avoid breakage on platforms that put pyconfig.h and Makefile in another package than the interpreter, and most importantly than the code is hard to maintain.  Resource usage diminution will just be a nice side-effect.
History
Date User Action Args
2011-08-21 08:10:27eric.araujosetrecipients: + eric.araujo, barry, vstinner, tarek, carljm, Arfrever, michael.foord, nuald
2011-08-21 08:10:27eric.araujosetmessageid: <1313914227.37.0.0418227581475.issue9878@psf.upfronthosting.co.za>
2011-08-21 08:10:26eric.araujolinkissue9878 messages
2011-08-21 08:10:26eric.araujocreate