Skip to content

Commit 30abd3a

Browse files
committed
drop redundant comments
1 parent 9c9ec72 commit 30abd3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Modules/_decimal/_decimal.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2927,8 +2927,6 @@ PyDecType_FromSequenceExact(PyTypeObject *type, PyObject *v,
29272927
#define PyDec_FromSequenceExact(st, sequence, context) \
29282928
PyDecType_FromSequenceExact((st)->PyDec_Type, sequence, context)
29292929

2930-
/* class method */
2931-
29322930
/*[clinic input]
29332931
@classmethod
29342932
_decimal.Decimal.from_float
@@ -2997,8 +2995,6 @@ PyDecType_FromNumberExact(PyTypeObject *type, PyObject *v, PyObject *context)
29972995
}
29982996
}
29992997

3000-
/* class method */
3001-
30022998
/*[clinic input]
30032999
@classmethod
30043000
_decimal.Decimal.from_number
@@ -3858,8 +3854,6 @@ dec_as_long(PyObject *dec, PyObject *context, int round)
38583854
return PyLongWriter_Finish(writer);
38593855
}
38603856

3861-
/* Convert a Decimal to its exact integer ratio representation. */
3862-
38633857
/*[clinic input]
38643858
_decimal.Decimal.as_integer_ratio
38653859
@@ -4179,8 +4173,6 @@ _decimal_Decimal___round___impl(PyObject *dec, PyObject *x)
41794173
}
41804174
}
41814175

4182-
/* Return the DecimalTuple representation of a PyDecObject. */
4183-
41844176
/*[clinic input]
41854177
_decimal.Decimal.as_tuple
41864178

0 commit comments

Comments
 (0)