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 eric.smith
Recipients bup, docs@python, eric.smith
Date 2018-06-09.17:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528566272.36.0.592728768989.issue33814@psf.upfronthosting.co.za>
In-reply-to
Content
It would be helpful if you could show what output you see, and how it differs from what you expect.

I think you're just seeing reference cycles or some other delayed garbage collection. If you put in a gc.collect() in your loops to force a collection, you'll see the reference numbers drop back.

There's no way we would deprecate globals and locals params to exec().
History
Date User Action Args
2018-06-09 17:44:32eric.smithsetrecipients: + eric.smith, docs@python, bup
2018-06-09 17:44:32eric.smithsetmessageid: <1528566272.36.0.592728768989.issue33814@psf.upfronthosting.co.za>
2018-06-09 17:44:32eric.smithlinkissue33814 messages
2018-06-09 17:44:32eric.smithcreate