Skip to content

Commit 7867b43

Browse files
committed
- more comments
1 parent 621f4f1 commit 7867b43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Modules/_decimal/_decimal.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,8 +1566,6 @@ init_extended_context(PyObject *v)
15661566
CtxCaps(v) = 1;
15671567
}
15681568

1569-
/* Factory function for creating IEEE interchange format contexts */
1570-
15711569
/*[clinic input]
15721570
_decimal.Decimal.IEEEContext
15731571
@@ -3618,8 +3616,6 @@ pydec_format(PyObject *dec, PyObject *context, PyObject *fmt, decimal_state *sta
36183616
return result;
36193617
}
36203618

3621-
/* Formatted representation of a PyDecObject. */
3622-
36233619
/*[clinic input]
36243620
_decimal.Decimal.__format__
36253621

0 commit comments

Comments
 (0)