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