Add `operator.call` by jopemachine · Pull Request #4153 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Merged
Merged
Add operator.call#4153
Add operator.call#4153
Conversation
Contributor
Add operator.call implemented in cpython 3.11
Related links
- Python codes are copy-pasted from CPython.
Related PRs
… obj(*args, **kwargs)`
youknowone
commented
Sep 9, 2022
youknowone commented
Member
Did you copy it from CPython or write it yourself?
fanninpm
commented
Sep 9, 2022
fanninpm commented
Contributor
Did you copy it from CPython or write it yourself?
It seems like the submitter got this "straight from the horse's mouth".
Contributor Author
Did you copy it from CPython or write it yourself?
I'm sorry to forget to mention it, python codes are all copy-pasted from CPython including tests in this PR.
jopemachine
marked this pull request as draft
jopemachine added 3 commits
jopemachine
changed the title
Add
Add opeator.calloperator.call
jopemachine
marked this pull request as ready for review
youknowone
approved these changes
youknowone
left a comment
youknowone
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
youknowone
merged commit
7ab1b16
into
RustPython:main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment