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-14 21:37:20 +01:00
2016-01-26 00:40:57 +01:00
2016-05-04 22:23:26 +03:00
2016-12-27 14:57:39 +02:00
2017-03-19 19:37:40 +02:00
2016-12-16 19:19:02 +02:00
2016-12-27 14:57:39 +02:00
2016-07-22 18:47:04 -04:00
2017-02-03 07:43:03 +09:00
2017-03-12 14:15:54 +02:00
2017-02-12 19:27:05 +01:00
2017-03-12 14:43:12 +02:00
2017-03-09 17:34:28 +01:00
2016-09-03 17:21:29 +01:00
2016-12-24 20:19:08 +09:00
2016-09-09 12:36:44 -07:00
2016-11-06 18:47:03 +02:00
2016-09-08 20:50:03 -07:00
2016-09-18 18:00:25 -07:00
2016-12-27 14:57:39 +02:00
2016-09-11 11:03:14 +03:00
2016-04-17 08:32:47 +03:00
2016-09-06 13:24:00 -07:00
2016-11-20 12:16:46 +02:00
2016-12-27 14:57:39 +02:00
2017-02-03 07:43:03 +09:00
2017-02-06 10:41:46 +02:00
2016-12-27 15:04:59 +02:00
2016-09-11 11:03:14 +03:00
2016-12-27 14:57:39 +02:00
2016-12-27 14:57:39 +02:00
2016-12-27 15:04:59 +02:00
2016-12-13 19:03:51 -05:00
2016-12-27 14:57:39 +02:00
2017-01-19 18:36:23 -08:00
2016-10-10 23:21:02 -07:00
2017-01-23 10:23:58 +02:00
2016-09-06 13:47:26 -07:00
2016-08-30 21:22:36 -07:00
2016-09-09 17:37:37 -07:00
2016-10-20 22:37:00 -07:00
2016-12-27 15:04:59 +02:00
2016-09-19 22:16:36 -07:00
2016-09-11 11:03:14 +03:00
2016-09-06 13:24:00 -07:00
2017-03-04 00:19:55 -05:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00
2016-09-07 12:03:06 +00:00
2016-12-27 14:57:39 +02:00
2017-03-08 20:24:22 +02:00
2017-03-23 14:48:39 +01:00
2016-09-11 11:03:14 +03:00
2016-09-09 14:57:09 -07:00
2017-02-22 16:31:59 +01:00
2016-06-04 12:06:26 -07:00
2016-12-27 14:57:39 +02:00
2017-03-23 14:48:39 +01:00
2016-09-28 17:31:35 -04:00
2017-02-04 11:08:04 +02:00
2016-11-22 07:58:08 +02:00
2016-11-22 07:58:08 +02:00
2016-09-08 22:01:51 -07:00
2016-09-11 11:03:14 +03:00
2016-09-11 11:03:14 +03:00
2017-03-19 08:15:17 +02:00
2016-12-27 14:57:39 +02:00