When using the package in a coroutine, the context should be local to that coroutine. [PEP 567](https://www.python.org/dev/peps/pep-0567/) provides the mechanisms for achieving this.
When using the package in a coroutine, the context should be local to that coroutine. PEP 567 provides the mechanisms for achieving this.