Open
Description
Hi! Any way to make this work when doing decimal.Decimal(Proxy)
e.g.
import decimal
import lazy_object_proxy
s = eval("decimal.Decimal(a)", {"decimal": decimal}, {"a": lazy_object_proxy.Proxy(lambda : 10)})
print(s)
produces an error:
TypeError: conversion from Proxy to Decimal is not supported
Metadata
Metadata
Assignees
Labels
No labels