mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
- Any `sym_set_...` call that attempts to set conflicting information cause the symbol to become `bottom` (contradiction). - All `sym_is...` and similar calls return false or NULL for `bottom`. - Everything's tested. - The tests still pass with `PYTHONUOPSOPTIMIZE=1`.
Miscellaneous source files for the main Python shared library