mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
This changes the `sym_set_...()` functions to return a `bool` which is `false` when the symbol is `bottom` after the operation. All calls to such functions now check this result and go to `hit_bottom`, a special error label that prints a different message and then reports that it wasn't able to optimize the trace. No executor will be produced in this case.
Miscellaneous source files for the main Python shared library