open_toontown_panda3d/tests/putil
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
..
test_bitarray.py Fix assert on Py_SIZE(long) when using Python 3.12 2023-10-13 10:54:33 +02:00
test_bitmask.py tests: Add tests for pickling DoubleBitMask 2021-01-01 17:08:34 +01:00
test_datagram.py putil: add pickling support to Datagram class 2020-04-01 18:25:43 +02:00
test_modifierbuttons.py tests: add some ModifierButtons unit tests 2019-08-28 11:04:20 +02:00
test_sparsearray.py putil: Backport part of 9d8c523dfa 2020-11-17 23:36:06 +01:00
test_updateseq.py tests: fix broken test case, add more WeakNodePath comparisons 2018-05-24 22:25:20 +02:00