mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
0656509033
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