Tagged Questions
4
votes
1answer
531 views
How to import the Python async module from a worker thread?
I'm using the GitPython package to access a Git repository from Python. This pulls in the async package. In async/__init__.py, the following happens:
def _init_signals():
"""Assure we shutdown ...