[Python-Dev] Fast access to builtins (original) (raw)
Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 31 Mar 2003 12:34:16 +1200 (NZST)
- Previous message: [Python-Dev] Fast access to __builtins__
- Next message: [Python-Dev] Fast access to __builtins__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alex Martelli <aleax@aleax.it>:
It happens, though -- for code whose performance is not important, e.g. initialization and "resetting" kind of stuff, a PyRunString 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 +--------------------------------------+
- Previous message: [Python-Dev] Fast access to __builtins__
- Next message: [Python-Dev] Fast access to __builtins__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]