open_toontown_panda3d/dtool/src
Mitchell Stokes 893f5ce492 Fix assert on Py_SIZE(long) when using Python 3.12
Starting with Python 3.12, passing a PyLong into Py_SIZE() triggers an
assertion. PyLong (and the whole C API) is transitioning to be more
opaque and expose fewer implementation details.
2023-10-13 10:54:33 +02:00
..
cppparser cppparser: Backport enum scope fix to 1.10 2023-08-02 12:40:37 +02:00
dconfig Eliminate C++ DConfig; replace it with a Python compatibility shim 2018-11-02 23:27:07 +01:00
dtoolbase dtoolbase: Add comment clarifying assertion in DeletedBufferChain 2022-10-31 19:26:59 +01:00
dtoolutil Make API documentation for Filename and VirtualFileSystem clearer 2023-05-08 11:19:03 +02:00
interrogate interrogate: Support explicit `cls` parameter for static methods 2023-05-05 10:55:06 +02:00
interrogatedb Fix assert on Py_SIZE(long) when using Python 3.12 2023-10-13 10:54:33 +02:00
parser-inc pstats: Integrate Python profiler with PStats 2022-11-29 16:00:09 +01:00
prc Fix assorted issues uncovered by clang-tidy 2023-02-12 13:55:59 +01:00
prckeys general: Add workaround for Windows bug in various uses of isprint() 2020-08-21 14:51:42 +02:00
pystub pystub: add a few more calls 2018-11-05 22:14:20 +01:00
test_interrogate Remove pystub dependency from interrogate and friends 2018-11-06 21:49:17 +01:00