This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, ezio.melotti, michael.foord, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-06-17.13:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643156.K40KmxPqDE@raxxla>
In-reply-to <1402929291.54.0.858781359947.issue21741@psf.upfronthosting.co.za>
Content
I compared tests output with and without patch and noticed only one significant 
difference.

ForkWait is imported in Lib/test/test_wait3.py, Lib/test/test_wait4.py and 
Lib/test/test_fork1.py and now it is executed 4 times. Either this class 
should be turned into mixing, or it shouldn't be imported (import a module 
instead).
History
Date User Action Args
2014-06-17 13:15:14serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, terry.reedy, ezio.melotti, r.david.murray, michael.foord, zach.ware
2014-06-17 13:15:14serhiy.storchakalinkissue21741 messages
2014-06-17 13:15:14serhiy.storchakacreate