mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04: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.