Add link to Fredrik Lundh's scanner.
This commit is contained in:
parent
f4a88d02a7
commit
c14c6e645c
|
@ -167,6 +167,11 @@ they need all be checked for s# and t# converters, and
|
|||
PY_SIZE_T_CLEAN must be defined before including Python.h
|
||||
if the calls have been updated accordingly.
|
||||
|
||||
Fredrik Lundh has written a scanner_ which checks the code
|
||||
of a C module for usage of APIs whose signature has changed.
|
||||
|
||||
.. _scanner: http://svn.effbot.python-hosting.com/stuff/sandbox/python/ssizecheck.py
|
||||
|
||||
|
||||
Discussion
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue