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

test_tomllib.test_inline_array_recursion_limit() failed on wasm32-wasi 3.11 buildbot #108851

Closed
Labels
3.11only security fixesOS-wasitestsTests in the Lib/test dir
@vstinner

Description

@vstinner

test_tomllib.test_inline_array_recursion_limit() failed on wasm32-wasi 3.11 buildbot:

ERROR: test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit)----------------------------------------------------------------------Traceback (most recent call last):  File "/Lib/test/test_tomllib/test_misc.py", line 98, in test_inline_array_recursion_limit    tomllib.loads(recursive_array_toml)  File "/Lib/tomllib/_parser.py", line 102, in loads    pos = key_value_rule(src, pos, out, header, parse_float)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/Lib/tomllib/_parser.py", line 326, in key_value_rule    pos, key, value = parse_key_value_pair(src, pos, parse_float)                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/Lib/tomllib/_parser.py", line 369, in parse_key_value_pair    pos, value = parse_value(src, pos, parse_float)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/Lib/tomllib/_parser.py", line 616, in parse_value    return parse_array(src, pos, parse_float)           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/Lib/tomllib/_parser.py", line 420, in parse_array    pos, val = parse_value(src, pos, parse_float)               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  (...)  File "/Lib/tomllib/_parser.py", line 416, in parse_array    pos = skip_comments_and_array_ws(src, pos)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/Lib/tomllib/_parser.py", line 278, in skip_comments_and_array_ws    pos = skip_chars(src, pos, TOML_WS_AND_NEWLINE)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^RecursionError: maximum recursion depth exceeded

link:https://buildbot.python.org/all/#/builders/1047/builds/908

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.11only security fixesOS-wasitestsTests in the Lib/test dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp