]> 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:07:29 +0000 (08:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Dec 2016 06:07:29 +0000 (08:07 +0200)
commit932ee73188c73bbe63834f69566a4f188fbf43a7
treee6714c5150ba9fd0939b409f5553aea4c6319ce1
parent39d60fa9269e129219077288f10541317f1b9374
parent879199ba11947d9765b06806df54566fde75d498
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
Misc/NEWS