[issue46647] `test_functools` unexpected failures when C `_functoolsmodule` is missing

Nikita Sobolev report at bugs.python.org
Sat Feb 5 08:44:16 EST 2022


Nikita Sobolev <mail at sobolevn.me> added the comment:

Cristian, in this case - is there a reason to keep `skipUnless(c_functools)` around? 

If we are sure that it is always available - then it should be always tested. 

We either should have:
1. Cleanly defined skips that work (this PR)
2. Unconditional coverage

Or do you think that some middle-ground is possible?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46647>
_______________________________________


More information about the Python-bugs-list mailing list