The Wayback Machine - https://web.archive.org/web/20220517151213/https://github.com/RustPython/RustPython/issues/3619
Skip to content
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

Refactor __format__ calling #3619

Closed
youknowone opened this issue Apr 15, 2022 · 0 comments · Fixed by #3657
Closed

Refactor __format__ calling #3619

youknowone opened this issue Apr 15, 2022 · 0 comments · Fixed by #3657

Comments

@youknowone
Copy link
Member

@youknowone youknowone commented Apr 15, 2022

While CPython is reusing PyObject_Format for __format__ calling, RustPython is handling it for 3 different places.

Search for "__format__ must to find current places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant