mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-05 06:39:33 -06:00
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.