diff options
author | Ned Deily <nad@python.org> | 2017-09-19 05:01:36 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-19 05:01:36 (GMT) |
commit | 450ceea33169e8a7717d3e2fffb009141a99c479 (patch) | |
tree | c503081df2b528bacc9eb749cc7f29bef19ec294 /Misc/NEWS.d/next/C API | |
parent | 380c5fbc6f9b89e013cd7dbb540316a59e4ddb63 (diff) | |
download | cpython-450ceea33169e8a7717d3e2fffb009141a99c479.zip cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.gz cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.bz2 |
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Diffstat (limited to 'Misc/NEWS.d/next/C API')
15 files changed, 0 insertions, 43 deletions
diff --git a/Misc/NEWS.d/next/C API/0061.bpo-28426.zPwvbI.rst b/Misc/NEWS.d/next/C API/0061.bpo-28426.zPwvbI.rst deleted file mode 100644 index 9f18b72..0000000 --- a/Misc/NEWS.d/next/C API/0061.bpo-28426.zPwvbI.rst +++ /dev/null @@ -1,3 +0,0 @@ -Deprecated undocumented functions PyUnicode_AsEncodedObject(), -PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and -PyUnicode_AsEncodedUnicode(). diff --git a/Misc/NEWS.d/next/C API/0062.bpo-19569.IPke0J.rst b/Misc/NEWS.d/next/C API/0062.bpo-19569.IPke0J.rst deleted file mode 100644 index 703569a..0000000 --- a/Misc/NEWS.d/next/C API/0062.bpo-19569.IPke0J.rst +++ /dev/null @@ -1 +0,0 @@ -Compiler warnings are now emitted if use most of deprecated functions. diff --git a/Misc/NEWS.d/next/C API/0063.bpo-28748.AMgb_G.rst b/Misc/NEWS.d/next/C API/0063.bpo-28748.AMgb_G.rst deleted file mode 100644 index c0de814..0000000 --- a/Misc/NEWS.d/next/C API/0063.bpo-28748.AMgb_G.rst +++ /dev/null @@ -1,2 +0,0 @@ -Private variable _Py_PackageContext is now of type ``const char *`` rather -of ``char *``. diff --git a/Misc/NEWS.d/next/C API/0064.bpo-28761.iOgCoX.rst b/Misc/NEWS.d/next/C API/0064.bpo-28761.iOgCoX.rst deleted file mode 100644 index 659edc1..0000000 --- a/Misc/NEWS.d/next/C API/0064.bpo-28761.iOgCoX.rst +++ /dev/null @@ -1,3 +0,0 @@ -The fields name and doc of structures PyMemberDef, PyGetSetDef, -PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of -type ``const char *`` rather of ``char *``. diff --git a/Misc/NEWS.d/next/C API/0065.bpo-28808.A03X6r.rst b/Misc/NEWS.d/next/C API/0065.bpo-28808.A03X6r.rst deleted file mode 100644 index 61276cd..0000000 --- a/Misc/NEWS.d/next/C API/0065.bpo-28808.A03X6r.rst +++ /dev/null @@ -1 +0,0 @@ -PyUnicode_CompareWithASCIIString() now never raises exceptions. diff --git a/Misc/NEWS.d/next/C API/0066.bpo-28822.gMqwvb.rst b/Misc/NEWS.d/next/C API/0066.bpo-28822.gMqwvb.rst deleted file mode 100644 index 63a13c8..0000000 --- a/Misc/NEWS.d/next/C API/0066.bpo-28822.gMqwvb.rst +++ /dev/null @@ -1,2 +0,0 @@ -The index parameters *start* and *end* of PyUnicode_FindChar() are now -adjusted to behave like ``str[start:end]``. diff --git a/Misc/NEWS.d/next/C API/0067.bpo-29058.0wNVP8.rst b/Misc/NEWS.d/next/C API/0067.bpo-29058.0wNVP8.rst deleted file mode 100644 index 6f2fd6d..0000000 --- a/Misc/NEWS.d/next/C API/0067.bpo-29058.0wNVP8.rst +++ /dev/null @@ -1,3 +0,0 @@ -All stable API extensions added after Python 3.2 are now available only when -Py_LIMITED_API is set to the PY_VERSION_HEX value of the minimum Python -version supporting this API. diff --git a/Misc/NEWS.d/next/C API/0068.bpo-28769.Ecmtn8.rst b/Misc/NEWS.d/next/C API/0068.bpo-28769.Ecmtn8.rst deleted file mode 100644 index e2e7570..0000000 --- a/Misc/NEWS.d/next/C API/0068.bpo-28769.Ecmtn8.rst +++ /dev/null @@ -1,2 +0,0 @@ -The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() is now of -type ``const char *`` rather of ``char *``. diff --git a/Misc/NEWS.d/next/C API/0069.bpo-29083.tGTjr_.rst b/Misc/NEWS.d/next/C API/0069.bpo-29083.tGTjr_.rst deleted file mode 100644 index 639fc25..0000000 --- a/Misc/NEWS.d/next/C API/0069.bpo-29083.tGTjr_.rst +++ /dev/null @@ -1,5 +0,0 @@ -Fixed the declaration of some public API functions. PyArg_VaParse() and -PyArg_VaParseTupleAndKeywords() were not available in limited API. -PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() -were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is -defined. diff --git a/Misc/NEWS.d/next/C API/0070.bpo-27867.J-8CGo.rst b/Misc/NEWS.d/next/C API/0070.bpo-27867.J-8CGo.rst deleted file mode 100644 index dbfeede..0000000 --- a/Misc/NEWS.d/next/C API/0070.bpo-27867.J-8CGo.rst +++ /dev/null @@ -1,4 +0,0 @@ -Function PySlice_GetIndicesEx() is deprecated and replaced with a macro if -Py_LIMITED_API is not set or set to the value between 0x03050400 and -0x03060000 (not including) or 0x03060100 or higher. Added functions -PySlice_Unpack() and PySlice_AdjustIndices(). diff --git a/Misc/NEWS.d/next/C API/0071.bpo-6532.qcH6k1.rst b/Misc/NEWS.d/next/C API/0071.bpo-6532.qcH6k1.rst deleted file mode 100644 index 82b8e6b..0000000 --- a/Misc/NEWS.d/next/C API/0071.bpo-6532.qcH6k1.rst +++ /dev/null @@ -1,3 +0,0 @@ -The type of results of PyThread_start_new_thread() and -PyThread_get_thread_ident(), and the id parameter of -PyThreadState_SetAsyncExc() changed from "long" to "unsigned long". diff --git a/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst b/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst deleted file mode 100644 index 521aea8..0000000 --- a/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst +++ /dev/null @@ -1,2 +0,0 @@ -Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(), -PyOS_AfterFork_Parent() and PyOS_AfterFork_Child(). diff --git a/Misc/NEWS.d/next/C API/0073.bpo-30708.np-l1j.rst b/Misc/NEWS.d/next/C API/0073.bpo-30708.np-l1j.rst deleted file mode 100644 index f74ca22..0000000 --- a/Misc/NEWS.d/next/C API/0073.bpo-30708.np-l1j.rst +++ /dev/null @@ -1,2 +0,0 @@ -PyUnicode_AsWideCharString() now raises a ValueError if the second argument -is NULL and the wchar_t\* string contains null characters. diff --git a/Misc/NEWS.d/next/C API/2017-07-03-17-25-40.bpo-30832.PcTAEP.rst b/Misc/NEWS.d/next/C API/2017-07-03-17-25-40.bpo-30832.PcTAEP.rst deleted file mode 100644 index 1cdacf3..0000000 --- a/Misc/NEWS.d/next/C API/2017-07-03-17-25-40.bpo-30832.PcTAEP.rst +++ /dev/null @@ -1,7 +0,0 @@ -Remove own implementation for thread-local storage. - -CPython has provided the own implementation for thread-local storage (TLS) -on Python/thread.c, it's used in the case which a platform has not supplied -native TLS. However, currently all supported platforms (Windows and pthreads) -have provided native TLS and defined the Py_HAVE_NATIVE_TLS macro with -unconditional in any case. diff --git a/Misc/NEWS.d/next/C API/2017-09-05-17-51-12.bpo-31338.LjA43Y.rst b/Misc/NEWS.d/next/C API/2017-09-05-17-51-12.bpo-31338.LjA43Y.rst deleted file mode 100644 index 01878e5..0000000 --- a/Misc/NEWS.d/next/C API/2017-09-05-17-51-12.bpo-31338.LjA43Y.rst +++ /dev/null @@ -1,3 +0,0 @@ -Added the ``Py_UNREACHABLE()`` macro for code paths which are never expected -to be reached. This and a few other useful macros are now documented in the -C API manual. |