Message 346315 - Python tracker (original) (raw)
Message346315
Author | asvetlov |
---|---|
Recipients | Ben.Darnell, Big Stone, asvetlov, lukasz.langa, vstinner, yselivanov |
Date | 2019-06-23.10:31:57 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1561285917.22.0.773927930294.issue37373@roundup.psfhosted.org |
In-reply-to |
Content |
---|
I doubt if we should split a proactor loop into two objects in two threads. I see no strong objections but have a feeling that we'll get other problems in this way. asyncio is just not designed for this mode. The proposal looks like a very dirty hack and smells as it is. There is no very strong reason to apply it. Jupiter Notebook can fix the problem on its own side in two-three lines of clear code. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-06-23 10:31:57 | asvetlov | set | recipients: + asvetlov, vstinner, lukasz.langa, Ben.Darnell, yselivanov, Big Stone |
2019-06-23 10:31:57 | asvetlov | set | messageid: 1561285917.22.0.773927930294.issue37373@roundup.psfhosted.org |
2019-06-23 10:31:57 | asvetlov | link | issue37373 messages |
2019-06-23 10:31:57 | asvetlov | create |