cpython/Misc/NEWS.d/next
Miss Islington (bot) 8cb8d5de4b
bpo-37189: Export old PyRun_XXX() functions (GH-14142)
Many PyRun_XXX() functions like PyRun_String() were no longer
exported in libpython38.dll by mistake. Export them again to fix the
ABI compatibiliy.
(cherry picked from commit 343ed0ffe0)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-06-17 15:42:30 -07:00
..
Build bpo-37189: Export old PyRun_XXX() functions (GH-14142) 2019-06-17 15:42:30 -07:00
C API bpo-28805: document METH_FASTCALL (GH-14079) 2019-06-16 16:25:37 -07:00
Core and Builtins bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) 2019-06-17 05:12:42 -07:00
Documentation Python 3.8.0b1 2019-06-04 19:44:34 +02:00
IDLE bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) 2019-06-17 14:51:08 -07:00
Library bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) 2019-06-16 00:07:54 -07:00
Security bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) 2019-06-17 12:54:18 -07:00
Tests bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) 2019-06-15 09:10:34 -07:00
Tools-Demos Python 3.8.0b1 2019-06-04 19:44:34 +02:00
Windows bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14140) 2019-06-17 10:45:26 +02:00
macOS Python 3.8.0b1 2019-06-04 19:44:34 +02:00