open_toontown_panda3d/tests/event
rdb 050d86dadb event: AsyncFuture::set_result() behavior changes:
* Passing a Python subclass of a C++ class now works, the extra Python stuff isn't just discarded
* EventParameter objects are no longer automagically unwrapped - there's no more reason to pass an EventParameter to this method anyway, and it might be unexpected if it is treated specially.
2021-03-01 20:50:25 +01:00
..
test_futures.py event: AsyncFuture::set_result() behavior changes: 2021-03-01 20:50:25 +01:00
test_pythontask.py tests: add various tests for PythonTask.__dict__ access 2019-03-04 22:59:17 +01:00