-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
OS-windowsextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
The _suggestions
module isn't available in Windows builds because it's missing from PC/config.c
. Since it's not tested and only imported in traceback.py
in a try:
block guarding against ImportError
, it's easy to not detect that it's missing.
If there is no objection, I'll create a PR adding the _suggestions
module to PC/config.c
(and perhaps config_minimal.c
) plus basic tests to detect whether it's available and working as intended.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-windowsextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error