[Python-Dev] Submitting PEP 422 (Simple class initialization hook) for pronouncement (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sun Feb 10 13:47:00 CET 2013
- Previous message: [Python-Dev] Submitting PEP 422 (Simple class initialization hook) for pronouncement
- Next message: [Python-Dev] Submitting PEP 422 (Simple class initialization hook) for pronouncement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 10 Feb 2013 22:32:50 +1000 Nick Coghlan <ncoghlan at gmail.com> wrote:
Replaces many use cases for dynamic setting of
_metaclass_
----------------------------------------------------------------- For use cases that don't involve completely replacing the defined class, Python 2 code that dynamically set_metaclass_
can now dynamically set_initclass_
instead. For more advanced use cases, introduction of an explicit metaclass (possibly made available as a required base class) will still be necessary in order to support Python 3.
So, what are the use cases? I probably write metaclasses once a year, I wonder how much incentive there is to bring an additional complication to the already complicated class construction process.
Regards
Antoine.
- Previous message: [Python-Dev] Submitting PEP 422 (Simple class initialization hook) for pronouncement
- Next message: [Python-Dev] Submitting PEP 422 (Simple class initialization hook) for pronouncement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]