commit | ed1170e49fe775b3af0926db7fa6c984a79ecc8f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Dec 20 21:23:41 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Dec 20 21:23:41 1999 +0000 |
tree | ebcf19471a780c82fccf2433f31b47a4dee2e7e7 | |
parent | 9f65081d90dcc40650adffd2ed730ff5eb1e47c0 [diff] |
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.