cpython/Misc/NEWS.d/next
Victor Stinner 3c30a76f3d
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
For now, we'll rely on the fact that the config structures aren't covered by the stable ABI.

We may revisit this in the future if we further explore the idea of offering a stable embedding API.

(cherry picked from commit bdace21b76)
2019-10-01 10:56:37 +02:00
..
Build bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446) 2019-09-28 03:44:32 +02:00
C API bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) 2019-10-01 10:56:37 +02:00
Core and Builtins Clear weakrefs in garbage found by the GC (#16495) 2019-09-30 19:06:45 +02:00
Documentation bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) 2019-09-21 01:19:02 +10:00
IDLE bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) 2019-09-17 02:05:04 -04:00
Library bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) 2019-10-01 11:40:54 +08:00
macOS bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) 2019-09-16 03:38:27 +01:00
Security bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) 2019-09-27 21:59:37 +02:00
Tests bpo-38275: Skip ssl tests for disabled versions (GH-16386) 2019-09-26 08:02:59 -07:00
Tools-Demos bpo-37064: Add option -a to pathfix.py tool (GH-15717) 2019-09-25 14:26:28 +02:00
Windows bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) 2019-09-16 15:21:16 +01:00