mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
4 lines
291 B
ReStructuredText
4 lines
291 B
ReStructuredText
Fix use-after-free in perf trampoline when toggling profiling while
|
|
threads are running or during interpreter finalization with daemon threads
|
|
active. The fix uses reference counting to ensure trampolines are not freed
|
|
while any code object could still reference them. Pach by Pablo Galindo
|