commit | 9a13a388f202268dd7b771638adbec132449b98b | [log] [tgz] |
---|---|---|
author | Jeroen Demeyer <jeroen.k.demeyer@gmail.com> | Tue Nov 12 14:08:00 2019 +0100 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 12 05:08:00 2019 -0800 |
tree | 71496af5abeb5a5737a5f490d8b53dbb91e6ed02 | |
parent | a12255d8def0c82560545e66c1be981a447751c3 [diff] [blame] |
bpo-36974: expand call protocol documentation (GH-13844) CC @encukou I'm also adding Petr Viktorin as contributor for vectorcall in the "what's new" section. https://bugs.python.org/issue36974 Automerge-Triggered-By: @encukou Automerge-Triggered-By: @encukou
diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst index 0edd1d5..1823f9d 100644 --- a/Doc/c-api/abstract.rst +++ b/Doc/c-api/abstract.rst
@@ -18,6 +18,7 @@ .. toctree:: object.rst + call.rst number.rst sequence.rst mapping.rst