Staging
v0.5.1
https://github.com/python/cpython
Revision a3568417c49f36860393075b21c93996a5f6799b authored by Victor Stinner on 27 May 2019, 23:44:21 UTC, committed by GitHub on 27 May 2019, 23:44:21 UTC
Fix destructor _pyio.BytesIO and _pyio.TextIOWrapper: initialize
their _buffer attribute as soon as possible (in the class body),
because it's used by __del__() which calls close().
1 parent df9b032
History
Tip revision: a3568417c49f36860393075b21c93996a5f6799b authored by Victor Stinner on 27 May 2019, 23:44:21 UTC
bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601)
Tip revision: a356841
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.8 KB
_testembed.c -rw-r--r-- 37.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top