Re: [Python-Dev] socket.fromfd() documentation problem

2010-10-14 Thread Kálmán Gergely
On 10/06/10 14:12, Victor Stinner wrote: Le mercredi 06 octobre 2010 09:34:05, Kálmán Gergely a écrit : Nevertheless what are your thoughts on this? Should I file a bug report for it? It will be fixed faster if you open an issue and attach a patch ;-) Just did: http://bugs.pyth

Re: [Python-Dev] socket.fromfd() documentation problem

2010-10-06 Thread Victor Stinner
Le mercredi 06 octobre 2010 09:34:05, Kálmán Gergely a écrit : > Nevertheless what are your thoughts on this? Should I file a bug report > for it? It will be fixed faster if you open an issue and attach a patch ;-) -- Victor Stinner http://www.haypocalc.com/ _

[Python-Dev] socket.fromfd() documentation problem

2010-10-06 Thread Kálmán Gergely
Hello I was having a very nasty fd leak recently where I've leaked more than 200k FDs, allocating more than 1Gbytes of ram in kernel space. It was my fault alright, but I thought I'd mention it here so maybe you'll put a little NOTE section in the documentation mentioning that you have to os.cl