]> granicus.if.org Git - python/commit
Ty Sarna writes:
authorGuido van Rossum <guido@python.org>
Thu, 7 Jan 1999 21:50:41 +0000 (21:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 7 Jan 1999 21:50:41 +0000 (21:50 +0000)
commitdf69365f5f6676b6990d1eb6723e264f15f70d49
treec72045669015a21e9a71acd00328d080a2b7f78f
parent257fd514a365c8b315540d889eec2156b1c86418
Ty Sarna writes:
The following patches (relative to 1.5.2b1) enable Python dynamic
loading to work on NetBSD platforms that use ELF (presnetly mips and
alpha systems).  They automaticly determine wether the system is ELF or
a.out rather than using astatic list of platforms so that when other
NetBSD platforms move to ELF, python will continue to work without
change.
Python/importdl.c
configure
configure.in