Files
cpython/Objects
Victor Stinner e20310fa19 Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception
is raised when it returns NULL.

Simplify also ceval.c: rely on the fact that PyObject_GetItem() raised an
exception when it returns NULL.
2015-11-05 13:56:58 +01:00
..
2015-04-23 17:06:45 -04:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects