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 benjamin.peterson
Recipients alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, brett.cannon, rupole
Date 2008-09-05.21:20:52
SpamBayes Score 1.853868e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
IMO, it's unacceptable to be running Python code before the stdio
streams are set up. I believe that moving the site initialization after
the setting up the streams isn't as big a problem because the dynlibs
are on sys.path before site is run when python is installed. See
#586680. I will write to Python-dev.
History
Date User Action Args
2008-09-05 21:20:53benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, amaury.forgeotdarc, rupole, alexandre.vassalotti
2008-09-05 21:20:53benjamin.petersonsetmessageid: <[email protected]>
2008-09-05 21:20:52benjamin.petersonlinkissue3279 messages
2008-09-05 21:20:52benjamin.petersoncreate