]> granicus.if.org Git - python/commit
Use a known unique object for the dummy entry.
authorRaymond Hettinger <python@rcn.com>
Sat, 17 Aug 2013 09:31:53 +0000 (02:31 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 17 Aug 2013 09:31:53 +0000 (02:31 -0700)
commit237b34b0747ac97d8e63cc5b1379db753da57c18
treeec7e668a1dbbb707920bf62788ebca21f805660d
parent07b16615bc0181cb6f1334ee170c196cdb3b288a
Use a known unique object for the dummy entry.

This lets us run PyObject_RichCompareBool() without
first needing to check whether the entry is a dummy.
Objects/setobject.c