Updated test_fstring to 3.13.2 by hbina · Pull Request #5749 · RustPython/RustPython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
wants to merge 4 commits into
Conversation
hbina
changed the title
Updated test_fstring to 3.12.2
Updated test_fstring to 3.13.2
| vm: &VirtualMachine, | ||
| ) -> PyResult<PyObjectRef> { | ||
| if let Some(value) = self.entries.get(vm, key)? { | ||
| let key = key.to_pyobject(vm); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you tell me more what was the motivation of this changes?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, it seems this is not intended but accidently added to this branch.
Please clean up the branch to only contain fstring changes and push force it.
hbina
marked this pull request as draft
hbina
deleted the
hbina-fix-py313-test-fstring
branch
hbina
restored the
hbina-fix-py313-test-fstring
branch