commit | ee06fffd38cb51ce1c045da9d8336d9ce13c318a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 14 17:37:56 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Nov 14 17:37:56 2023 +0200 |
tree | 764d92fd0d9f750b2973004c2e7f46c91299adbf | |
parent | a519b87958da0b340caef48349d6e3c23c98e47e [diff] |
gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) * 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.