]> granicus.if.org Git - python/commit
bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSErr...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Dec 2018 14:43:14 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 14:43:14 +0000 (16:43 +0200)
commite2af34fcf84b41189b54e1f2912faded5daabaca
tree14ddbfbc1b3ba0cac52df2889140f81adf98758c
parentfae95874b729dfe62a7a40625f8717aed20b0fca
bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172)
Lib/test/test_exception_hierarchy.py
Misc/NEWS.d/next/Core and Builtins/2018-12-15-00-47-41.bpo-35504.9gVuen.rst [new file with mode: 0644]
Objects/exceptions.c