The Wayback Machine - https://web.archive.org/web/20220517151213/https://github.com/RustPython/RustPython/issues/3619
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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.The text was updated successfully, but these errors were encountered: