Changeset 1291 for python


Ignore:
Timestamp:
Jan 12, 2018, 4:43:24 PM (8 years ago)
Author:
Silvan Scherrer
Message:

python: add module extention, as some python scripts need that. as example deltarpm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Python/dynload_shlib.c

    r391 r1291  
    4343    {".pyd", "rb", C_EXTENSION},
    4444    {".dll", "rb", C_EXTENSION},
     45    {"module.pyd", "rb", C_EXTENSION},
     46    {"module.dll", "rb", C_EXTENSION},
    4547#else
    4648#ifdef __VMS
Note: See TracChangeset for help on using the changeset viewer.