Add link to Fredrik Lundh's scanner.

This commit is contained in:
Martin v. Löwis 2006-03-21 15:02:10 +00:00
parent f4a88d02a7
commit c14c6e645c
1 changed files with 5 additions and 0 deletions

View File

@ -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
==========