Gregory P. Smith schrieb:
> hashlib's OpenSSL implementation on windows comes in the form of a
> 300k _hashlib.pyd library.

What do you mean by "comes"? I can't find any _hashlib.vcproj file
inside the PCbuild directory.

>> I believe that the performance of the OpenSSL routines depends on
>> the way OpenSSL was built, e.g. whether the assembler implementations
>> are used or not. Somebody would have to check, but I doubt they are.
> 
> That'd be unfortunate as that negatively impacts the socket _ssl
> module as well.  OpenSSL should always be built with the assembler
> implementations.

But Visual Studio doesn't ship with an assembler! So how could I
build it?

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to