New submission from Jeroen Demeyer <j.deme...@ugent.be>:

The new flag Py_TPFLAGS_METHOD_DESCRIPTOR proposed in PEP 590 is meant for 
classes whose instances behave like unbound methods. In other words, it's meant 
for objects supporting the LOAD_METHOD optimization. There are two such classes 
in CPython: function and method_descriptor. But the goal is to enable more such 
classes.

This is independent from the rest of PEP 590 so let's implement it separately.

----------
components: Interpreter Core
messages: 342554
nosy: Mark.Shannon, jdemeyer, petr.viktorin
priority: normal
severity: normal
status: open
title: Implement Py_TPFLAGS_METHOD_DESCRIPTOR
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36922>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to