[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


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



More information about the Python-3000 mailing list