Commit c47c641
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 5030e81 commit c47c641
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5261 | 5261 | | |
5262 | 5262 | | |
5263 | 5263 | | |
| 5264 | + | |
| 5265 | + | |
5264 | 5266 | | |
5265 | 5267 | | |
5266 | 5268 | | |
| |||
0 commit comments