Lawrence D'Oliveiro schrieb:
> In message <mailman.2268.1256841007.2807.python-l...@python.org>, Christian 
> Heimes wrote:
> 
>> On Linux and several other Unices the suffix is .so and not .pyd.
> 
> Why is that? Or conversely, why isn't it .dll under Windows?

.so is the common suffix of shared libraries on Linux. IIRC Python
extensions have .pyd on Mac OS X. On Windows it used to be .dll, too.
The suffix was changed to avoid issues with other dlls and name clashes.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to