Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

v1.20.rc6 (rc1 too) -- TimeoutError class went missing #251

Open
@martijnthe

Description

@martijnthe

Somehow the TimeoutError class is "not defined" any more, even though there's this in esp32/mpconfigport.h:

#define MICROPY_PY_BUILTINS_TIMEOUTERROR            (1)
>>> TimeoutError
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'TimeoutError' is not defined

Note the "official" rc1 release also has this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions