https://github.com/python/cpython
Revision e2421a36f0868e2c5eb492ca9e74ae3d7c37357e authored by Miss Islington (bot) on 15 November 2023, 14:20:18 UTC, committed by GitHub on 15 November 2023, 14:20:18 UTC
* Fix crash when encoding is not string or None.
* Fix crash when both line_buffering and write_through raise exception
  when converted ti int.
* Add a number of tests for constructor and reconfigure() method
  with invalid arguments.

(cherry picked from commit ee06fffd38cb51ce1c045da9d8336d9ce13c318a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent a92b9e5
History
Tip revision: e2421a36f0868e2c5eb492ca9e74ae3d7c37357e authored by Miss Islington (bot) on 15 November 2023, 14:20:18 UTC
[3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112059)
Tip revision: e2421a3
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 206 bytes
.gitattributes -rw-r--r-- 2.7 KB
.gitignore -rw-r--r-- 2.5 KB
.mailmap -rw-r--r-- 175 bytes
.pre-commit-config.yaml -rw-r--r-- 729 bytes
.readthedocs.yml -rw-r--r-- 389 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 97.1 KB
README.rst -rw-r--r-- 8.9 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 713.5 KB
configure.ac -rw-r--r-- 217.0 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 49.7 KB
setup.py -rw-r--r-- 64.7 KB

README.rst

back to top