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 epaine
Recipients Richard Sheridan, epaine, gpolo, serhiy.storchaka
Date 2020-07-12.19:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594583995.2.0.878057560266.issue41176@roundup.psfhosted.org>
In-reply-to
Content
I have just finished reviewing the proposed PR, and am happy with the content. During the process of developing the PR, we established that the behaviour that should be deprecated is the error after a second of waiting in a thread. Instead, on `WaitForMainloop` removal, we should pass straight through and use the tcl queue to wait for mainloop.

@Serhiy, is waiting for the tcl queue acceptable behaviour? It seemed to behave correctly during my tests and if it is acceptable, both me and Richard would really appreciate your review of the PR.
History
Date User Action Args
2020-07-12 19:59:55epainesetrecipients: + epaine, gpolo, serhiy.storchaka, Richard Sheridan
2020-07-12 19:59:55epainesetmessageid: <1594583995.2.0.878057560266.issue41176@roundup.psfhosted.org>
2020-07-12 19:59:55epainelinkissue41176 messages
2020-07-12 19:59:55epainecreate