Skip to content Skip to sidebar Skip to footer
Showing posts with the label Extension Modules

Dll Load Failed: %1 Is Not A Valid Win32 Application

So I have a situation where I need to make binary patches and then be able to apply them from withi… Read more Dll Load Failed: %1 Is Not A Valid Win32 Application

How To Call A Builtin Function (or Method) From C Code Of A Python Extension Module?

What I currently want to accomplish is to tweak Pythons itertools module function combinations to … Read more How To Call A Builtin Function (or Method) From C Code Of A Python Extension Module?