Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change use of getcontext() to fresh Context()
vyperlang/vyper#2479 disabled changes to the global decimal context to preserve compile-time constant semantics. This commit changes use of the global getcontext to a local context. It shouldn't change the behavior of the current code (since it didn't depend on modifying the global context, just having a local Context with the correct precision).
- Loading branch information