Nick Coghlan <ncogh...@gmail.com> added the comment: Huh, I didn't actually realise getclosure() could be written as a one liner until seeing Meador's version above:
{var : cell.cell_contents for var, cell in zip(func.__code__.co_freevars, func.__closure__)} ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13062> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com