diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-06-22 15:35:07 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-06-22 15:35:07 +0200 |
commit | fc3d65d0b5c0273dcdd18e422fa4766e1fbd859e (patch) | |
tree | 8794846d023f91bc81584ca7babbc332e379a5b9 /README.md | |
parent | a4a6280ff83aa4a1e44a5e2f9c9fa375e5bf60c0 (diff) | |
download | python-linuxnamespaces-fc3d65d0b5c0273dcdd18e422fa4766e1fbd859e.tar.gz |
async_run_in_fork: explicitly give up on the event loop
The forked process still shares file descriptors with its parent running
asyncio code. Having two processes deal with the same epoll fd or
similar would be really bad. Hence release the event loop in the child
to prevent accidental use.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions