[Python-Dev] setobject code
Neal Norwitz
nnorwitz at gmail.com
Mon Jun 19 07:50:37 CEST 2006
More information about the Python-Dev mailing list
Mon Jun 19 07:50:37 CEST 2006
- Previous message: [Python-Dev] setobject code
- Next message: [Python-Dev] setobject code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6/16/06, Alexander Belopolsky <alexander.belopolsky at gmail.com> wrote: > I would like to share a couple of observations that I made as I > studied the latest setobject implementation. ... > 2. Type of several data members in dict-object and dict-entry structs > were recently changed to Py_ssize_t . Whatever considerations > prompted the change, they should probably apply to the similar > members of set-object and set-entry structs as well. Thanks for pointing that out. Fixed in 47018. n
- Previous message: [Python-Dev] setobject code
- Next message: [Python-Dev] setobject code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list