cpython/Misc/NEWS.d/next/C API
Victor Stinner 120b707a6d
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
PyConfig_Read() is now responsible to handle early calls to
PySys_AddXOption() and PySys_AddWarnOption().

Options added by PySys_AddXOption() are now handled the same way than
PyConfig.xoptions and command line -X options.

For example, PySys_AddXOption(L"faulthandler") enables faulthandler
as expected.
2019-08-23 18:03:08 +01:00
..
2019-06-06-08-47-04.bpo-37170.hO_fpM.rst bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) 2019-06-06 22:39:23 +02:00
2019-06-07-14-03-52.bpo-37194.uck7MD.rst bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) 2019-06-17 14:27:23 +02:00
2019-06-10-15-32-34.bpo-37215.yzoNyU.rst bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) 2019-06-10 08:19:48 -07:00
2019-06-11-02-50-38.bpo-37221.4tClQT.rst bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) 2019-07-01 12:35:05 +02:00
2019-06-14-14-03-51.bpo-28805.qZC0N_.rst bpo-28805: document METH_FASTCALL (GH-14079) 2019-06-17 02:03:22 +09:00
2019-06-19-12-06-31.bpo-37337.gXIGyU.rst bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) 2019-07-11 17:59:05 +09:00
2019-06-28-15-49-16.bpo-36763.zrmgki.rst bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) 2019-07-01 19:13:50 +02:00
2019-07-02-15-42-37.bpo-37483.vftT4f.rst bpo-37483: add _PyObject_CallOneArg() function (#14558) 2019-07-04 19:31:34 +09:00
2019-07-07-10-37-07.bpo-37207.SlVNky.rst bpo-37207: enable vectorcall for type.__call__ (GH-14588) 2019-08-15 08:49:46 -07:00
2019-07-10-12-27-28.bpo-37540.E8Z773.rst bpo-37540: vectorcall: keyword names must be strings (GH-14682) 2019-08-16 03:41:27 -07:00
2019-07-17-09-50-50.bpo-29548.5wIptQ.rst bpo-29548: deprecate PyEval_Call* functions (GH-14804) 2019-07-24 21:02:49 +09:00
2019-08-23-11-35-55.bpo-37926.hnI5IQ.rst bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) 2019-08-23 11:04:16 +01:00
2019-08-23-18-45-11.bpo-36763.q3Kh8Z.rst bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) 2019-08-23 18:03:08 +01: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 *C API* section in this directory.

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