Skip to content

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hbina
Copy link
Contributor

@hbina hbina commented Apr 27, 2025

No description provided.

@hbina hbina changed the title Updated test_fstring to 3.12.2 Updated test_fstring to 3.13.2 Apr 27, 2025
@hbina hbina force-pushed the hbina-fix-py313-test-fstring branch from d7d967f to 83bf0cd Compare April 27, 2025 10:14
@@ -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);
Copy link
Member

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?

Copy link
Member

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 hbina marked this pull request as draft April 30, 2025 12:52
@hbina hbina force-pushed the hbina-fix-py313-test-fstring branch from 41253a2 to 7148507 Compare April 30, 2025 15:42
@hbina hbina force-pushed the hbina-fix-py313-test-fstring branch from 7148507 to ae07b43 Compare April 30, 2025 15:51
@hbina hbina closed this Apr 30, 2025
@hbina hbina deleted the hbina-fix-py313-test-fstring branch April 30, 2025 15:54
@hbina hbina restored the hbina-fix-py313-test-fstring branch April 30, 2025 15:54
@youknowone youknowone reopened this May 1, 2025
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 this pull request may close these issues.

2 participants