mirror of https://github.com/python/cpython
3d654d6dff
get PEP-252 style objects in stead of old-fashioned objects. In stead of defining a GetattrHook you declare a class variable getsetlist, which contains tuples (name, getcode, setcode, docstring). Only lightly tested: the code still works if you don't inherit PEP252Mixin and the code works if you inherit it but don't define any getters or setters. Also, this will not work together with the "poor mans inheritance" offered by method chains, so the CF module will remain with old-style objects until PEP253 is supported too. |
||
---|---|---|
.. | ||
bgen | ||
README |
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!