summaryrefslogtreecommitdiff
path: root/Lib/test/test_macpath.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-13 09:42:17 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-13 09:42:17 +0200
commitc5134c83efd1055ea4a9f3680ff29d0d71cd11f7 (patch)
treeb3ec57c060e32f0154d81d455a8eeecb53e8f1a0 /Lib/test/test_macpath.py
parentedc597f4d8d524c57fd62e9153525ff5be7aed1d (diff)
parentcea403188c49d053e716a0b1b07a99a5f1331d9d (diff)
downloadcpython-c5134c83efd1055ea4a9f3680ff29d0d71cd11f7.tar.gz
Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.
Diffstat (limited to 'Lib/test/test_macpath.py')
-rw-r--r--Lib/test/test_macpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py
index 80bec7a799..0698ff5f6b 100644
--- a/Lib/test/test_macpath.py
+++ b/Lib/test/test_macpath.py
@@ -1,5 +1,5 @@
import macpath
-from test import support, test_genericpath
+from test import test_genericpath
import unittest