Message270521
Since the most common use of CALL_FUNCTION_EX is..
def f(*x,*kw):
other_func(*x, **kw)
I've added some code to BUILD_MAP_UNPACK_WITH_CALL & BUILD_TUPLE_UNPACK to not allocate a new object if called with oparg of 1 & TOP() is correct type |
|
Date |
User |
Action |
Args |
2016-07-15 23:22:12 | Demur Rumed | set | recipients:
+ Demur Rumed, vstinner, Mark.Shannon, serhiy.storchaka |
2016-07-15 23:22:09 | Demur Rumed | set | messageid: <1468624929.29.0.745575695993.issue27213@psf.upfronthosting.co.za> |
2016-07-15 23:22:09 | Demur Rumed | link | issue27213 messages |
2016-07-15 23:22:09 | Demur Rumed | create | |
|