]> granicus.if.org Git - python/commit
The old platform-specific contents of importdl.c, broken down into one
authorGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:18:49 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:18:49 +0000 (21:18 +0000)
commit22a1d3671bd02fbbc3599e3b4c19648027d7b867
tree4cb5ba7264de29523a990a3ff3be02bd12e976d4
parent72badf54048655ecbcb5b541428823386795231e
The old platform-specific contents of importdl.c, broken down into one
file per platform (really: per style of Dl API; e.g. all platforms
using dlopen() are grouped together in dynload_shlib.c.).

This is part of a set of patches by Greg Stein.
Python/dynload_aix.c [new file with mode: 0644]
Python/dynload_beos.c [new file with mode: 0644]
Python/dynload_dl.c [new file with mode: 0644]
Python/dynload_hpux.c [new file with mode: 0644]
Python/dynload_mac.c [new file with mode: 0644]
Python/dynload_next.c [new file with mode: 0644]
Python/dynload_os2.c [new file with mode: 0644]
Python/dynload_shlib.c [new file with mode: 0644]
Python/dynload_stub.c [new file with mode: 0644]
Python/dynload_win.c [new file with mode: 0644]