mirror of
https://github.com/python/cpython.git
synced 2026-06-02 17:50:01 -04:00
5adff3f86f
Some socket tests related to sending file descriptors cause a file descriptor leak on macOS, all of them tests that send one or more descriptors than cannot be received on the read end. This appears to be a platform bug. This PR skips those tests when doing a refleak test run to avoid hiding other problems.