- Notifications
You must be signed in to change notification settings - Fork1.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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
d7d967f
to83bf0cd
Comparevm/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
to7148507
Compare7148507
toae07b43
Compare
No description provided.