[Python-bugs-list] [ python-Bugs-692776 ] new.function() leads to segfault

SourceForge.net noreply@sourceforge.net
Tue, 25 Feb 2003 00:04:23 -0800


Bugs item #692776, was opened at 2003-02-25 03:04
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=692776&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jp Calderone (kuran)
Assigned to: Nobody/Anonymous (nobody)
Summary: new.function() leads to segfault

Initial Comment:
If a code object which requires a closure is passed to
new.function(), a segfault (Python/ceval.c:2578).  This
seems to be fixed in 2.3.  Attached is a short code
example that demonstrates the behavior.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=692776&group_id=5470