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
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.6 KB
.travis.yml -rw-r--r-- 8.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 609 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 65.1 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 490.5 KB
configure.ac -rw-r--r-- 161.3 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 43.8 KB
setup.py -rw-r--r-- 99.4 KB

README.rst

back to top