commit | 0f6bb28ff3ba152faf7523ea9aaf0094cc39bdda | [log] [tgz] |
---|---|---|
author | CF Bolz-Tereick <cfbolz@gmx.de> | Sun Nov 10 15:16:36 2024 |
committer | GitHub <noreply@github.com> | Sun Nov 10 15:16:36 2024 |
tree | 202c41eada09bf7778cc00d54ef9f1e1c1bc6da5 | |
parent | 160758a574d12bf0d965d8206136e7da4f4fd6c3 [diff] |
Skip test in test_socket.py if `sys.getrefcount` isn't available (#126640) Skip `testMakefileCloseSocketDestroy` test if `sys.getrefcount` isn't available. This is necessary for PyPy and other Python implementations that do not have `sys.getrefcount`.