← Back to events
ActiveAIRelease3.9

ciflow/inductor/194553: Drop the unreachable version branches in THP_PyFrame_New_NoTrack

What happened

The function compiles only under #if !IS_PYTHON_3_13_PLUS , so its inner IS_PYTHON_3_13_PLUS and IS_PYTHON_3_14_PLUS arms contradict that guard and have never been compiled; they went dead when #194116 (2026-08-21) widened it. Only f_fast_as_locals stays reachable. No functional change. Test Plan: Evaluated every preprocessor condition in the file against Python 3.9 through 3.21, with and without _WIN32; no unsatisf…

Summary assembled by rule from the sources below

Why it's spreading

  • ConfirmedPyTorch Releases published a first-party announcement

Timeline

  1. First appeared on PyTorch ReleasesPyTorch Releases

Sources