Victor Stinner
8203c73f3b
bpo-1635741: Refactor _threadmodule.c (GH-23793)
...
* Fix ExceptHookArgsType name: "_thread.ExceptHookArgs", instead of
"_thread._ExceptHookArgs".
* PyInit__thread() no longer intializes interp->num_threads to 0:
it is already done in PyInterpreterState_New().
* Use PyModule_AddType(), Py_NewRef() and Py_XNewRef().
* Replace str_dict variable with _Py_IDENTIFIER(__dict__).
* Remove assert(Py_IS_TYPE(obj, &Locktype)) from release_sentinel()
to avoid having to retrive the type from this callback.
* Add thread_bootstate_free()
* Rename t_bootstrap() to thread_run()
* bootstate structure: rename keyw member to kwargs
2020-12-16 12:20:33 +01:00
..
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-11-01 20:59:35 +01:00
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-11-17 17:55:12 +02:00
2020-06-20 12:15:03 -07:00
2020-02-27 23:05:02 -08:00
2020-12-01 10:37:39 +01:00
2020-12-02 17:57:18 +00:00
2019-10-12 20:14:11 +01:00
2020-10-26 23:19:22 +01:00
2020-11-11 17:48:53 +02:00
2020-10-19 22:04:01 -07:00
2020-10-24 21:14:23 +03:00
2020-10-16 10:34:15 +02:00
2020-10-27 22:24:33 +01:00
2020-11-04 16:33:55 +01:00
2020-02-17 10:11:34 +01:00
2020-12-15 15:14:35 +01:00
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-11-20 11:39:40 +01:00
2020-06-16 01:20:54 +09:00
2020-07-10 12:40:38 +02:00
2020-12-04 19:45:57 -08:00
2020-06-17 01:41:23 +09:00
2020-12-01 10:37:39 +01:00
2020-06-22 17:39:32 +02:00
2020-05-27 02:03:38 -07:00
2020-12-01 09:56:42 +01:00
2020-11-06 17:04:47 +01:00
2020-10-24 21:14:23 +03:00
2020-09-07 10:48:44 +02:00
2020-11-21 00:55:23 -08:00
2020-12-01 10:37:39 +01:00
2020-11-21 20:28:14 +01:00
2020-11-19 00:24:37 -08:00
2020-11-18 23:46:29 -08:00
2020-09-09 12:28:48 +09:00
2020-12-01 10:37:39 +01:00
2020-04-13 22:11:40 -05:00
2020-12-02 06:07:56 +00:00
2020-05-19 13:22:16 +01:00
2020-04-15 02:35:41 +02:00
2020-12-01 09:56:42 +01:00
2020-12-01 10:37:39 +01:00
2020-12-03 14:01:10 +01:00
2020-11-05 18:58:07 +01:00
2020-11-03 22:27:12 +01:00
2020-12-16 12:20:33 +01:00
2020-12-01 10:37:39 +01:00
2020-10-13 08:46:31 +02:00
2020-05-12 23:32:32 +01:00
2020-04-06 14:07:02 +02:00
2020-08-13 16:22:48 +02:00
2020-07-17 11:44:23 +01:00
2020-10-27 17:12:53 +01:00
2020-12-01 09:56:42 +01:00
2020-12-15 17:12:02 +01:00
2020-03-19 10:11:33 -07:00
2020-03-24 23:26:44 -05:00
2020-09-10 16:09:04 +02:00
2018-01-29 11:33:57 -08:00
2020-05-07 10:17:16 +09:00
2020-07-04 01:36:47 +09:00
2020-10-19 16:30:02 -07:00
2020-12-01 10:37:39 +01:00
2017-12-12 13:55:04 +02:00
2020-11-08 10:05:27 +01:00
2020-11-18 23:47:32 -08:00
2017-09-07 18:56:24 +02:00
2020-12-04 19:45:57 -08:00
2020-12-15 16:25:27 +01:00
2018-11-26 20:21:31 -06:00
2020-11-16 16:16:10 +01:00
2020-10-27 17:12:53 +01:00
2020-12-01 10:37:39 +01:00
2020-11-21 03:39:56 -08:00
2020-06-12 11:26:00 +09:00
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-12-02 17:57:18 +00:00
2020-10-13 22:04:44 +02:00
2020-11-18 23:47:32 -08:00
2020-11-04 18:37:23 +01:00
2020-07-12 19:01:03 +03:00
2020-10-29 15:16:23 +01:00
2017-11-28 17:56:10 +02:00
2020-12-01 10:37:39 +01:00
2020-10-27 17:12:53 +01:00
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-12-01 10:37:39 +01:00
2020-11-30 22:48:33 +01:00
2020-11-20 00:26:07 -08:00
2020-04-29 15:31:19 -07:00
2020-11-19 10:54:03 +01:00
2017-10-24 23:31:42 +03:00
2020-12-01 10:37:39 +01:00
2020-04-11 10:48:40 +03:00
2020-11-18 07:03:51 -08:00
2020-05-05 10:49:46 +09:00
2020-10-18 17:54:06 +03:00
2020-11-16 16:08:05 +01:00
2020-03-10 20:41:34 -07:00
2020-12-01 10:37:39 +01:00
2020-03-10 20:41:34 -07:00
2019-04-09 11:19:46 -07:00
2020-12-08 08:36:53 -08:00
2020-12-08 08:36:53 -08:00
2020-12-01 10:37:39 +01:00
2020-04-15 02:35:41 +02:00
2020-12-01 10:37:39 +01:00