Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioz/python27_locks_all_threads_on_import
https://github.com/fabioz/python27_locks_all_threads_on_import
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabioz/python27_locks_all_threads_on_import
- Owner: fabioz
- Created: 2018-11-29T11:39:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T12:11:53.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T06:12:30.109Z (24 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains 2 folders, one showing an example on how Python 2.7 blocks all imports when the debugger is tracing an import and another showing how ptvsd becomes deadlocked because of that (see the related READMEs inside each folder).