]> granicus.if.org Git - python/commit
Patch #437683: Use re instead of regex.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 9 Aug 2001 12:24:38 +0000 (12:24 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 9 Aug 2001 12:24:38 +0000 (12:24 +0000)
commit4f85bf3311e9ac09ec64e74f1ce9cf3e2d223543
tree003028e10bac4fb57824171b0d63b18a699bccae
parenta2ac60277c8d4ae46ff71e110359a94f1726cc5e
Patch #437683: Use re instead of regex.
If multiple header files are processed simultaneously which include each
other, the corresponding modules mport each other. Specifically, if h2py
is invoked with sys/types.h first, later header files won't contain the
complete contents of TYPES.py.
Tools/scripts/h2py.py