Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 308 Bytes

2023-07-10-15-30-45.gh-issue-106597.WAZ14y.rst

File metadata and controls

5 lines (5 loc) · 308 Bytes

A new debug structure of offsets has been added to the _PyRuntimeState that will help out-of-process debuggers and profilers to obtain the offsets to relevant interpreter structures in a way that is agnostic of how Python was compiled and that doesn't require copying the headers. Patch by Pablo Galindo