diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 22:54:56 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 22:54:56 (GMT) |
commit | d3c4853b7869b347462343fd9df99f998e0eb018 (patch) | |
tree | a57a8027f52185ab3abf65040e694306e3668163 /Misc | |
parent | 7e10dbbd45503268f7bb3b241e30745df6c91b99 (diff) | |
download | cpython-d3c4853b7869b347462343fd9df99f998e0eb018.zip cpython-d3c4853b7869b347462343fd9df99f998e0eb018.tar.gz cpython-d3c4853b7869b347462343fd9df99f998e0eb018.tar.bz2 |
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Extension Modules Library ------- +- Issue #29416: Prevent infinite loop in pathlib.Path.mkdir + - Issue #29444: Fixed out-of-bounds buffer access in the group() method of the match object. Based on patch by WGH. |