Skip to content

Commit d8a464e

Browse files
Remove an outdated comment. (GH-30010)
1 parent 3363e1c commit d8a464e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/clinic/clinic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2820,8 +2820,6 @@ def converter_init(self, *, accept={object}):
28202820

28212821
def parse_arg(self, argname, displayname):
28222822
if self.format_unit == 'i':
2823-
# XXX PyFloat_Check can be removed after the end of the
2824-
# deprecation in _PyLong_FromNbIndexOrNbInt.
28252823
return """
28262824
{paramname} = _PyLong_AsInt({argname});
28272825
if ({paramname} == -1 && PyErr_Occurred()) {{{{

0 commit comments

Comments
 (0)