Description
Python 2 code can be compiled into C extension modules for projects that cannot yet move to Python 3. This is useful for maintaining old software that explicitly depends on Python 2 Cython support.
Python 2 is obsolete and should not be chosen for new development. Use this package only for legacy maintenance, controlled rebuilds, or migration work where the old runtime is still required.