Description
Helps C extension authors write code that works across Python 2 and Python 3 APIs. It provides compatibility macros and helpers for projects that still maintain older extension sources.
This is a developer compatibility layer, not an application. New extension projects should evaluate whether modern Python-only APIs are more appropriate.