<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 10, 2016 at 10:50 PM, Oleg Broytman <span dir="ltr"><<a href="mailto:phd@phdru.name" target="_blank">phd@phdru.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Mon, Apr 11, 2016 at 01:09:19PM +1000, Steven D'Aprano <<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>> wrote:<br>
> On Sun, Apr 10, 2016 at 08:12:30PM -0400, Jonathan Goble wrote:<br>
> > On Sun, Apr 10, 2016 at 7:02 PM, Oscar Benjamin<br>
> > <<a href="mailto:oscar.j.benjamin@gmail.com">oscar.j.benjamin@gmail.com</a>> wrote:<br>
> > > I haven't looked at your sandbox but for a different approach try this one:<br>
> > ><br>
> > >   L = [None]<br>
> > >   L.extend(iter(L))<br>
> > ><br>
> > > On my Linux machine that doesn't just crash Python.<br>
> ><br>
> > For the record: don't try this if you have unsaved files open on your<br>
> > computer, because you will lose them. When I typed these two lines<br>
> > into the Py3.5 interactive prompt, it completely and totally froze<br>
> > Windows to the point that nothing would respond and I had to resort to<br>
> > the old trick of holding the power button down for five seconds to<br>
> > forcibly shut the computer down.<br>
><br>
><br>
> I think this might improve matters:<br>
><br>
> <a href="http://bugs.python.org/issue26351" rel="noreferrer" target="_blank">http://bugs.python.org/issue26351</a><br>
><br>
> although I must admit I don't understand why the entire OS is effected.<br>
<br>
</span>   Memory exhaustion?<br></blockquote><div><br></div><div>* <a href="https://docs.docker.com/compose/compose-file/#cpu-shares-cpu-quota-cpuset-domainname-hostname-ipc-mac-address-mem-limit-memswap-limit-privileged-read-only-restart-stdin-open-tty-user-working-dir">https://docs.docker.com/compose/compose-file/#cpu-shares-cpu-quota-cpuset-domainname-hostname-ipc-mac-address-mem-limit-memswap-limit-privileged-read-only-restart-stdin-open-tty-user-working-dir</a></div><div><br></div><div>* <a href="https://github.com/jupyter/dockerspawner/blob/master/systemuser/Dockerfile">https://github.com/jupyter/dockerspawner/blob/master/systemuser/Dockerfile</a></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
> --<br>
> Steve<br>
<span class=""><font color="#888888"><br>
Oleg.<br>
--<br>
     Oleg Broytman            <a href="http://phdru.name/" rel="noreferrer" target="_blank">http://phdru.name/</a>            <a href="mailto:phd@phdru.name">phd@phdru.name</a><br>
           Programmers don't die, they just GOSUB without RETURN.<br>
</font></span><div class=""><div class="h5">_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/wes.turner%40gmail.com" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/wes.turner%40gmail.com</a><br>
</div></div></blockquote></div><br></div></div>