[capi-sig] Keyword creation in a module function

Stefan Behnel python_capi at behnel.de
Fri Nov 9 08:54:06 CET 2012


Robert Steckroth, 09.11.2012 04:54:
> Well, turns out that while the keyword dictionary thing is complex, my
> problem was elsewhere.

Have you considered using Cython? It would allow you to concentrate on the
real problems, i.e. the functionality you want to implement, rather than
having to dig into this kind of low-level issues.

Stefan



More information about the capi-sig mailing list