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