Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand on docstring of GC.safepoint (#57128)
Update the docstring to mention the following points: * Safepoints are very fast, but may still degrade performance in tight loops * Safepoints do not trigger the GC, but instead stops a task from blocking GC that would otherwise run. * Switch terminology from mentioning 'threads' to 'tasks'
- Loading branch information