diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-14 16:15:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 16:15:10 (GMT) |
commit | 24216d0530fda84b482ab29490ddd0d496605e43 (patch) | |
tree | 21a8a75c5d8228862d040c23dfd7bfcb69ee0928 /Lib/idlelib/pyshell.py | |
parent | c003de946793fe2f4e168ba231ea4ee9e88cc3fe (diff) | |
download | cpython-24216d0530fda84b482ab29490ddd0d496605e43.zip cpython-24216d0530fda84b482ab29490ddd0d496605e43.tar.gz cpython-24216d0530fda84b482ab29490ddd0d496605e43.tar.bz2 |
[3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112058)
* 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>
Diffstat (limited to 'Lib/idlelib/pyshell.py')
0 files changed, 0 insertions, 0 deletions