diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-19 08:05:39 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-19 08:05:39 +0200 |
commit | d2131b6bd33e17101ba57b4ace0b2c6e3e104b3e (patch) | |
tree | 6f259f5552b25e5c4a1b44f34a8cd56d58ec57cc /Lib/test/make_ssl_certs.py | |
parent | c3ec82eb622bc9be403a6f7f5ce7674ddd66f40c (diff) | |
parent | 5607a989a4c9523d143ae85dbf3af1f692fc8ebe (diff) | |
download | cpython-d2131b6bd33e17101ba57b4ace0b2c6e3e104b3e.tar.gz |
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
Diffstat (limited to 'Lib/test/make_ssl_certs.py')
-rw-r--r-- | Lib/test/make_ssl_certs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/make_ssl_certs.py b/Lib/test/make_ssl_certs.py index a1f298de34..4d9f01ba6a 100644 --- a/Lib/test/make_ssl_certs.py +++ b/Lib/test/make_ssl_certs.py @@ -3,7 +3,6 @@ and friends.""" import os import shutil -import sys import tempfile from subprocess import * |