mirror of
https://github.com/python/cpython.git
synced 2025-11-30 23:08:56 +00:00
This allows system libs to be weak-linked, thereby allowing us to generate functions that are only available on some OS versions without getting a NULL dereference if the function isn't available. |
||
|---|---|---|
| .. | ||
| 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!