diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-08-24 15:37:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-08-24 15:37:12 (GMT) |
commit | e37375405657413ef9b83b935bb4ed17cd745ce6 (patch) | |
tree | 0a01a598741e39eaa4876540e580f236b9731d6d /Misc | |
parent | d3ea06537ca902ff1fb034f014232b5970fabda7 (diff) | |
download | cpython-e37375405657413ef9b83b935bb4ed17cd745ce6.zip cpython-e37375405657413ef9b83b935bb4ed17cd745ce6.tar.gz cpython-e37375405657413ef9b83b935bb4ed17cd745ce6.tar.bz2 |
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Patch from Brian Kearns.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #22259: Fix segfault when attempting to fopen a file descriptor + corresponding to a directory. + - Issue #22236: Fixed Tkinter images copying operations in NoDefaultRoot mode. - Issue #22191: Fixed warnings.__all__. |