cpython/Misc/NEWS.d/next
Miss Islington (bot) f862f3abae
bpo-25750: fix refcounts in type_getattro() (GH-6118)
When calling tp_descr_get(self, obj, type), make sure that
we own a strong reference to "self".
(cherry picked from commit 8f735485ac)

Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be>
2018-09-07 00:50:35 -07:00
..
Build closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) 2018-09-01 18:30:44 -04:00
C API [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) 2018-08-05 12:31:59 +02:00
Core and Builtins bpo-25750: fix refcounts in type_getattro() (GH-6118) 2018-09-07 00:50:35 -07:00
Documentation [3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156) 2018-07-07 19:12:11 +03:00
IDLE bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) 2018-08-09 23:43:06 -07:00
Library bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9064) 2018-09-04 21:39:54 +02:00
macOS bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) 2018-08-27 18:37:18 -04:00
Security bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) 2018-08-15 16:55:10 -04:00
Tests bpo-34542: Update test certs and keys (GH-8997) (GH-9007) 2018-09-06 15:13:24 +02:00
Tools-Demos [3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) 2018-06-15 19:11:45 +02:00
Windows closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) 2018-09-04 23:45:03 -07:00