mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
8cd9a4fded
packages can check that extension modules are built for the right type of python. Current values can be static, framework, shared and cfm (for completeness, for MacPyton-OS9). Closes bug #691889. The reporter suggests backporting this to 2.2.3 and I think I agree.