mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #14669: Fix pickling of connections and sockets on MacOSX
by sending/receiving an acknowledgment after file descriptor transfer. TestPicklingConnection has been reenabled for MacOSX.
This commit is contained in:
parent
69a06dd59d
commit
04ec8ce1bb
3 changed files with 12 additions and 2 deletions
|
|
@ -2446,8 +2446,6 @@ class _TestPoll(unittest.TestCase):
|
|||
# Test of sending connection and socket objects between processes
|
||||
#
|
||||
|
||||
# Intermittent fails on Mac OS X -- see Issue14669 and Issue12958
|
||||
@unittest.skipIf(sys.platform == "darwin", "fd passing unreliable on Mac OS X")
|
||||
@unittest.skipUnless(HAS_REDUCTION, "test needs multiprocessing.reduction")
|
||||
class _TestPicklingConnections(BaseTestCase):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue