mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
7f29c1d0da
Fix error handling in _PyFloat_FromDouble_ConsumeInputs() used by _BINARY_OP_ADD_FLOAT, _BINARY_OP_SUBTRACT_FLOAT and _BINARY_OP_MULTIPLY_FLOAT opcodes. PyStackRef_FromPyObjectSteal() must not be called with a NULL pointer. Fix also _BINARY_OP_INPLACE_ADD_UNICODE opcode.
Miscellaneous source files for the main Python shared library