]> granicus.if.org Git - python/commit
In _PyImport_Init(), dynamically construct the table of legal suffixes
authorGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:23:41 +0000 (21:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Dec 1999 21:23:41 +0000 (21:23 +0000)
commited1170e49fe775b3af0926db7fa6c984a79ecc8f
treeebcf19471a780c82fccf2433f31b47a4dee2e7e7
parent9f65081d90dcc40650adffd2ed730ff5eb1e47c0
In _PyImport_Init(), dynamically construct the table of legal suffixes
from two static tables (one standard, one provided by the platform's
dynload_*.c variant).

This is part of a set of patches by Greg Stein.
Python/import.c