mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
e2a3e4b748
- 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