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 gvanrossum
Recipients
Date 2007-03-16.20:07:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fixed two bugs, with the help of (improved) test_metaclass.py:

- bug in symtable handling of keyword args that triggered an assert in debug mode
- bug in build_class that mutated the keyword args dict in place

I've got the feeling that there are leaks.
File Added: meta.patch
History
Date User Action Args
2007-08-23 15:57:35adminlinkissue1681101 messages
2007-08-23 15:57:35admincreate