Message358457
Another workaround might be to set the new "block_on_close" flag (Issue 33540) to False on the server subclass or instance.
Victor: Replying to <https://bugs.python.org/issue37193#msg345817> "What do I think of also using a weakref?", I assume you mean maintaining "_threads" as a WeakSet rather than a list object. That seems a nice way to solve the problem, but it seems redundant to me if other code such as Maru's proposal was also added to clean up the list. |
|
Date |
User |
Action |
Args |
2019-12-15 22:37:42 | martin.panter | set | recipients:
+ martin.panter, jaraco, vstinner, maru-n, Wei Li |
2019-12-15 22:37:42 | martin.panter | set | messageid: <1576449462.79.0.187504385332.issue37193@roundup.psfhosted.org> |
2019-12-15 22:37:42 | martin.panter | link | issue37193 messages |
2019-12-15 22:37:42 | martin.panter | create | |
|