Victor Stinner
44085a3fc9
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
...
* Refactor _PyFrame_New_NoTrack() and PyFunction_NewWithQualName()
code.
* PyFrame_New() checks for _PyEval_BuiltinsFromGlobals() failure.
* Fix a ref leak in _PyEval_BuiltinsFromGlobals() error path.
* Complete PyFunction_GetModule() documentation: it returns a
borrowed reference and it can return NULL.
* Move _PyEval_BuiltinsFromGlobals() definition to the internal C
API.
* PyFunction_NewWithQualName() uses _Py_IDENTIFIER() API for the
"__name__" string to make it compatible with subinterpreters.
2021-02-18 19:20:16 +01:00
..
2021-02-18 19:20:16 +01:00
2021-02-18 19:20:16 +01:00
2021-02-16 16:05:58 +01:00
2020-09-16 19:42:00 +01:00
2020-09-16 19:42:00 +01:00
2020-11-05 15:02:12 +01:00
2020-02-13 18:37:17 +01:00
2020-12-03 12:46:16 +02:00
2020-12-07 11:56:20 +01:00
2020-10-05 12:32:00 +03:00
2020-02-14 08:48:12 +01:00
2020-04-28 17:07:12 +02:00
2020-09-28 23:41:11 +02:00
2020-06-20 19:07:25 +01:00
2020-02-13 18:37:17 +01:00
2020-04-29 02:29:20 +02:00
2020-09-23 14:43:45 -04:00
2021-02-16 08:50:00 +01:00
2020-10-19 23:47:37 +01:00
2021-01-20 13:38:47 -08:00
2021-02-01 10:42:03 +00:00
2019-10-15 08:26:12 +01:00
2020-10-10 17:09:45 +03:00
2020-02-12 23:55:09 +01:00
2020-04-29 02:29:20 +02:00
2020-04-28 16:32:48 +02:00
2021-01-29 13:24:55 +00:00
2020-04-07 09:50:06 -07:00
2020-10-12 12:10:42 -07:00
2020-01-18 03:14:59 +00:00
2020-11-17 16:22:23 +01:00
2020-02-13 18:37:17 +01:00
2020-02-13 18:37:17 +01:00
2020-10-27 21:34:33 +01:00
2020-02-13 18:37:17 +01:00
2020-11-10 05:47:31 -08:00
2020-11-04 13:59:15 +01:00
2021-01-18 20:47:13 +01:00
2021-02-15 17:19:24 +01:00
2020-12-01 10:37:39 +01:00
2020-02-13 18:37:17 +01:00
2020-12-17 13:55:28 +00:00
2020-06-22 00:47:46 +01:00
2021-02-03 06:15:44 +00:00
2020-02-14 08:48:12 +01:00
2020-03-04 14:15:20 +01:00
2020-02-13 18:37:17 +01:00
2020-05-05 08:20:38 -07:00
2021-01-06 12:47:28 +01:00
2019-05-23 08:45:22 -07:00
2019-05-23 08:45:22 -07:00
2020-06-15 21:59:47 +02:00
2019-11-20 12:17:09 +01:00
2020-04-28 19:01:31 +02:00
2020-05-12 18:46:20 +02:00
2020-12-10 18:39:17 +01:00
2020-09-29 05:41:23 +09:00
2020-06-15 14:33:48 +02:00
2020-12-01 10:37:39 +01:00
2021-02-09 18:13:36 +00:00
2020-05-14 19:11:00 -07:00
2019-05-29 11:46:58 -07:00
2020-11-02 22:03:28 +01:00
2021-02-17 19:30:31 +01:00
2020-12-08 23:51:54 +01:00
2020-04-07 23:11:49 +02:00
2020-02-13 18:37:17 +01:00
2020-04-29 02:29:20 +02:00
2020-02-13 18:37:17 +01:00
2019-11-16 18:55:29 +02:00
2020-02-13 18:37:17 +01:00
2019-05-23 08:45:22 -07:00
2020-04-15 11:22:10 -07:00
2020-04-28 16:32:48 +02:00
2020-04-29 02:29:20 +02:00
2020-11-10 12:09:55 -08:00
2020-10-19 23:17:50 +01:00
2020-02-13 18:37:17 +01:00