Message416507
I'm looking into adding this
> Seems reasonable to me, but I think a full implementation would want to throw an error for keyword args that don't already exist as context attributes (otherwise typos would fail silently)
For _pydecimal, I think this would automatically happen automatically as Context.__setattr__ raises AttributeError when it's passed a name that isn't a context attribute.
For _decimal this can be done with keyword arguments and `PyArg_ParseTupleAndKeywords`. |
|
Date |
User |
Action |
Args |
2022-04-01 18:59:49 | sam_ezeh | set | recipients:
+ sam_ezeh, ncoghlan, steven.daprano, corona10 |
2022-04-01 18:59:49 | sam_ezeh | set | messageid: <1648839589.64.0.393207588993.issue47135@roundup.psfhosted.org> |
2022-04-01 18:59:49 | sam_ezeh | link | issue47135 messages |
2022-04-01 18:59:49 | sam_ezeh | create | |
|