8000 parenthesized context managers · Issue #2 · DetachHead/python-transpiler · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
parenthesized context managers #2
@KotlinIsland

Description

@KotlinIsland

This was 'added' in 3.10, but it's also supported in 3.9.2+

python/cpython#56991

source:

with (a, b): ...

compiled:

with a, b: ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0