blob: 8eee208f905b5fcbe9c565cbc196e09096215676 (
plain)
1
2
3
|
Add new type flag ``Py_TPFLAGS_METHOD_DESCRIPTOR`` for objects behaving like
unbound methods. These are objects supporting the optimization given by the
``LOAD_METHOD``/``CALL_METHOD`` opcodes. See PEP 590.
|