C extensions without using shared libraries

Alex new_name at mit.edu
Tue Sep 4 21:30:37 EDT 2001


> The only way to make a C-based extension for Python static is to link
> it with the Python executable itself. You probably don't want to be
> doing that.

I find that a really useful thing to do, actually.  It makes debugging
with gdb a whole lot easier.

Alex.



More information about the Python-list mailing list