cpython/Misc/NEWS.d/next/Core and Builtins
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
..
2022-01-27-14-20-18.bpo-45828.kzk4fl.rst bpo-46528: Attempt SWAPs at compile-time (GH-30970) 2022-02-09 15:15:36 -08:00
2022-02-04-04-33-18.bpo-46615.puArY9.rst bpo-46615: Don't crash when set operations mutate the sets (GH-31120) 2022-02-11 11:25:08 -05:00
2022-02-05-14-46-21.bpo-46323.FC1OJg.rst bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH-31138) 2022-02-08 22:09:17 +09:00
2022-02-06-23-08-30.bpo-40479.zED3Zu.rst bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) 2022-02-06 23:40:54 -08:00
2022-02-07-14-33-45.bpo-46675.ZPbdMp.rst bpo-46675: Allow object value arrays and split key dictionaries larger than 16 (GH-31191) 2022-02-08 11:50:38 +00:00
2022-02-07-14-38-54.bpo-46072.6ebLyN.rst bpo-46072: Merge dxpairs into py_stats. (GH-31197) 2022-02-07 16:51:43 +00:00
2022-02-09-16-36-11.bpo-46702.LcaEuC.rst bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240) 2022-02-16 08:48:16 -08:00
2022-02-09-20-21-43.bpo-45923.tJ4gDX.rst bpo-45923: Add `RESUME_QUICK` (GH-31244) 2022-02-10 17:50:02 +00:00
2022-02-10-02-29-12.bpo-46323.HK_cs0.rst bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224) 2022-02-10 03:10:11 +09:00
2022-02-10-03-13-18.bpo-46707.xeSEh0.rst bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241) 2022-02-10 03:37:17 +00:00
2022-02-11-13-47-58.bpo-46072.PDS6Ke.rst bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289) 2022-02-16 08:49:58 -08:00
2022-02-12-11-16-40.bpo-46732.3Z_qxd.rst fix __bool__ docstring (GH-31301) 2022-02-21 07:42:27 -08:00
2022-02-14-14-44-06.bpo-46724.jym_K6.rst bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) 2022-02-15 09:35:16 +00:00
2022-02-14-21-04-43.bpo-46730.rYJ1w5.rst bpo-46730: Add more info to @property AttributeError messages (GH-31311) 2022-02-16 02:07:34 -05:00
2022-02-15-20-26-46.bpo-46762.1H7vab.rst bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (#31365) 2022-02-16 05:54:09 -05:00
2022-02-16-13-15-16.bpo-46329.8aIuz9.rst bpo-46329: Change calling sequence (again) (GH-31373) 2022-02-18 17:19:08 +00:00
2022-02-21-10-29-20.bpo-46329.cbkt7u.rst bpo-46329: Streamline calling sequence a bit. (GH-31465) 2022-02-21 18:26:47 +00:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Core and Builtins* section in this directory.

.. _blurb: https://pypi.org/project/blurb/