| commit | ce3a72aec6eaa0293c397c8d0407f7afe0072b2f | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Oct 19 23:16:50 2007 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri Oct 19 23:16:50 2007 +0000 |
| tree | 646cf27667087a48b908f330759fb94271b43f60 | |
| parent | 75a902db7859a4751743e98530c5d96a672641be [diff] |
Patch 1267 by Christian Heimes.
Move the initialization of sys.std{in,out,err} and __builtin__.open
to C code.
This solves the problem that "python -S" wouldn't work.