[Python-Dev] Keeping interned strings in a set
Raymond Hettinger
rhettinger at ewtllc.com
Fri Jun 16 04:29:28 CEST 2006
Alexander Belopolsky wrote:
> This is very raw, but in the spirit of "release early and often",
> here it is:
>
> http://sourceforge.net/tracker/download.php?
> group_id=5470&atid=305470&file_id=181807&aid=1507011
>
> On Jun 15, 2006, at 8:47 PM, Raymond Hettinger wrote:
>
>>
>> I would be curious to see your patch.
>
Nicely done. It is fine by me if this goes in so we save a little space
in the intern table.
One nit, in _Py_ReleaseInternedStrings() you can use
PySet_CheckExact(interned) instead of the ob_type.
Raymond
More information about the Python-Dev
mailing list