[Python-Dev] Fast access to __builtins__

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 31 Mar 2003 12:34:16 +1200 (NZST)


Alex Martelli <aleax@aleax.it>:

> It happens, though -- for code whose performance is not important,
> e.g. initialization and "resetting" kind of stuff, a PyRun_String can be
> SO much more concise and handier than meticulous expansion of
> basically the same things into tens of lines of C code...

Nowadays you can let Pyrex do the expansion for you...:-)

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+