]> granicus.if.org Git - python/commit
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
authorjdemeyer <jdemeyer@cage.ugent.be>
Sat, 21 Jul 2018 08:30:59 +0000 (10:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Jul 2018 08:30:59 +0000 (11:30 +0300)
commit56868f940e0cc0b35d33c0070107ff3bed2d8766
treecf89ed80def829ba86fee5c2c2db623db134fc34
parenta692efe4733f98831cb51a9683877b152f754d14
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
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