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 alex
Recipients alex, dstufft, eric.araujo
Date 2014-07-05.16:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404578660.09.0.628845153111.issue21923@psf.upfronthosting.co.za>
In-reply-to
Content
If one invokes some distutils code too early, this function will try to read ``_config_vars`` before it is initialized. http://bpaste.net/show/1DOGhL8sdnkPyLTL06AZ/ is an example traceback that results.

The attached patch uses the public API which guarantees that it is defined.
History
Date User Action Args
2014-07-05 16:44:20alexsetrecipients: + alex, eric.araujo, dstufft
2014-07-05 16:44:20alexsetmessageid: <1404578660.09.0.628845153111.issue21923@psf.upfronthosting.co.za>
2014-07-05 16:44:20alexlinkissue21923 messages
2014-07-05 16:44:19alexcreate