mirror of
https://github.com/boostorg/python.git
synced 2026-07-23 13:53:57 +00:00
cabb466057
For the free-threaded build, it is not safe use borrowed references. Another thread could deallocate the object and cause the reference to become invalid. Replace API calls that borrow references with strong reference APIs.