open_toontown_panda3d/dtool
rdb 2b3a1d9d73 prc: StreamReader should hold GIL for PyBytes_FromStringAndSize
This is due to python/cpython#21074, which causes a segfault in the latest Python master when creating a bytes object of size 0.

readlines() has been reimplemented to use a C++ vector in order to prevent constantly re-locking and unlocking the GIL for every line.
2020-09-12 22:53:37 +02:00
..
metalibs interrogatedb: regenerate Python bindings 2018-12-23 15:46:09 +01:00
src prc: StreamReader should hold GIL for PyBytes_FromStringAndSize 2020-09-12 22:53:37 +02:00
PandaVersion.pp Bump version number on release/1.10.x branch to 1.10.7 2020-03-30 13:52:11 +02:00