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
I've checked the cpython 3 source code - the decimal module is so optimized that the instance creation runs completely in C code (no way to run any pure python code during that phase).
Unfortunately it looks like the solution is to apply a monkeypatch as early as possible in your project:
Hi! Any way to make this work when doing
decimal.Decimal(Proxy)
e.g.produces an error:
The text was updated successfully, but these errors were encountered: