mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
fa0b6ab01a
Make sure that no tp_as_numbers->nb_<whatever> function is called without checking for a NULL pointer. Marc-Andre Lemburg will love it! (Except that he's just rewritten all this code for a different approach to coercions ;-( )