Message78979
| Author | ebfe |
|---|---|
| Recipients | ebfe, gps, gregory.p.smith, pitrou, vstinner |
| Date | 2009-01-03.17:17:52 |
| SpamBayes Score | 0.0018582522 |
| Marked as misclassified | No |
| Message-id | <1231003073.1.0.527062862251.issue4751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The lock is created while having the GIL in EVP_update. No other function releases the GIL (besides the creator-function which does not need the local lock). Thereby no other thread can be in between ENTER and LEAVE while the lock is allocated. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-03 17:17:53 | ebfe | set | recipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps |
| 2009-01-03 17:17:53 | ebfe | set | messageid: <1231003073.1.0.527062862251.issue4751@psf.upfronthosting.co.za> |
| 2009-01-03 17:17:52 | ebfe | link | issue4751 messages |
| 2009-01-03 17:17:52 | ebfe | create | |