Skip to content

Commit eaf037c

Browse files
committed
Revert "address review: drop signatue override"
This reverts commit 8096281.
1 parent 8096281 commit eaf037c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Modules/_decimal/_decimal.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,7 @@ _decimal_setcontext(PyObject *module, PyObject *context)
19541954
* to the local (inner) context. */
19551955

19561956
/*[clinic input]
1957+
@text_signature "($module, /, ctx=None, **kwargs)"
19571958
_decimal.localcontext
19581959
19591960
self as m: self
@@ -1981,7 +1982,7 @@ _decimal_localcontext_impl(PyObject *m, PyObject *local, PyObject *prec,
19811982
PyObject *rounding, PyObject *Emin,
19821983
PyObject *Emax, PyObject *capitals,
19831984
PyObject *clamp, PyObject *flags, PyObject *traps)
1984-
/*[clinic end generated code: output=f97568232f55f5c2 input=553ccd63795122a2]*/
1985+
/*[clinic end generated code: output=f97568232f55f5c2 input=af5c0c34dcf94cfc]*/
19851986
{
19861987
PyObject *global;
19871988

Modules/_decimal/clinic/_decimal.c.h

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)