summaryrefslogtreecommitdiff
path: root/Lib/test/test_frame.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-27 15:04:59 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-27 15:04:59 +0200
commit60a8b4592bf38b642d204858002737c2bfe5c087 (patch)
treeb0d0314b7c720962df18f7865d36ed9f86b48d5c /Lib/test/test_frame.py
parent88983fee9e51b919e0435b26f4df826ed7652bd0 (diff)
parent0e54a4b4dd2672ea0418aa2136c04a60adc3b36e (diff)
downloadcpython-60a8b4592bf38b642d204858002737c2bfe5c087.tar.gz
Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of the minimum Python version supporting this API.
Diffstat (limited to 'Lib/test/test_frame.py')
-rw-r--r--Lib/test/test_frame.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_frame.py b/Lib/test/test_frame.py
index 189fca90fe..cabfef236d 100644
--- a/Lib/test/test_frame.py
+++ b/Lib/test/test_frame.py
@@ -1,5 +1,3 @@
-import gc
-import sys
import types
import unittest
import weakref