You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved merge conflicts in:
- Include/cpython/pystate.h: Keep both base_frame and last_profiled_frame fields
- Include/internal/pycore_debug_offsets.h: Add debug offsets for both fields
- InternalDocs/frames.md: Include documentation for both features
- Modules/_remote_debugging/_remote_debugging.h: Updated process_frame_chain signature
- Modules/_remote_debugging/frames.c: Merged base_frame validation with caching logic
- Modules/_remote_debugging/threads.c: Integrated caching support with base_frame
The base_frame feature (for stack validation) now coexists with the
last_profiled_frame feature (for profiling cache optimization).
0 commit comments