Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential data race in test_class_release_gil_before_calling_cpp_…
…dtor.cpp The original intent was to let the singleton leak, but making that tread-safe is slightly more involved than this solution. It's totally fine in this case if the RegistryType destructor runs on process teardown. See also: #5522 (comment)
- Loading branch information