Fix typo reported by Lino Mastrodomenico.
This commit is contained in:
parent
bda9a6d0a8
commit
435e557eb0
|
@ -167,7 +167,7 @@ but a manual review is still necessary.
|
||||||
|
|
||||||
Particular care must be taken for PyArg_ParseTuple calls:
|
Particular care must be taken for PyArg_ParseTuple calls:
|
||||||
they need all be checked for s# and t# converters, and
|
they need all be checked for s# and t# converters, and
|
||||||
PY_SIZE_T_CLEAN must be defined before including Python.h
|
PY_SSIZE_T_CLEAN must be defined before including Python.h
|
||||||
if the calls have been updated accordingly.
|
if the calls have been updated accordingly.
|
||||||
|
|
||||||
Fredrik Lundh has written a scanner_ which checks the code
|
Fredrik Lundh has written a scanner_ which checks the code
|
||||||
|
|
Loading…
Reference in New Issue