[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-36974: expand call protocol documentation by jdemeyer · Pull Request #13844 · python/cpython

the-knights-who-say-ni

This was referenced

Jun 7, 2019

Merged

Merged

Merged

- Repeat the tp_call signature, for clarity
- Warn that vectorcall API is provisional
- Make the existing warning smaller, but move the explanation
  up a bit
- Group calling API together and provide a summary table
- Put smaller vectorcall-related sections under vectorcall
- Minor rewordings

- Adjust vectorcall warning to not talk about a single function
- Add underscore to _PyObject_CallOneArg
- Include PyObject_CallFunction and _PyObject_CallMethodNoArgs
- Summarize _PyObject_FastCallDict's args handling as "vectorcall"
- Use "name" rather chan "char*" when the name is a Python object

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020