Parsing a Python dictionary inside a Python extension

elbertlev at hotmail.com elbertlev at hotmail.com
Fri May 27 21:31:48 EDT 2005


1. Why not to simplfy the problem. You can extract values from the
dictionari in python (this is fast). Put them in a list (fast). Pass
the list to the extension, handle it and return to python. etc.

2. Use Pyrex.




More information about the Python-list mailing list