[issue2292] Missing *-unpacking generalizations

2015-01-20 Thread fhahn
Changes by fhahn : -- nosy: -fhahn ___ Python tracker <http://bugs.python.org/issue2292> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue2292] Missing *-unpacking generalizations

2013-11-17 Thread fhahn
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/starun

[issue19514] Merge duplicated _Py_IDENTIFIER identifiers in C code

2013-11-07 Thread fhahn
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#