Victor Stinner
4d231bcc77
bpo-38644: Add _PyObject_Call() (GH-17089)
* Add pycore_call.h internal header file.
* Add _PyObject_Call(): PyObject_Call() with tstate
* Add _PyObject_CallNoArgTstate(): _PyObject_CallNoArg() with tstate
* Add _PyObject_FastCallDictTstate(): _PyObject_FastCallDict()
with tstate
* _PyObject_Call_Prepend() now takes tstate
* Replace _PyObject_FastCall() calls
with _PyObject_VectorcallTstate() calls
2019-11-14 13:36:21 +01:00
..
2019-11-14 13:36:21 +01:00
2019-11-14 13:36:21 +01:00
2019-10-30 12:03:20 +02:00
2019-09-12 10:27:14 +01:00
2019-09-12 10:27:14 +01:00
2019-04-13 17:05:14 +01:00
2019-10-21 09:31:46 +03:00
2018-01-27 14:06:21 +09:00
2019-09-12 19:12:22 +01:00
2017-11-28 17:56:10 +02:00
2019-11-04 19:48:34 +01:00
2019-05-29 20:31:52 +02:00
2019-07-01 12:35:05 +02:00
2019-06-13 02:16:41 +02:00
2018-09-21 15:33:56 -04:00
2018-11-13 09:02:25 +01:00
2019-07-05 14:48:24 +02:00
2018-11-27 00:12:26 +01:00
2017-11-28 17:56:10 +02:00
2017-12-15 13:11:11 +02:00
2019-10-15 08:26:12 +01:00
2019-05-23 08:45:22 -07:00
2019-08-21 15:27:33 -07:00
2019-05-20 00:14:57 +02:00
2019-06-18 20:05:41 +09:00
2019-09-29 22:59:11 -07:00
2019-01-31 12:40:27 +01:00
2019-04-23 20:39:37 +09:00
2019-06-19 10:36:10 +02:00
2019-03-15 16:35:46 -06:00
2019-05-28 17:16:33 +02:00
2017-04-22 01:48:11 +02:00
2017-11-28 17:56:10 +02:00
2019-09-12 19:12:22 +01:00
2019-09-11 12:01:01 +01:00
2019-08-29 17:49:08 +03:00
2019-05-28 17:16:33 +02:00
2019-01-22 11:18:22 +00:00
2019-07-05 14:37:15 -07:00
2019-03-27 12:52:18 +01:00
2018-11-22 02:57:29 +01:00
2019-08-25 12:44:09 +03:00
2019-02-27 12:09:28 +01:00
2019-03-07 12:38:08 -08:00
2019-06-04 22:12:32 +02:00
2019-05-26 17:10:09 +02:00
2018-05-10 11:27:23 +03:00
2017-11-24 22:06:38 +01:00
2019-05-23 08:45:22 -07:00
2019-05-23 08:45:22 -07:00
2019-08-25 23:45:40 +10:00
2018-09-18 05:38:58 -07:00
2018-01-05 23:15:34 -08:00
2019-08-30 16:21:19 -04:00
2019-08-27 00:45:45 +02:00
2019-09-20 23:10:16 +02:00
2019-07-30 18:16:13 -04:00
2019-04-15 17:00:19 +02:00
2019-10-15 08:26:12 +01:00
2019-09-05 18:06:49 +02:00
2019-05-29 11:46:58 -07:00
2019-09-12 10:27:14 +01:00
2019-05-27 16:39:22 +02:00
2019-06-18 00:15:13 +02:00
2019-06-13 15:34:46 -07:00
2019-08-23 16:39:09 +01:00
2017-04-22 01:48:11 +02:00
2019-05-28 17:16:33 +02:00
2019-08-25 23:45:40 +10:00
2019-05-23 08:45:22 -07:00
2019-03-07 12:38:08 -08:00
2019-05-20 00:14:57 +02:00
2018-10-26 00:01:56 +02:00
2018-11-28 13:01:32 +01:00
2019-10-07 18:42:01 +02:00
2018-01-21 09:44:07 -05:00