diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-19 06:04:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-19 06:04:15 (GMT) |
commit | b94eef2ae3737b1f03452a30d5c96640c838dc46 (patch) | |
tree | 7fe16b237f4138c70d900384e52f69e72b89b144 /Misc/NEWS | |
parent | 4ec1590fbf584cbe328230c7b06c64db9b6e3842 (diff) | |
download | cpython-b94eef2ae3737b1f03452a30d5c96640c838dc46.zip cpython-b94eef2ae3737b1f03452a30d5c96640c838dc46.tar.gz cpython-b94eef2ae3737b1f03452a30d5c96640c838dc46.tar.bz2 |
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -130,6 +130,9 @@ Core and Builtins Library ------- +- Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that + doesn't own its elements as limits. + - Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. |