◐ Shell
clean mode source ↗

Updated test_fstring to 3.13.2 by hbina · Pull Request #5749 · RustPython/RustPython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

hbina

wants to merge 4 commits into

Conversation

@hbina hbina changed the title Updated test_fstring to 3.12.2 Updated test_fstring to 3.13.2

Apr 27, 2025

youknowone

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 hbina marked this pull request as draft

April 30, 2025 12:52
Signed-off-by: Hanif Ariffin <hanif.ariffin.4326@gmail.com>

@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

2 participants

@hbina @youknowone