open_toontown_panda3d/direct
rdb 73360393df Switch use of Py_INCREF to new Py_NewRef function
This is more idiomatic, simplifies the code, makes it easier to port to eg. HPy later on, and makes it easier to use the limited ABI (where it can be optimized to a tail call) later on

A polyfill is provided for compatibility with Python versions 3.8 and 3.9
2024-01-29 17:57:53 +01:00
..
src Switch use of Py_INCREF to new Py_NewRef function 2024-01-29 17:57:53 +01:00
CMakeLists.txt CMake: fix pandac/PandaModules.py to match makepanda's 2020-09-13 16:18:02 +02:00