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 vstinner
Recipients gvanrossum, vstinner
Date 2013-11-13.15:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384355105.57.0.714469008391.issue19566@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch should fix this issue. BaseChildWatcher constructors calls set_loop() which calls _do_waitpid_all(). The problem is that _do_waitpid_all() is called before FastChildWatcher own attributes are set.
History
Date User Action Args
2013-11-13 15:05:05vstinnersetrecipients: + vstinner, gvanrossum
2013-11-13 15:05:05vstinnersetmessageid: <1384355105.57.0.714469008391.issue19566@psf.upfronthosting.co.za>
2013-11-13 15:05:05vstinnerlinkissue19566 messages
2013-11-13 15:05:05vstinnercreate