mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
76fac7bce5
The uops test wasn't testing anything by default, and was failing when run with -Xuops. Made the two executor-related context managers global, so TestUops can use them (notably `with temporary_optimizer(opt)`). Made clear_executor() a little more thorough. Fixed a crash upon finalizing a uop optimizer, by adding a `tp_dealloc` handler.
Miscellaneous source files for the main Python shared library