mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
ce3a72aec6
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.