This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Demur Rumed
Recipients Demur Rumed, Mark.Shannon, serhiy.storchaka, vstinner
Date 2016-07-15.23:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468624929.29.0.745575695993.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-07-15 23:22:12Demur Rumedsetrecipients: + Demur Rumed, vstinner, Mark.Shannon, serhiy.storchaka
2016-07-15 23:22:09Demur Rumedsetmessageid: <1468624929.29.0.745575695993.issue27213@psf.upfronthosting.co.za>
2016-07-15 23:22:09Demur Rumedlinkissue27213 messages
2016-07-15 23:22:09Demur Rumedcreate