Mutual module imports
Tuvas
tuvas21 at gmail.com
Tue Oct 18 00:20:15 EDT 2005
More information about the Python-list mailing list
Tue Oct 18 00:20:15 EDT 2005
- Previous message (by thread): Mutual module imports
- Next message (by thread): PEP: Adding decorators for everything
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The trick is via something called Extending. Pyrex just makes extending a bit easier, but, depending on the complexity of the function, it might be easier just to extend it yourself. Basically you make a function that translates python into C. There are some instructions on the Python website, http://www.python.org . Look around, and you'll find lots of cool stuff on it.
- Previous message (by thread): Mutual module imports
- Next message (by thread): PEP: Adding decorators for everything
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list