← Back to events
ActiveAIRelease3.13

trunk/65474dd4dc27dedaf50b569daf31ea66fd3e21e3: [dynamo] Port CPython 3.13 test_fractions to Dynamo test suite (#197379)

Photo: PyTorch Releases

What happened

Part of #196238 Description Ports the CPython 3.13 test_fractions.py module to run under torch.compile . Fraction is a pure-Python numeric type, so the module is a broad workout for the numeric dunder protocol ( __add__ / __radd__ , comparisons, __round__ , __format__ ) inside compiled frames. Changes: Copied pristine test_fractions.py from CPython v3.13.5 and updated the source URL in the Dynamo patch header. Rebou…

Summary assembled by rule from the sources below

Why it's spreading

Sources