Message78773
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. |
|
| 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: <[email protected]> |
| 2009-01-02 10:45:00 | ebfe | link | issue4751 messages |
| 2009-01-02 10:45:00 | ebfe | create | |
|