Changes by fhahn :
--
nosy: -fhahn
___
Python tracker
<http://bugs.python.org/issue2292>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
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
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#