SIGN IN SIGN UP

gh-91048: Reorder result tuple of parse_code_object (#134898)

Reorder result tuple of parse_code_object

The standard followed by APIs like pstat.Stats is to take a file, line,
function triplet. The parse_code_object function (and callers exposing
this in Python like RemoteUnwinder.get_stack_trace) return function,
file, line triplets which requires the caller to reorder these when
using it in classes like pstat.Stats.
L
László Kiss Kollár committed
8e8786f8986353e20c1c4406c34409a6139fa073
Parent: 8865b4f
Committed by GitHub <noreply@github.com> on 5/31/2025, 12:32:36 AM