New submission from Jens Kadenbach <[EMAIL PROTECTED]>: Rewrite of the namedtuple implementation to avoid the use of exec for class generation. The new code uses a custom class dictionary and the builtin type to create new classes dynamically.
---------- components: Library (Lib) files: new_namedtuples.diff keywords: patch messages: 73844 nosy: audax severity: normal status: open title: collections.namedtuple uses exec to create new classes versions: Python 2.6 Added file: http://bugs.python.org/file11608/new_namedtuples.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3974> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com