mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-122294: Burn in the addresses of side exits (GH-122295)
This commit is contained in:
parent
db2d8b6db1
commit
64857d849f
6 changed files with 24 additions and 19 deletions
|
@ -788,7 +788,8 @@ dummy_func(void) {
|
|||
ctx->done = true;
|
||||
}
|
||||
|
||||
op(_EXIT_TRACE, (--)) {
|
||||
op(_EXIT_TRACE, (exit_p/4 --)) {
|
||||
(void)exit_p;
|
||||
ctx->done = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue