-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoke Python's gc prior to finalizing a thread #363
Invoke Python's gc prior to finalizing a thread #363
Conversation
…d issue isn't relevent to this test
This reverts commit 6914da7.
…s different builds of llvm packages to fix CI
…age collector prior to finalizing the thread
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.11 #363 +/- ##
=============================================
Coverage 73.11% 73.12%
=============================================
Files 382 382
Lines 13403 13408 +5
Branches 1010 1010
=============================================
+ Hits 9800 9804 +4
- Misses 3603 3604 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Description
gc.collect
prior to finalizing a thread. Works-around an issue where finalizing the thread can in some cases can cause thread-local storage to be freed prior to some objects being de-allocated which might in turn invokegc.collect
fixes #362
Checklist