Victor Stinner
d36d6a9c18
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
...
* pycore_ast.h no longer defines the Yield macro.
* Fix a compiler warning on Windows: "warning C4005: 'Yield': macro
redefinition".
* Python-ast.c now defines directly functions with their real
_Py_xxx() name, rather than xxx().
* Remove "#undef Yield" in C files including pycore_ast.h.
2021-04-07 13:01:09 +02:00
..
2021-03-24 02:23:01 +01:00
2021-03-17 23:11:03 +01:00
2021-04-07 13:01:09 +02: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
2021-03-08 22:56:37 +01:00
2021-03-24 02:23:01 +01:00
2021-02-19 15:10:45 +01:00
2021-03-22 11:58:59 +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
2021-01-12 15:43:32 +01:00
2021-03-29 12:28:14 +09:00
2021-03-22 11:58:59 +01:00
2021-04-02 15:28:13 +02:00
2021-02-19 13:21:28 +01:00
2021-03-24 01:29:09 +01:00
2021-03-24 02:23:01 +01:00
2021-01-18 20:47:13 +01:00
2021-04-02 15:28:13 +02:00
2021-02-19 13:33:31 +01:00
2021-01-12 10:29:45 +01:00
2021-03-23 20:47:40 +01:00
2021-01-19 23:35:27 +01: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