diff options
author | jdemeyer <jdemeyer@cage.ugent.be> | 2018-07-21 08:30:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-07-21 08:30:59 (GMT) |
commit | 56868f940e0cc0b35d33c0070107ff3bed2d8766 (patch) | |
tree | cf89ed80def829ba86fee5c2c2db623db134fc34 /Misc/NEWS.d | |
parent | a692efe4733f98831cb51a9683877b152f754d14 (diff) | |
download | cpython-56868f940e0cc0b35d33c0070107ff3bed2d8766.zip cpython-56868f940e0cc0b35d33c0070107ff3bed2d8766.tar.gz cpython-56868f940e0cc0b35d33c0070107ff3bed2d8766.tar.bz2 |
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-07-16-20-55-29.bpo-34126.mBVmgc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-07-16-20-55-29.bpo-34126.mBVmgc.rst b/Misc/NEWS.d/next/Core and Builtins/2018-07-16-20-55-29.bpo-34126.mBVmgc.rst new file mode 100644 index 0000000..7cfc439 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-07-16-20-55-29.bpo-34126.mBVmgc.rst @@ -0,0 +1,2 @@ +Fix crashes when profiling certain invalid calls of unbound methods. +Patch by Jeroen Demeyer. |