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 xtreak
Recipients asvetlov, cmermingas, xtreak, yselivanov
Date 2019-06-18.03:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560830016.16.0.133056402942.issue37317@roundup.psfhosted.org>
In-reply-to
Content
On master this returns the below output. Maybe this change in master was due to 431b540bf79f0982559b1b0e420b1b085f667bb7 (issue32528) that is available with 3.8+ ?

./python.exe ../backups/bpo37317.py
BEGIN
THIS DONE: 1
THIS DONE: 2
THIS DONE: 3
THIS DONE: 4
THIS DONE: 6
THIS DONE: 7
THIS DONE: 8
THIS DONE: 9
THIS DONE: 10
Result: [None, None, None, None, CustomException(), None, None, None, None, None]
END
History
Date User Action Args
2019-06-18 03:53:36xtreaksetrecipients: + xtreak, asvetlov, yselivanov, cmermingas
2019-06-18 03:53:36xtreaksetmessageid: <1560830016.16.0.133056402942.issue37317@roundup.psfhosted.org>
2019-06-18 03:53:36xtreaklinkissue37317 messages
2019-06-18 03:53:36xtreakcreate