-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Invalid "python equivalent" in PyObject_RichCompareBool() #113445
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
Labels
docs
Documentation in the Doc dir
Comments
|
@Lilneo786, not sure I get your point, could you elaborate, please? |
skirpichev
added a commit
to skirpichev/cpython
that referenced
this issue
Jan 10, 2024
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 27, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 27, 2024
(cherry picked from commit 926881d) Co-authored-by: Sergey B Kirpichev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 27, 2024
(cherry picked from commit 926881d) Co-authored-by: Sergey B Kirpichev <[email protected]>
This was referenced Jan 27, 2024
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 27, 2024
…H-114638) (cherry picked from commit 926881d) Co-authored-by: Sergey B Kirpichev <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 27, 2024
…H-114637) (cherry picked from commit 926881d) Co-authored-by: Sergey B Kirpichev <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It should be
bool(o1 op o2)
instead. Or (better?) the sentence "This is the equivalent of the Python expressiono1 op o2
, whereop
is the operator corresponding to opid." could be removed, as the note below shows there is no simple equivalent python expression:cpython/Doc/c-api/object.rst
Lines 232 to 234 in fc2cb86
Linked PRs
The text was updated successfully, but these errors were encountered: