cpython/Doc/whatsnew
Victor Stinner 27b9894033
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Move the follow functions and type from frameobject.h to pyframe.h,
so the standard <Python.h> provide frame getter functions:

* PyFrame_Check()
* PyFrame_GetBack()
* PyFrame_GetBuiltins()
* PyFrame_GetGenerator()
* PyFrame_GetGlobals()
* PyFrame_GetLasti()
* PyFrame_GetLocals()
* PyFrame_Type

Remove #include "frameobject.h" from many C files. It's no longer
needed.
2022-06-19 12:02:33 +02:00
..
2.0.rst bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) 2022-03-30 12:00:27 +01:00
2.1.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
2.2.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
2.3.rst bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) 2021-07-27 10:57:52 +02:00
2.4.rst bpo-33641: Convert RFC references into links. (GH-7103) 2018-05-31 07:39:00 +03:00
2.5.rst gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) 2022-05-28 20:24:35 -07:00
2.6.rst gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) 2022-05-28 20:24:35 -07:00
2.7.rst gh-87670: Add web.archive redirects from effbot (GH-92816) 2022-05-16 08:11:43 +02:00
3.0.rst gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) 2022-05-28 20:24:35 -07:00
3.1.rst gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) 2022-05-28 20:24:35 -07:00
3.2.rst gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) 2022-05-28 20:24:35 -07:00
3.3.rst bpo-40204, doc: Fix syntax of C variables (GH-21846) 2020-08-13 22:11:50 +02:00
3.4.rst gh-71223: Improve rendering of some references in the docs (GH-93041) 2022-05-21 10:33:23 +03:00
3.5.rst bpo-40204: Fix reference to terms in the doc (GH-21865) 2020-08-14 12:20:05 +02:00
3.6.rst bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082) 2022-03-23 17:29:40 +00:00
3.7.rst bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) 2022-03-30 12:00:27 +01:00
3.8.rst gh-83728: Add hmac.new default parameter deprecation (GH-91939) 2022-06-06 18:47:40 +02:00
3.9.rst gh-92240 : Include release dates for "What's New In Python 3.X" (#92937) 2022-05-28 20:24:35 -07:00
3.10.rst What's new in 3.10: fix link to issue (#93968) 2022-06-19 11:04:26 +02:00
3.11.rst gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) 2022-06-19 12:02:33 +02:00
3.12.rst gh-77782: Deprecate global configuration variable (#93943) 2022-06-17 16:12:00 +02:00
changelog.rst Include additional changes to support blurbified NEWS (#3340) 2017-09-05 00:46:18 -07:00
index.rst Fix What's New for 3.12 (GH-92482) 2022-05-08 18:23:08 +03:00