[issue19514] Merge duplicated _Py_IDENTIFIER identifiers in C code
fhahn added the comment: I've merged the _Py_IDENTIFIER identifiers mentioned above. I stumbled over anohter instance where _Py_IDENTIFIER is used more than once: _Py_IDENTIFIER(__setitem__) : Objects/typeobject.c#l5133 _Py_IDENTIFIER(__setitem__) : Objects/typeobject.c#l5184 -- keywords: +patch nosy: +fhahn Added file: http://bugs.python.org/file32531/patch_19514.diff ___ Python tracker <http://bugs.python.org/issue19514> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2292] Missing *-unpacking generalizations
fhahn added the comment: I've updated the patch to apply to the current tip. But this patch breaks *-unpacking, I'll try to take a closer look during the next week. -- nosy: +fhahn Added file: http://bugs.python.org/file32670/starunpack2.diff ___ Python tracker <http://bugs.python.org/issue2292> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2292] Missing *-unpacking generalizations
Changes by fhahn : -- nosy: -fhahn ___ Python tracker <http://bugs.python.org/issue2292> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com