mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
35f82d7051
- Call tp_dealloc on the static baseclass, not dynamic (which leads to infinite loops with more than one baseclass) - Call tp_new and tp_init on baseclasses (overridable) -This line, and those below, will be ignored-- M bgen/bgenObjectDefinition.py |
||
---|---|---|
.. | ||
bgen | ||
README |
BGEN -- Automatic Generation of Extension Modules ================================================= This directory contains BGEN -- a package that helps in generating complete source code for Python extension module. For examples of its use, see the Mac Python source distribution (available separately from the Python ftp archives). Note that BGEN is not Mac specific!