[Python-3000] [Python-Dev] Pre-pre PEP for 'super' keyword (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 1 01:42:03 CEST 2007
- Previous message: [Python-3000] PEP 3119 - Introducing Abstract Base Classes
- Next message: [Python-3000] super(), class decorators, and PEP 3115
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Calvin Spealman wrote:
I also checked and PyPy does implement a sys.getframe() and a IronPython currently doesn't, but seems to plan on it (there is a placeholder, at present). I am not sure if notes on this belongs in the PEP or not.
If this is to have a chance, you really need to come up with an implementation that doesn't rely on sys._getframe, even in CPython. It's a hack that has no place in something intended for routine use.
-- Greg
- Previous message: [Python-3000] PEP 3119 - Introducing Abstract Base Classes
- Next message: [Python-3000] super(), class decorators, and PEP 3115
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]