]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Jul 2018 16:58:35 +0000 (09:58 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Jul 2018 16:58:35 +0000 (19:58 +0300)
commit7638eb892a50d101fe06342da180f0ab63a0b334
tree417897747cd2a8047c0b8469fa3d1e800248672b
parent25326dea8b907fdd2bf087baab3c31b617438f2e
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)

(cherry picked from commit 56868f940e0cc0b35d33c0070107ff3bed2d8766)

Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be>
Lib/test/test_sys_setprofile.py
Misc/NEWS.d/next/Core and Builtins/2018-07-16-20-55-29.bpo-34126.mBVmgc.rst [new file with mode: 0644]
Python/ceval.c