[issue11660] closure with too few cells segfaults

Eric Snow report at bugs.python.org
Thu Mar 24 22:47:15 CET 2011


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

I'm hoping to "release" it this week.  Nick helped be a bunch with it during
pycon sprints.  I basically took call_function in ceval.c and got it working
for arbitrary code blocks and exposed it as exec_closure to look like exec.

On Thu, Mar 24, 2011 at 3:38 PM, Benjamin Peterson
<report at bugs.python.org>wrote:

>
> Benjamin Peterson <benjamin at python.org> added the comment:
>
> And the source of exec_closure is what exactly?
>
> ----------
> nosy: +benjamin.peterson
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue11660>
> _______________________________________
>

----------
Added file: http://bugs.python.org/file21379/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11660>
_______________________________________
-------------- next part --------------
I&#39;m hoping to &quot;release&quot; it this week.  Nick helped be a bunch with it during pycon sprints.  I basically took call_function in ceval.c and got it working for arbitrary code blocks and exposed it as exec_closure to look like exec.<br>
<br><div class="gmail_quote">On Thu, Mar 24, 2011 at 3:38 PM, Benjamin Peterson <span dir="ltr">&lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Benjamin Peterson &lt;<a href="mailto:benjamin at python.org">benjamin at python.org</a>&gt; added the comment:<br>
<br>
And the source of exec_closure is what exactly?<br>
<br>
----------<br>
nosy: +benjamin.peterson<br>
<div><div></div><div class="h5"><br>
_______________________________________<br>
Python tracker &lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue11660" target="_blank">http://bugs.python.org/issue11660</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br>


More information about the Python-bugs-list mailing list