]> granicus.if.org Git - python/commit
Patch 1267 by Christian Heimes.
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2007 23:16:50 +0000 (23:16 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2007 23:16:50 +0000 (23:16 +0000)
commitce3a72aec6eaa0293c397c8d0407f7afe0072b2f
tree646cf27667087a48b908f330759fb94271b43f60
parent75a902db7859a4751743e98530c5d96a672641be
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.
Doc/c-api/concrete.rst
Doc/data/refcounts.dat
Include/fileobject.h
Lib/io.py
Lib/site.py
Lib/test/test_imp.py
Objects/fileobject.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/import.c
Python/pythonrun.c