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
Description
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.