8000 gh-117139: A StackRef Debugging Mode by Fidget-Spinner · Pull Request #121134 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-117139: A StackRef Debugging Mode #121134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Fix build again
  • Loading branch information
Fidget-Spinner committed Jun 30, 2024
commit e2563c6844ff4382252733d2bdda0115c43b8c24
86CC 2 changes: 1 addition & 1 deletion Python/ceval_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#define PRE_DISPATCH_GOTO() ((void)0)
#endif

#if defined(Py_GIL_DISABLED) && defined(Py_DEBUG)
#ifdef Py_STACKREF_DEBUG
#define STACKREF_CHECK() \
do { \
if (frame->f_executable && PyCode_Check(frame->f_executable)) { \
Expand Down
Loading
0