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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com