summaryrefslogtreecommitdiff
path: root/Lib/test/make_ssl_certs.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-19 08:05:39 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-19 08:05:39 +0200
commitd2131b6bd33e17101ba57b4ace0b2c6e3e104b3e (patch)
tree6f259f5552b25e5c4a1b44f34a8cd56d58ec57cc /Lib/test/make_ssl_certs.py
parentc3ec82eb622bc9be403a6f7f5ce7674ddd66f40c (diff)
parent5607a989a4c9523d143ae85dbf3af1f692fc8ebe (diff)
downloadcpython-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.py1
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 *