Merge branch 'watch_attribute_loads' of github.com:Fidget-Spinner/cpython into watch_attribute_loads

This commit is contained in:
Ken Jin 2025-12-05 22:13:38 +00:00
commit 032e0b1322
No known key found for this signature in database

View file

@ -1 +1 @@
Fix a bug with attribute loads treated as constants in the JIT. Patch by Ken Jin. Reproducer by Yuancheng Jiang.
Fix missing type watcher when promoting attribute loads to constants in the JIT. Patch by Ken Jin. Reproducer by Yuancheng Jiang.