Eric V. Smith <e...@trueblade.com> added the comment:

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().

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to