mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Also added some tests.
This commit is contained in:
commit
162fee109b
4 changed files with 86 additions and 4 deletions
|
@ -577,7 +577,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
|||
elif ok == FAILED:
|
||||
bad.append(test)
|
||||
elif ok == ENV_CHANGED:
|
||||
bad.append(test)
|
||||
environment_changed.append(test)
|
||||
elif ok == SKIPPED:
|
||||
skipped.append(test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue