[issue34126] Profiling certain invalid calls crashes Python

2018-08-03 Thread Jeroen Demeyer


Change by Jeroen Demeyer :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34126] Profiling certain invalid calls crashes Python

2018-07-23 Thread STINNER Victor


STINNER Victor  added the comment:

The new test_sys_setprofile.test_unbound_method_invalid_args() test leaks 
Python references and spotted an old reference leak: bpo-34190.

--
nosy: +vstinner
resolution: fixed -> 
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34126] Profiling certain invalid calls crashes Python

2018-07-21 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

Thank you for your contribution Jeroen.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34126] Profiling certain invalid calls crashes Python

2018-07-21 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 7638eb892a50d101fe06342da180f0ab63a0b334 by Serhiy Storchaka 
(Miss Islington (bot)) in branch '3.7':
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)
https://github.com/python/cpython/commit/7638eb892a50d101fe06342da180f0ab63a0b334


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34126] Profiling certain invalid calls crashes Python

2018-07-21 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7905

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34126] Profiling certain invalid calls crashes Python

2018-07-21 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 56868f940e0cc0b35d33c0070107ff3bed2d8766 by Serhiy Storchaka 
(jdemeyer) in branch 'master':
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
https://github.com/python/cpython/commit/56868f940e0cc0b35d33c0070107ff3bed2d8766


--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34126] Profiling certain invalid calls crashes Python

2018-07-16 Thread ppperry


Change by ppperry :


--
title: Profiling certain invalid calls crash Python -> Profiling certain 
invalid calls crashes Python

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com