Serhiy Storchaka
aefa7ebf0f
bpo-6532: Make the thread id an unsigned integer. ( #781 )
...
* bpo-6532: Make the thread id an unsigned integer.
From C API side the type of results of PyThread_start_new_thread() and
PyThread_get_thread_ident(), the id parameter of
PyThreadState_SetAsyncExc(), and the thread_id field of PyThreadState
changed from "long" to "unsigned long".
* Restore a check in thread_get_ident().
2017-03-23 14:48:39 +01:00
..
2017-03-04 06:00:37 -05:00
2017-03-05 20:15:20 +02:00
2017-02-08 15:49:10 +01:00
2017-03-12 15:23:30 -04:00
2017-03-03 10:12:03 +02:00
2017-02-15 18:00:32 -08:00
2017-03-15 17:31:06 +03:00
2017-02-10 12:37:21 +01:00
2017-02-13 13:50:14 -08:00
2017-01-23 22:59:03 +00:00
2017-03-15 11:39:22 -07:00
2017-02-26 21:11:58 +09:00
2017-01-22 14:39:20 +08:00
2017-03-09 11:35:28 +02:00
2017-02-24 15:44:19 +09:00
2017-03-04 06:00:37 -05:00
2017-03-19 20:20:10 +02:00
2017-03-02 17:21:26 +03:00
2017-03-06 17:01:06 +02:00
2017-01-20 08:33:06 +02:00
2017-03-06 17:17:05 +08:00
2017-03-12 20:38:32 +10:00
2017-03-08 11:04:24 +08:00
2017-01-24 20:54:07 +02:00
2017-02-20 20:28:15 +00:00
2017-03-03 20:14:27 +03:00
2017-03-19 20:20:10 +02:00
2017-02-14 18:22:55 +00:00
2017-03-08 11:18:49 +08:00
2017-03-23 14:48:39 +01:00
2017-01-24 12:13:34 -08:00
2017-02-09 23:49:50 +01:00
2017-03-19 19:25:29 +02:00
2017-03-09 20:07:58 +02:00
2017-03-14 15:07:15 +08:00
2017-03-15 07:26:33 +02:00
2017-02-03 07:43:03 +09:00
2017-03-12 13:15:01 +02:00
2017-03-17 11:50:23 +03:00
2017-03-06 17:01:06 +02:00
2017-03-19 19:25:29 +02:00
2017-03-06 17:01:06 +02:00
2017-03-19 23:49:43 -07:00
2017-01-21 13:10:52 +00:00
2017-02-22 16:31:59 +01:00
2017-03-07 14:33:21 +02:00
2017-02-04 14:55:16 -08:00
2017-03-04 00:19:55 -05:00
2017-03-19 08:40:32 +02:00
2017-03-20 08:44:46 +02:00
2017-03-07 22:48:09 -08:00
2017-02-06 12:42:00 +01:00
2017-03-11 22:10:07 -06:00
2017-03-19 20:20:10 +02:00
2017-02-02 14:24:16 +01:00
2017-02-26 20:06:10 +03:00
2017-03-17 11:16:20 -07:00
2017-02-08 15:49:10 +01:00
2017-03-23 14:48:39 +01:00
2017-03-08 10:32:44 +02:00
2017-03-23 14:48:39 +01:00
2017-03-14 21:16:15 +01:00
2017-03-19 20:20:10 +02:00
2017-03-06 17:01:06 +02:00
2017-02-01 10:55:58 -08:00
2017-02-24 09:28:26 -08:00
2017-02-23 15:38:04 +02:00
2017-02-25 19:00:28 +10:00
2017-03-01 23:34:19 -08:00
2017-02-02 19:17:02 +00:00
2017-03-08 17:15:54 +02:00
2017-02-06 14:50:17 -08:00
2017-03-05 19:27:06 +02:00
2017-03-08 14:37:51 +02:00