cpython icon indicating copy to clipboard operation
cpython copied to clipboard

GH-117086: Fix function version numbering

Open markshannon opened this issue 1 year ago • 1 comments

Tracks not only the code object, but the globals and number of defaults when issuing function version numbers.

Fixes #117051

  • Issue: gh-117086

markshannon avatar Mar 20 '24 18:03 markshannon

I need to add checks for builtins.

markshannon avatar Mar 20 '24 18:03 markshannon