summaryrefslogtreecommitdiffstats
path: root/Include/codecs.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-09-12 04:57:29 (GMT)
committerGuido van Rossum <guido@python.org>2002-09-12 04:57:29 (GMT)
commitd560ace3a76d1fa162fa40ec90a158d4d3540036 (patch)
tree292a2882325cd34190cb54883d2e702433e04539 /Include/codecs.h
parent78170048f968a00ff7d440c4ff60164a70c20c22 (diff)
downloadcpython-d560ace3a76d1fa162fa40ec90a158d4d3540036.zip
cpython-d560ace3a76d1fa162fa40ec90a158d4d3540036.tar.gz
cpython-d560ace3a76d1fa162fa40ec90a158d4d3540036.tar.bz2
I don't think it's safe to use map.iteritems() in the various poll
routines. I got some errors "dictionary changed size during iteration" when running ZEO tests on machine while doing heavy forground work in another window, and thinking about it, I believe that it should be okay if readable() or writable() modifies the map. I also finally made all the spacing conform to the Python style guide: no space between a function/method name and the following left parenthesis (fixed lots of occurrences), spaces around assignment operators (fixed a few, always of the form "map=..."), and a blank line between the class statement and the first method definition (a few).
Diffstat (limited to 'Include/codecs.h')
0 files changed, 0 insertions, 0 deletions