open_toontown_panda3d/dtool/src
rdb bdb2ef1631 pipeline: Fix crash upon exception in custom thread
We can't call PyErr_Restore() without a valid thread state, which won't exist in a custom thread if we just called PyGILState_Release().  Not sure how this has ever worked.
2021-03-01 16:19:53 +01:00
..
cppparser cppparser: update prebuilt cppBison files 2020-06-14 12:20:40 +02:00
dconfig Eliminate C++ DConfig; replace it with a Python compatibility shim 2018-11-02 23:27:07 +01:00
dtoolbase dtoolbase: Fix issues building with C++20 2021-03-01 10:16:03 +01:00
dtoolutil dtoolutil: Fix Filename division operator in Python 3 2021-02-22 18:14:12 +01:00
interrogate interrogate: Fix bug sorting overloads of AsyncFuture::set_result() 2021-03-01 10:59:02 +01:00
interrogatedb pipeline: Fix crash upon exception in custom thread 2021-03-01 16:19:53 +01:00
parser-inc parser-inc: fix invalid template args for std::map<> 2020-06-15 15:20:38 +02:00
prc dtool: Fix memory leak in OEncryptStream/IDecryptStream 2021-02-16 11:33:39 +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