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 schmir
Recipients christian.heimes, facundobatista, georg.brandl, gvanrossum, schmir
Date 2008-01-22.08:37:35
SpamBayes Score 0.10315676
Marked as misclassified No
Message-id <1200991056.33.0.553743411437.issue1881@psf.upfronthosting.co.za>
In-reply-to
Content
one more. this program seems to leak memory:

x=1000
e="["*x+"]"*x
while 1:
    try:
        eval(e)
    except MemoryError:
        pass
History
Date User Action Args
2008-01-22 08:37:36schmirsetspambayes_score: 0.103157 -> 0.10315676
recipients: + schmir, gvanrossum, georg.brandl, facundobatista, christian.heimes
2008-01-22 08:37:36schmirsetspambayes_score: 0.103157 -> 0.103157
messageid: <1200991056.33.0.553743411437.issue1881@psf.upfronthosting.co.za>
2008-01-22 08:37:35schmirlinkissue1881 messages
2008-01-22 08:37:35schmircreate