bpo-31835: Optimize also FASTCALL using __future__ (#4087)
_PyFunction_FastCallDict() and _PyFunction_FastCallKeywords() now also takes the fast path if the code object uses __future__ (CO_FUTURE_xxx flags).
V
Victor Stinner committed
086c3ae5f0995a62092b9080f32dd118c2923453
Parent: 95f1a7b
Committed by GitHub <noreply@github.com>
on 10/25/2017, 12:26:17 PM