Update Misc/NEWS.d/next/Core_and_Builtins/2025-12-05-14-33-54.gh-issue-142276.H4j8hP.rst

Co-authored-by: Savannah Ostrowski <savannah@python.org>
This commit is contained in:
Ken Jin 2025-12-05 21:57:44 +00:00 committed by GitHub
parent c7e283d431
commit e87d2f99d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.