invisibleroads / invisibleroads/socketIO-client
Usage of atexit causes many issues when Python quits.
Open
- Dominant language
- Python
- Stars
- 441
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
What is the reason of using ``atexit`` instead of just having an explicit close method? (Why is ``_close()`` a private function?) For some reason, this causes a lot of issues.


This happens when this library is used by the pytest framework.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.