You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22ccf75c24
Fix build with Python 3.13+: _PyList_Extend was removed from CPython headers in 3.13; use the new public PyList_Extend() API instead. Signed-off-by: Paul Guyot <pguyot@kallisys.net>