Message116288
I've changed the function as you suggest, although there are in fact no failure detection semantics defined for PyThread_create_key(). See e.g. thread.c:294
/* Return a new key. This must be called before any other functions in
* this family, and callers must arrange to serialize calls to this
* function. No violations are detected.
*/
int
PyThread_create_key(void) |
|
| Date |
User |
Action |
Args |
| 2010-09-13 08:00:31 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, loewis, amaury.forgeotdarc, pitrou, giampaolo.rodola |
| 2010-09-13 08:00:31 | kristjan.jonsson | set | messageid: <[email protected]> |
| 2010-09-13 08:00:29 | kristjan.jonsson | link | issue9786 messages |
| 2010-09-13 08:00:28 | kristjan.jonsson | create | |
|