mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08:00
Fix also error handling in _BINARY_OP_ADD_FLOAT, _BINARY_OP_SUBTRACT_FLOAT and _BINARY_OP_MULTIPLY_FLOAT opcodes. PyStackRef_FromPyObjectSteal() must not be called with a NULL pointer.
Miscellaneous source files for the main Python shared library