cpython/Tools/bgen
Jack Jansen 1062e706e5 Don't initialize tp_type statically, it won't work on Windows. Spotted
by Thomas Heller (patch 459442).
2001-11-14 15:48:13 +00:00
..
bgen Don't initialize tp_type statically, it won't work on Windows. Spotted 2001-11-14 15:48:13 +00:00
README Removed most of the README text since it is all about the Mac specific 1996-05-24 18:43:47 +00:00

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!