summaryrefslogtreecommitdiffstats
path: root/Python/legacy_tracing.c
diff options
context:
space:
mode:
authormpage <mpage@cs.stanford.edu>2024-11-01 15:53:03 (GMT)
committerGitHub <noreply@github.com>2024-11-01 15:53:03 (GMT)
commit821759d63101334fa8a1863135429c341ca0b234 (patch)
tree43f87d3cffd7a62e9b8204b42d72d49243e5015b /Python/legacy_tracing.c
parent32e07fd377f81cbeb8c108fc791a3e7d631319b6 (diff)
downloadcpython-821759d63101334fa8a1863135429c341ca0b234.zip
cpython-821759d63101334fa8a1863135429c341ca0b234.tar.gz
cpython-821759d63101334fa8a1863135429c341ca0b234.tar.bz2
gh-126211: Exclude preprocessor directives from statements containing escaping calls (#126213)
The cases generator inserts code to save and restore the stack pointer around statements that contain escaping calls. To find the beginning of such statements, we would walk backwards from the escaping call until we encountered a token that was treated as a statement terminator. This set of terminators should include preprocessor directives.
Diffstat (limited to 'Python/legacy_tracing.c')
0 files changed, 0 insertions, 0 deletions