This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients sebegue, skip.montanaro
Date 2008-12-10.15:22:02
SpamBayes Score 6.053198e-07
Marked as misclassified No
Message-id <1228922523.77.0.221150961317.issue4620@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-10 15:22:04skip.montanarosetrecipients: + skip.montanaro, sebegue
2008-12-10 15:22:03skip.montanarosetmessageid: <1228922523.77.0.221150961317.issue4620@psf.upfronthosting.co.za>
2008-12-10 15:22:02skip.montanarolinkissue4620 messages
2008-12-10 15:22:02skip.montanarocreate