mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-01 04:01:32 -05:00
c4a01ac564
This allows using mutices in with-blocks and wraps up the functionality of acquire() and try_acquire() into a single acquire(blocking=True). Furthermore, the GIL is no longer released in cases of no contention.