Message72629
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. |
|
| Date |
User |
Action |
Args |
| 2008-09-05 21:20:53 | benjamin.peterson | set | recipients:
+ benjamin.peterson, brett.cannon, amaury.forgeotdarc, rupole, alexandre.vassalotti |
| 2008-09-05 21:20:53 | benjamin.peterson | set | messageid: <[email protected]> |
| 2008-09-05 21:20:52 | benjamin.peterson | link | issue3279 messages |
| 2008-09-05 21:20:52 | benjamin.peterson | create | |
|