Files
cpython/Objects
Victor Stinner 99ee9c70a7 calliter_iternext() now uses fast call
Issue #27128: calliter_iternext() now calls _PyObject_FastCall() to avoid a
temporary empty tuple.

Cleanup also the code to reduce the indentation level.
2016-08-19 18:47:10 +02:00
..
2016-08-19 17:12:23 +02:00
2016-06-09 15:13:16 -04:00
2016-08-17 19:48:33 +02:00
2016-08-19 16:11:43 +02:00
2016-08-19 18:41:02 +02:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects