[Python-Dev] 16:30-tol lesz a pajton

2011-03-04 Thread Kálmán Gergely
DD nagytargyalo ebben az idoben. Bocsi a keveresert. synapse ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

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

[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

Re: [Python-Dev] python sendmsg()/recvmsg() implementation

2009-07-24 Thread Kálmán Gergely
Done, it's at: http://bugs.python.org/issue6560 Kalman Gergely Aahz wrote: On Thu, Jul 23, 2009, K?lm?n Gergely wrote: This is the rewritten-from-scratch implementation of the sendmsg()/recvmsg() methods. Any comments / suggestions / flames are very welcome. Currently it supports what I

Re: [Python-Dev] python sendmsg()/recvmsg() implementation

2009-07-23 Thread Kálmán Gergely
Hello This is the rewritten-from-scratch implementation of the sendmsg()/recvmsg() methods. Any comments / suggestions / flames are very welcome. Currently it supports what I need and I'm only releasing it, because I don't have much time to develop it further in the forseeable future (1-2 mont

Re: [Python-Dev] python sendmsg()/recvmsg() implementation

2009-06-15 Thread Kálmán Gergely
Jean-Paul Calderone wrote: On Tue, 09 Jun 2009 16:46:54 +0200, Kálmán Gergely wrote: Hello, my name is Greg. I've just started using python after many years of C programming, and I'm also new to the list. I wanted to clarify this first, so that maybe I will get a little less beat

[Python-Dev] python sendmsg()/recvmsg() implementation

2009-06-09 Thread Kálmán Gergely
Hello, my name is Greg. I've just started using python after many years of C programming, and I'm also new to the list. I wanted to clarify this first, so that maybe I will get a little less beating for my stupidity :) I use python3 and Linux on arch x86 (production will be on x86_64, though