Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use PEP marker
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
Erlend Egeberg Aasland and vstinner authored Jan 20, 2021
commit 38df615fb81f10566d467875486745cd807386c9
2 changes: 1 addition & 1 deletion Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ METH_METHOD`` as the calling convention. The argument will not appear in
The ``defining_class`` converter is not compatible with ``__init__`` and ``__new__``
methods, which cannot use the ``METH_METHOD`` convention.
Comment thread
erlend-aasland marked this conversation as resolved.

See also PEP 573.
See also :pep:`573`.


Writing a custom converter
Expand Down