[issue28965] Multiprocessing spawn/forkserver fails to pass Queues

2016-12-15 Thread kumaar.nd
kumaar.nd added the comment: hi, few comments on this: [when tested with 'spawn'] 1. the document(3x, 17.2.1.2) clearly mentions that 'spawn' doesnt inherit the file-handles (hence FileNotFoundError). 2. the document's examples has spawn() followed by join() where pa

[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-13 Thread kumaar.nd
kumaar.nd added the comment: hi, I reviewed the changes of patch set-2. In the test_regrtest.py, instead of adding new condition 229:self.checkError([opt, '0', '-T'], "don't go together") 230:self.checkError([opt, '0', '-l'], "don&