]> granicus.if.org Git - python/commit
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Dec 2016 06:04:15 +0000 (08:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Dec 2016 06:04:15 +0000 (08:04 +0200)
commitb94eef2ae3737b1f03452a30d5c96640c838dc46
tree7fe16b237f4138c70d900384e52f69e72b89b144
parent4ec1590fbf584cbe328230c7b06c64db9b6e3842
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
Lib/test/test_resource.py
Misc/NEWS
Modules/resource.c