[issue28086] test.test_getargs2.TupleSubclass test failure

Serhiy Storchaka report at bugs.python.org
Thu Sep 22 05:52:18 EDT 2016


Serhiy Storchaka added the comment:

The simplest way is just change PyTuple_Check to PyTuple_CheckExact in ceval.c. Maybe this is suboptimal for tuple subclasses (namedtuple?), but I think this is very rare case.

----------
keywords: +patch
stage: needs patch -> patch review
versions: +Python 3.7
Added file: http://bugs.python.org/file44785/issue28086.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28086>
_______________________________________


More information about the Python-bugs-list mailing list