pyo3/newsfragments/4178.changed.md

2 lines
203 B
Markdown
Raw Normal View History

The global reference pool (to track pending reference count decrements) is now initialized lazily to avoid the overhead of taking a mutex upon function entry when the functionality is not actually used.