There was an error while loading. Please reload this page.
1 parent 46fa563 commit dcfba00Copy full SHA for dcfba00
1 file changed
Lib/test/test_ctypes/test_values.py
@@ -75,7 +75,7 @@ class PythonValuesTestCase(unittest.TestCase):
75
76
def test_version_var(self):
77
# This test accesses the Py_Version integer, which is
78
- # exported by the Python dll and should match the sys.flags value
+ # exported by the Python dll and should match the sys.hexversion value
79
80
version = c_int.in_dll(pythonapi, "Py_Version").value
81
self.assertEqual(version, sys.hexversion)
0 commit comments