8000 bpo-43950: Add documentation for PEP-657 by ammaraskar · Pull Request #27047 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43950: Add documentation for PEP-657 #27047

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 13, 2021
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
Add return value for failure
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
  • Loading branch information
ammaraskar and pablogsal authored Jul 12, 2021
commit 32e1a54789943d977fcbda4986d9137fc576ca2a
2 changes: 1 addition & 1 deletion Doc/c-api/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ bound into a function.
for the instruction at ``byte_offset``. Sets the value to ``0`` when
information is not available for any particular element.

Returns ``1`` if the function succeeds.
Returns ``1`` if the function succeeds and 0 otherwise.
0