[issue30524] iter(classmethod, sentinel) broken for Argument Clinic class methods?

STINNER Victor report at bugs.python.org
Wed May 31 10:41:03 EDT 2017


STINNER Victor added the comment:

Oh, it's my fault: it's a bug coming from FASTCALL optimizations. The strange thing is that the bug wasn't catched by the giant Python test suite :-(

I knew that _PyStack_UnpackDict() has a bug in Python 3.6, but I completely forgot to fix it :-(

https://github.com/python/cpython/pull/1886 fixes the bug, but has not test yet.

----------

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


More information about the Python-bugs-list mailing list