Ralf Schmitt added the comment: one more. this program seems to leak memory:
x=1000 e="["*x+"]"*x while 1: try: eval(e) except MemoryError: pass __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1881> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com