Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python C Extension

Python Extension Module With Variable Number Of Arguments

I am trying to figure out how in C extension modules to have a variable (and maybe) quite large num… Read more Python Extension Module With Variable Number Of Arguments

How To Package A Python C Extension Such That It Is A Submodule Of A Normal Python Module?

I wrote a python library with two parts: A Python C extension A Python wrapper for the Python C ex… Read more How To Package A Python C Extension Such That It Is A Submodule Of A Normal Python Module?

Can I Develop C Extensions For Python 2.7 Through 3.1 On Windows *without* Installing Visual Studio 2008?

I'm aware that Python extensions on Windows typically have to be built with the same version of… Read more Can I Develop C Extensions For Python 2.7 Through 3.1 On Windows *without* Installing Visual Studio 2008?

Python C Extension: Pyeval_getlocals() Returns Null

I need to read local variables from Python in C/C++. When I try to PyEval_GetLocals, I get a NULL. … Read more Python C Extension: Pyeval_getlocals() Returns Null