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 terry.reedy
Recipients miss-islington, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy, wordtech
Date 2020-12-03.18:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607019378.24.0.983241791598.issue42508@roundup.psfhosted.org>
In-reply-to
Content
The new commit to PR 23577 works around the double run_module_event call.  Removing the delay changed timings, so I instead measured the time between closing the errorbox and the 2nd call.  The allowed difference had to be increased to .015, so I selected .05 to be safer.
History
Date User Action Args
2020-12-03 18:16:18terry.reedysetrecipients: + terry.reedy, ronaldoussoren, wordtech, ned.deily, serhiy.storchaka, miss-islington
2020-12-03 18:16:18terry.reedysetmessageid: <1607019378.24.0.983241791598.issue42508@roundup.psfhosted.org>
2020-12-03 18:16:18terry.reedylinkissue42508 messages
2020-12-03 18:16:18terry.reedycreate