[issue43636] test_descr fails randomly when executed with -R :

Pablo Galindo Salgado report at bugs.python.org
Fri Mar 26 20:26:25 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Seems that the problem is removing the check:

    if (MCACHE_CACHEABLE_NAME(name) &&
        _PyType_HasFeature(type, Py_TPFLAGS_VALID_VERSION_TAG)) {

----------

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


More information about the Python-bugs-list mailing list