Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31633f4 commit f8931adCopy full SHA for f8931ad
1 file changed
Lib/test/test_optimizer.py
@@ -1,6 +1,9 @@
1
-import _testinternalcapi
2
import unittest
3
import types
+from test.support import import_helper
4
+
5
6
+_testinternalcapi = import_helper.import_module("_testinternalcapi")
7
8
9
class TestRareEventCounters(unittest.TestCase):
0 commit comments