[issue35695] missing attributes

2019-01-08 Thread Jorge Ramos
Jorge Ramos added the comment: Got it, maybe the warnings should be more explanatory, like this one: 0:06:17 [219/407/1] test_multiprocessing_fork test_multiprocessing_fork skipped -- fork is not available on Windows 0:06:17 [220/407/1] test_multiprocessing_forkserver -- test_multiprocessing_

[issue35695] missing attributes

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: This is expected; `os.fork` does not exist on Windows. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker _

[issue35695] missing attributes

2019-01-08 Thread Jorge Ramos
New submission from Jorge Ramos : while running : 0:04:26 [136/407] test_fork1 test_fork1 skipped -- object has no attribute 'fork' 0:11:56 [384/407/1] test_wait4 -- test_wait3 skipped test_wait4 skipped -- object has no attribute 'fork' see attached file -- components: Tests, Win