Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.

Also added some tests.
This commit is contained in:
Antoine Pitrou 2011-08-23 19:48:34 +02:00
commit 162fee109b
4 changed files with 86 additions and 4 deletions

View file

@ -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)