# Bug report ### Bug description: https://github.com/python/cpython/blob/ea1b1c579f600cc85d145c60862b2e6b98701b24/Objects/abstract.c#L1393 There's should be a `__pos__` instead of `__pow__` ### CPython versions tested on: CPython main branch ### Operating systems tested on: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-116317 <!-- /gh-linked-prs -->
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 #116317