[New-bugs-announce] [issue29263] Implement LOAD_METHOD/CALL_METHOD for C functions

STINNER Victor report at bugs.python.org
Fri Jan 13 11:09:52 EST 2017


New submission from STINNER Victor:

The issue #29259 implements tp_fastcall on method_descriptor (PyMethodDescr_Type). According to http://bugs.python.org/issue26110#msg283093 it would allow to implement LOAD_METHOD and CALL_METHOD for C functions.

----------
messages: 285414
nosy: haypo, inada.naoki, yselivanov
priority: normal
severity: normal
status: open
title: Implement LOAD_METHOD/CALL_METHOD for C functions
type: performance
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29263>
_______________________________________


More information about the New-bugs-announce mailing list