-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_doctests failure when running tests with -werror on platforms without readline (win32, wasi) #128816
Comments
graingert
added a commit
to graingert/cpython
that referenced
this issue
Jan 14, 2025
…ing readline in WASI
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 15, 2025
* Fix a deprecation warning for using importlib.resources.abc.ResourceReader. * Fix an import warning when importing readline (if it has not yet been imported).
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 15, 2025
* Fix a deprecation warning for using importlib.resources.abc.ResourceReader. * Fix an import warning when importing readline (if it has not yet been imported). (cherry picked from commit 599be68) Co-authored-by: Thomas Grainger <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 15, 2025
* Fix a deprecation warning for using importlib.resources.abc.ResourceReader. * Fix an import warning when importing readline (if it has not yet been imported). (cherry picked from commit 599be68) Co-authored-by: Thomas Grainger <[email protected]>
This was referenced Jan 15, 2025
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 16, 2025
* Fix a deprecation warning for using importlib.resources.abc.ResourceReader. * Fix an import warning when importing readline (if it has not yet been imported). (cherry picked from commit 599be68) Co-authored-by: Thomas Grainger <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 16, 2025
* Fix a deprecation warning for using importlib.resources.abc.ResourceReader. * Fix an import warning when importing readline (if it has not yet been imported). (cherry picked from commit 599be68) Co-authored-by: Thomas Grainger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
fix seems to be to upgrade to the non-deprecated exec_module interface:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows, Other
Linked PRs
The text was updated successfully, but these errors were encountered: