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.
Created on 2007-03-15 00:09 by gvanrossum, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
meta.patch | gvanrossum, 2007-03-15 00:09 | Preliminary patch; accepts new syntax but doesn't do anything with it yet. | ||
meta.patch | gvanrossum, 2007-03-15 21:06 | More complete patch, implementing __build_class__ in Python. | ||
meta.patch | gvanrossum, 2007-03-15 21:53 | New version, fixes _bsddb problem. | ||
meta.patch | gvanrossum, 2007-03-16 04:11 | Version with __build_class__ in C. | ||
meta.patch | gvanrossum, 2007-03-16 15:53 | Use LOAD_BUILD_CLASS opcode. | ||
meta.patch | gvanrossum, 2007-03-16 18:50 | Add test_metaclass.py and fix __prepare__ signature bug. | ||
meta.patch | gvanrossum, 2007-03-16 20:07 | More unittests; fix assert and don't mutate kwds. | ||
meta.patch | gvanrossum, 2007-03-16 20:27 | Refactored __metaclass__ assignment. | ||
meta.patch | gvanrossum, 2007-03-16 23:12 | Fix syntax error in pickletester.py (sorry). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:23 | admin | set | github: 44719 |
2008-01-06 22:29:46 | admin | set | keywords:
- py3k versions: + Python 3.0 |
2007-03-15 00:09:45 | gvanrossum | create |