- Timestamp:
- Jan 12, 2018, 4:43:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Python/dynload_shlib.c
r391 r1291 43 43 {".pyd", "rb", C_EXTENSION}, 44 44 {".dll", "rb", C_EXTENSION}, 45 {"module.pyd", "rb", C_EXTENSION}, 46 {"module.dll", "rb", C_EXTENSION}, 45 47 #else 46 48 #ifdef __VMS
Note:
See TracChangeset
for help on using the changeset viewer.