-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Updated test_fstring to 3.13.2 #5749
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
base: main
Are you sure you want to change the base?
Conversation
d7d967f
to
83bf0cd
Compare
vm/src/builtins/dict.rs
Outdated
@@ -542,12 +542,13 @@ impl Py<PyDict> { | |||
key: &K, | |||
vm: &VirtualMachine, | |||
) -> PyResult<PyObjectRef> { | |||
if let Some(value) = self.entries.get(vm, key)? { | |||
let key = key.to_pyobject(vm); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
41253a2
to
7148507
Compare
7148507
to
ae07b43
Compare
No description provided.