-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
test_functools
unexpected failures when C _functoolsmodule
is missing
#90805
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
Comments
Reproduction steps:
List of individual problems:
Related:
I will send a patch for this in a moment. |
_functoolsmodule is a core bootstrap module and defined in Modules/Setup.bootstrap. It has no external dependencies. There is no reason and no point to disable the module. We can safely assume that all modules defined in Modules/Setup.bootstrap are always available. (Maybe except for pwd, but that is a different story.) I propose to close the bug and PR as wontfix. |
Cristian, in this case - is there a reason to keep If we are sure that it is always available - then it should be always tested. We either should have:
Or do you think that some middle-ground is possible? |
+1.
Hm. Personally, I suggest to keep the |
No, I can't think of any :) Your argument about code churn also makes sense. Thanks everyone! |
Reopened: #108638 (comment) |
…unctoolsmodule`
…toolsmodule (pythonGH-108644) (cherry picked from commit baa6dc8) Co-authored-by: Nikita Sobolev <[email protected]>
…toolsmodule (pythonGH-108644) (cherry picked from commit baa6dc8) Co-authored-by: Nikita Sobolev <[email protected]>
…ctoolsmodule (GH-108644) (GH-109274) (cherry picked from commit baa6dc8) Co-authored-by: Nikita Sobolev <[email protected]>
Thanks! |
test_functools
works with and without_functoolsmodule
#31141Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
test_functools
works with and without_functoolsmodule
#108644The text was updated successfully, but these errors were encountered: