Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ``picobox.contextvars`` scope (python 3.7 and above) that can be used in asyncio applications to have a separate set of dependencies in all coroutines of the same task. * Fix ``picobox.threadlocal`` issue when it was impossible to use any hashable key other than ``str``. * Nested ``picobox.pass_`` calls are now squashed into one in order to improve runtime performance. * Add ``Python 2.7`` support.
- Loading branch information