Message78773
| Author | ebfe |
|---|---|
| Recipients | ebfe, gps, pitrou, vstinner |
| Date | 2009-01-02.10:44:58 |
| SpamBayes Score | 2.5169891e-05 |
| Marked as misclassified | No |
| Message-id | <1230893101.08.0.0996947539189.issue4751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Releasing the GIL is somewhat expensive and should be avoided if possible. I've moved LEAVE_HASHLIB in EVP_update so the object gets unlocked before we call Py_END_ALLOW_THREADS. This is *only* possible because EVP_update does not use the object beyond those lines. Here is a new patch and a small test-script. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-02 10:45:01 | ebfe | set | recipients: + ebfe, pitrou, vstinner, gps |
| 2009-01-02 10:45:01 | ebfe | set | messageid: <1230893101.08.0.0996947539189.issue4751@psf.upfronthosting.co.za> |
| 2009-01-02 10:45:00 | ebfe | link | issue4751 messages |
| 2009-01-02 10:45:00 | ebfe | create | |