Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

Commenting-out the ``c.set(section,"item#%d"%(i),str(i))`` calls shows that 
that is not where the problem lies for the ConfigParser() class.
The issue seems confined to ConfigParser.get().

The  RawConfigParser() class doesn't seem to have the same issue.

Looking at the 2.7 code for ConfigParser.get() shows that it is doing a lot 
more than just getting.  For example, it does a full copy of defaults 
dictionary on every call !?

I'll look at it more shortly.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11089>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to