Commit 9473ae9
Skip test in test_socket.py if `sys.getrefcount` isn't available (GH-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`.
(cherry picked from commit 0f6bb28)
Co-authored-by: CF Bolz-Tereick <[email protected]>
1 parent 0d3aa25 commit 9473ae9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5328 | 5328 | | |
5329 | 5329 | | |
5330 | 5330 | | |
| 5331 | + | |
| 5332 | + | |
5331 | 5333 | | |
5332 | 5334 | | |
5333 | 5335 | | |
| |||
0 commit comments