Skip Montanaro <[EMAIL PROTECTED]> added the comment:

Can you reproduce this with a script that does nothing more
than

while True:
  myDate = datetime.datetime(*(time.strptime("2008-12-10T14:00:03",
"%Y-%m-%dT%H:%M:%S")[:6]))

I tried with both Python 2.4.5 on Solaris and Python built from
CVS (aka 2.7a0) on my Mac and see no memory growth of the
processes.  If there's a memory leak my guess is that it is
somewhere else.

----------
nosy: +skip.montanaro

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4620>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to