Merge remote-tracking branch 'upstream/main' into tachyon-opcodes

# Conflicts:
#	Lib/test/test_profiling/test_sampling_profiler/test_integration.py
This commit is contained in:
Pablo Galindo Salgado 2025-12-07 23:04:11 +00:00
commit dac78a525d
27 changed files with 619 additions and 389 deletions

View file

@ -413,6 +413,7 @@ extern int process_frame_chain(
uintptr_t initial_frame_addr,
StackChunkList *chunks,
PyObject *frame_info,
uintptr_t base_frame_addr,
uintptr_t gc_frame,
uintptr_t last_profiled_frame,
int *stopped_at_cached_frame,