summaryrefslogtreecommitdiffstats
path: root/Python/tracemalloc.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2024-02-29 18:55:29 (GMT)
committerGitHub <noreply@github.com>2024-02-29 18:55:29 (GMT)
commit0656509033948780e6703391daca773c779041f7 (patch)
treef75c2c923b52ee8367c9f033cb911ac8dc99bfca /Python/tracemalloc.c
parent3b6f4cadf19e6a4edd2cbbbc96a0a4024b395648 (diff)
downloadcpython-0656509033948780e6703391daca773c779041f7.zip
cpython-0656509033948780e6703391daca773c779041f7.tar.gz
cpython-0656509033948780e6703391daca773c779041f7.tar.bz2
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
This changes the `sym_set_...()` functions to return a `bool` which is `false` when the symbol is `bottom` after the operation. All calls to such functions now check this result and go to `hit_bottom`, a special error label that prints a different message and then reports that it wasn't able to optimize the trace. No executor will be produced in this case.
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions