[Python-Dev] cpython (3.3): don't run frame if it has no stack (closes #17669) (original) (raw)

Benjamin Peterson benjamin at python.org
Wed Apr 10 23:57:52 CEST 2013


2013/4/10 Antoine Pitrou <solipsis at pitrou.net>:

On Wed, 10 Apr 2013 23:01:46 +0200 (CEST) benjamin.peterson <python-checkins at python.org> wrote:

http://hg.python.org/cpython/rev/35cb75b9d653 changeset: 83238:35cb75b9d653 branch: 3.3 parent: 83235:172f825d7fc9 user: Benjamin Peterson <benjamin at python.org> date: Wed Apr 10 17:00:56 2013 -0400 summary: don't run frame if it has no stack (closes #17669) Wouldn't it be better with a test?

Yes, if I could come up with a non-fragile one.

-- Regards, Benjamin



More information about the Python-Dev mailing list