[issue12107] TCP listening sockets created without FD_CLOEXEC flag

Christophe Devriese report at bugs.python.org
Sat May 21 16:35:33 CEST 2011


Christophe Devriese <christophe.devriese at gmail.com> added the comment:

It would already be a nice piece of progress if you could request the
SO_CLOEXEC (with fallback to FD_CLOEXEC), say, in the constructor, or even
with a module variable. I hope at least this change can make it in, so that
we have a decent in-python solution that can be used from within, say,
django.

Christophe

On Sat, May 21, 2011 at 1:24 AM, Antoine Pitrou <report at bugs.python.org>wrote:

>
> Changes by Antoine Pitrou <pitrou at free.fr>:
>
>
> Removed file: http://bugs.python.org/file22038/unnamed
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue12107>
> _______________________________________
>

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12107>
_______________________________________
-------------- next part --------------
It would already be a nice piece of progress if you could request the SO_CLOEXEC (with fallback to FD_CLOEXEC), say, in the constructor, or even with a module variable. I hope at least this change can make it in, so that we have a decent in-python solution that can be used from within, say, django.<div>

<br></div><div>Christophe</div><div><br><div class="gmail_quote">On Sat, May 21, 2011 at 1:24 AM, Antoine Pitrou <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;"><div class="im"><br>
Changes by Antoine Pitrou &lt;<a href="mailto:pitrou at free.fr">pitrou at free.fr</a>&gt;:<br>
<br>
<br>
</div>Removed file: <a href="http://bugs.python.org/file22038/unnamed" target="_blank">http://bugs.python.org/file22038/unnamed</a><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/issue12107" target="_blank">http://bugs.python.org/issue12107</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br></div>


More information about the Python-bugs-list mailing list