Files
cpython/Objects
Victor Stinner f736c261a2 call_method() and call_maybe() now use fast call
Issue #27128. The call_method() and call_maybe() functions of typeobject.c now
use fast call for empty format string to avoid the creation of a temporary
empty tuple.
2016-08-19 18:05:37 +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
2015-06-27 15:45:56 -05:00

Source files for various builtin objects