Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

get_annotations(..., eval_str=True) throwsSyntaxError if stringified starred annotation starts with one or more spaces #143517

Closed
Labels
3.14bugs and security fixes3.15new features, bugs and security fixestopic-typingtype-bugAn unexpected behavior, bug, or error
@johnslavik

Description

@johnslavik

Bug report

Bug description:

importannotationlibdeff(self,*args:' *tuple[str, int]')->None: ...print(annotationlib.get_annotations(f,eval_str=True))

Expected:

{'args':*tuple[str,int],'return':None}

Got:

Traceback (most recent call last):  File "/home/bswck/Python/cpython/t.py", line 5, in <module>    print(annotationlib.get_annotations(f, eval_str=True))          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^  File "/home/bswck/Python/cpython/Lib/annotationlib.py", line 1058, in get_annotations    else eval(_rewrite_star_unpack(value), globals, locals)         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "<string>", line 1    *tuple[str, int]    ^SyntaxError: invalid syntax

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.14bugs and security fixes3.15new features, bugs and security fixestopic-typingtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2026 Movatter.jp