cpython/Misc/NEWS.d/next
Mark Shannon 59585d6b2e
bpo-46329: Streamline calling sequence a bit. (GH-31465)
* Move handling of bound-methods to PRECALL.

* Remove call_shape.postcall_shrink

* Remove call_shape.callable

* Remove call_shape.callable. Change CALL oparg to match PRECALL oparg.

* Move KW_NAMES before PRECALL.

* Update opcode docs in dis.rst
2022-02-21 18:26:47 +00:00
..
Build Fix sphinx-lint after #31097 and b878b3a (GH-31248) 2022-02-10 01:08:47 -08:00
C API bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) 2022-02-11 17:22:11 +01:00
Core and Builtins bpo-46329: Streamline calling sequence a bit. (GH-31465) 2022-02-21 18:26:47 +00:00
Documentation bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097) 2022-02-10 08:59:04 +01:00
IDLE bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) 2022-02-12 19:04:48 -05:00
Library bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) 2022-02-21 15:48:32 +01:00
Security Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Tests Remove offsets from expected output in test.test_dis (GH-31369) 2022-02-16 12:19:09 +00:00
Tools-Demos Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Windows bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) 2022-02-07 16:59:40 +00:00
macOS Python 3.11.0a5 2022-02-03 18:37:08 +00:00