diff options
author | Thomas Wouters <thomas@python.org> | 2023-06-06 19:47:00 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-06-06 19:47:00 (GMT) |
commit | 8b895929dd3e83fc9d6ecc1d4b6b2f980d711520 (patch) | |
tree | 2be7d16f75bbbba7448e299a7d1c89fcbe08118b /Lib | |
parent | 9824a28a76af4e17496443a87f341d108eb0ebbe (diff) | |
parent | e33add429f8f16340b4c186501bb1e436e66b4cc (diff) | |
download | cpython-8b895929dd3e83fc9d6ecc1d4b6b2f980d711520.zip cpython-8b895929dd3e83fc9d6ecc1d4b6b2f980d711520.tar.gz cpython-8b895929dd3e83fc9d6ecc1d4b6b2f980d711520.tar.bz2 |
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_socket.py | 2 | ||||
-rw-r--r-- | Lib/test/test_stable_abi_ctypes.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 68cdc6e..0eaf642 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -2566,7 +2566,7 @@ class BasicHyperVTest(unittest.TestCase): socket.HV_GUID_BROADCAST socket.HV_GUID_CHILDREN socket.HV_GUID_LOOPBACK - socket.HV_GUID_LOOPBACK + socket.HV_GUID_PARENT def testCreateHyperVSocketWithUnknownProtoFailure(self): expected = r"\[WinError 10041\]" diff --git a/Lib/test/test_stable_abi_ctypes.py b/Lib/test/test_stable_abi_ctypes.py index 6898367..8cad71c 100644 --- a/Lib/test/test_stable_abi_ctypes.py +++ b/Lib/test/test_stable_abi_ctypes.py @@ -917,8 +917,6 @@ if feature_macros['PY_HAVE_THREAD_NATIVE_ID']: ) if feature_macros['Py_REF_DEBUG']: SYMBOL_NAMES += ( - '_Py_DecRefTotal_DO_NOT_USE_THIS', - '_Py_IncRefTotal_DO_NOT_USE_THIS', '_Py_NegativeRefcount', '_Py_RefTotal', ) |