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 pjenvey
Recipients brett.cannon, pjenvey, vstinner
Date 2010-09-29.21:48:43
SpamBayes Score 0.0091609545
Marked as misclassified No
Message-id <1285796925.47.0.917089846479.issue9988@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like you had PYTHONWARNINGS using the fs encoding before r84694, but reverted it due to bootstrapping issues.

Indeed, the fs encoding isn't initialized until later in Py_InitializeEx. Maybe the PYTHONWARNINGS code should be moved there instead?
History
Date User Action Args
2010-09-29 21:48:45pjenveysetrecipients: + pjenvey, brett.cannon, vstinner
2010-09-29 21:48:45pjenveysetmessageid: <1285796925.47.0.917089846479.issue9988@psf.upfronthosting.co.za>
2010-09-29 21:48:43pjenveylinkissue9988 messages
2010-09-29 21:48:43pjenveycreate