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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, serhiy.storchaka
Date 2018-04-13.22:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523659590.91.0.682650639539.issue33257@psf.upfronthosting.co.za>
In-reply-to
Content
My best idea for a test as of now is to run the example ~20 times in a loop (or continuously for a comparable amount of time & threads) and catch and register any exceptions in all threads as per https://stackoverflow.com/questions/18349614/check-if-a-python-thread-threw-an-exception .
History
Date User Action Args
2018-04-13 22:46:30Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, serhiy.storchaka
2018-04-13 22:46:30Ivan.Pozdeevsetmessageid: <1523659590.91.0.682650639539.issue33257@psf.upfronthosting.co.za>
2018-04-13 22:46:30Ivan.Pozdeevlinkissue33257 messages
2018-04-13 22:46:30Ivan.Pozdeevcreate