![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivebase64 memory question
From: Michele Petrazzo <michele.petrazzo@TOGLIunipex.it>
Date: Fri Mar 31 2006 - 18:56:46 CEST
Hi ng,
#ls -lh on /tmp/test_zero
michele:~$ python2.4
# Now top say me:
>>> b = base64.encodestring(open("/tmp/test_zero", "rb").read())
#top:
>>> del base64, b
#top
So like I can read from the top, python "forgot" to free that part of
P.s. The same happen on my win2k machine with py 2.4.2
Thanks,
|