You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
* Allow multiple independent context stacks per thread
* Renames RuntimeContext to RuntimeContextWrapper
* Each stack item is aware of its wrapper and is able to pop itself
* Push base context on initialisation for every wrapper so that one is always inside a context
* Adds push_context and pop_context methods on RuntimeContextWrapper to simplify access when "with" syntax is not convenient
* Bump version: 2.0.0 → 3.0.0