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 Arfrever
Recipients Arfrever, python-dev, vstinner
Date 2015-10-11.09:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444554600.4.0.603649449742.issue25373@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently problem was only reproducible in Python 3, because in Python 3, in "while finished < use_mp" loop, accumulate_result() is called early before checking if result[0] is INTERRUPTED or CHILD_ERROR, while in Python 2, accumulate_result() is called after check for result[0].
History
Date User Action Args
2015-10-11 09:10:00Arfreversetrecipients: + Arfrever, vstinner, python-dev
2015-10-11 09:10:00Arfreversetmessageid: <1444554600.4.0.603649449742.issue25373@psf.upfronthosting.co.za>
2015-10-11 09:10:00Arfreverlinkissue25373 messages
2015-10-11 09:10:00Arfrevercreate