diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2017-09-05 05:13:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 05:13:17 (GMT) |
commit | db564238db440d4a2d8eb9d60ffb94ef291f6d30 (patch) | |
tree | b543c66c80fbab511ec65f8fba03f6cf11bb3878 /Modules/_io/_iomodule.h | |
parent | e38d12ed34870c140016bef1e0ff10c8c3d3f213 (diff) | |
download | cpython-db564238db440d4a2d8eb9d60ffb94ef291f6d30.zip cpython-db564238db440d4a2d8eb9d60ffb94ef291f6d30.tar.gz cpython-db564238db440d4a2d8eb9d60ffb94ef291f6d30.tar.bz2 |
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337)
This reverts commit e38d12ed34870c140016bef1e0ff10c8c3d3f213.
Diffstat (limited to 'Modules/_io/_iomodule.h')
-rw-r--r-- | Modules/_io/_iomodule.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_io/_iomodule.h b/Modules/_io/_iomodule.h index 1dce5da..db84037 100644 --- a/Modules/_io/_iomodule.h +++ b/Modules/_io/_iomodule.h @@ -183,5 +183,3 @@ extern PyObject *_PyIO_empty_str; extern PyObject *_PyIO_empty_bytes; extern PyTypeObject _PyBytesIOBuffer_Type; - -extern void _PyIO_atexit_flush(void); |