mirror of https://github.com/python/cpython
Got rid of old (non-carbon-ppc and even cfm68k) file extensions for
extension modules.
This commit is contained in:
parent
d5ae01a803
commit
c389ec8d55
|
@ -17,15 +17,7 @@
|
|||
|
||||
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||
{".slb", "rb", C_EXTENSION},
|
||||
#ifdef __CFM68K__
|
||||
{".CFM68K.slb", "rb", C_EXTENSION},
|
||||
#else
|
||||
#if TARGET_API_MAC_CARBON
|
||||
{".carbon.slb", "rb", C_EXTENSION},
|
||||
#else
|
||||
{".ppc.slb", "rb", C_EXTENSION},
|
||||
#endif
|
||||
#endif
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue