Victor Stinner
526fdeb227
bpo-43244: Add pycore_ast.h header file (GH-24908)
...
Move _PyAST_GetDocString() and _PyAST_ExprAsUnicode() functions the
internal C API: from Include/ast.h to a new
Include/internal/pycore_ast.h header file. Don't export these
functions anymore: replace PyAPI_FUNC() with extern.
Remove also unused includes.
2021-03-17 23:50:50 +01:00
..
2020-04-08 02:01:56 +02:00
2021-03-17 23:11:03 +01:00
2021-03-17 23:50:50 +01:00
2020-12-23 03:41:08 +01:00
2020-12-23 03:41:08 +01:00
2020-11-13 15:38:17 +01:00
2020-02-12 22:32:34 +01:00
2019-11-14 13:36:21 +01:00
2021-03-08 22:56:37 +01:00
2020-10-20 06:22:44 +01:00
2021-02-19 15:10:45 +01:00
2021-03-13 14:25:14 +01:00
2020-11-01 23:07:23 +01:00
2020-12-03 12:46:16 +02:00
2021-02-19 15:10:45 +01:00
2019-05-17 03:15:12 +02:00
2019-10-02 23:51:20 +02:00
2020-02-13 18:37:17 +01:00
2020-05-14 21:55:47 +02:00
2021-01-12 15:43:32 +01:00
2020-11-10 21:10:22 +01:00
2021-03-17 23:11:03 +01:00
2020-06-22 17:39:32 +02:00
2021-02-19 13:21:28 +01:00
2021-02-19 13:21:28 +01:00
2020-07-08 00:20:37 +02:00
2021-01-18 20:47:13 +01:00
2021-03-11 23:35:45 +01:00
2020-06-16 01:28:07 +02:00
2021-02-19 13:33:31 +01:00
2021-01-12 10:29:45 +01:00
2020-03-26 18:57:32 +01:00
2021-01-19 23:35:27 +01:00
2020-06-22 17:27:35 +02:00
2020-10-27 04:36:22 +01:00
2020-11-08 20:00:13 -08:00
2021-02-19 15:10:45 +01:00