Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNARY_FUNC(PyNumber_Positive)
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
cpython/Objects/abstract.c
Line 1393 in ea1b1c5
__pos__
__pow__
CPython main branch
No response
The text was updated successfully, but these errors were encountered:
pythongh-116316: Fix typo in macros
7aa3206
gh-116316: Fix typo in UNARY_FUNC(PyNumber_Positive) macros (GH-116317
8a84eb7
)
pythongh-116316: Fix typo in UNARY_FUNC(PyNumber_Positive) macros (p…
aa58046
…ythonGH-116317)
5687b46
ecc53a8
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
cpython/Objects/abstract.c
Line 1393 in ea1b1c5
There's should be a
__pos__
instead of__pow__
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
UNARY_FUNC(PyNumber_Positive)
macros #116317The text was updated successfully, but these errors were encountered: