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 788835e commit fde9850Copy full SHA for fde9850
Lib/test/test_capi/test_module.py
@@ -1,3 +1,6 @@
1
+# The C functions used by this module are in:
2
+# Modules/_testcapi/module.c
3
+
4
import unittest
5
import types
6
from test.support import import_helper, subTests
@@ -15,9 +18,6 @@ class FakeSpec:
15
18
'Py_mod_token',
16
19
)
17
20
-# The C functions used by this module are in:
-# Modules/_testcapi/module.c
-
21
def def_and_token(mod):
22
return (
23
_testcapi.pymodule_get_def(mod),
0 commit comments