Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337)

This reverts commit e38d12ed34.
This commit is contained in:
Neil Schemenauer 2017-09-04 22:13:17 -07:00 committed by GitHub
parent e38d12ed34
commit db564238db
5 changed files with 1 additions and 75 deletions

View file

@ -766,8 +766,6 @@ PyInit__io(void)
!(_PyIO_empty_bytes = PyBytes_FromStringAndSize(NULL, 0)))
goto fail;
_Py_PyAtExit(_PyIO_atexit_flush);
state->initialized = 1;
return m;