This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ebfe
Recipients ebfe, gps, gregory.p.smith, pitrou, vstinner
Date 2009-01-02.23:50:55
SpamBayes Score 0.0015823448
Marked as misclassified No
Message-id <1230940256.41.0.926530895119.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think so.

The interface should stay simple - python has very few such magic knobs.
People will optimize for their own box as you said - and that code will
run worse on all the others...

Besides, we've lived so long with single-threaded openssl. Let's make
HASHLIB_GIL_MINSIZE such that there is no risk of additional overhead
introduced by this patch and refer to it's current value in the
hashlib-module's documentation.
History
Date User Action Args
2009-01-02 23:50:56ebfesetrecipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps
2009-01-02 23:50:56ebfesetmessageid: <1230940256.41.0.926530895119.issue4751@psf.upfronthosting.co.za>
2009-01-02 23:50:55ebfelinkissue4751 messages
2009-01-02 23:50:55ebfecreate