mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
parent
bfb576ee23
commit
a73aa48e6b
4 changed files with 39 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
Avoid undefined behaviour when using the perf trampolines by not freeing the
|
||||
code arenas until shutdown. Patch by Pablo Galindo
|
Loading…
Add table
Add a link
Reference in a new issue