Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-64658: Expand Argument Clinic return converter docs #104175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 5, 2023
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
Sort the return converter table alphabetically
  • Loading branch information
erlend-aasland committed May 4, 2023
commit 28876a710c0f9bda9985955d8d21129ffcc2be58
12 changes: 6 additions & 6 deletions 12 Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1066,15 +1066,15 @@ Currently Argument Clinic supports only a few return converters:
.. code-block:: none

bool
double
float
init
int
unsigned int
long
unsigned long
size_t
Py_ssize_t
float
double
init
size_t
unsigned int
unsigned long

None of these take parameters. For the first three, return -1 to indicate
error.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.