Re: [Python-3000] Potential overflows due to incorrect usage of PyUnicode_AsString.

2008-03-07 Thread Brett Cannon
On Fri, Mar 7, 2008 at 9:59 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > I wish I could, I really wish, but I won't have time until April 1st, > unless I can steal some time while at PyCon. > Ditto for me, but make my availability time April 8th. -Brett > > On Fri, Mar 7, 2008 at 9:39 AM

Re: [Python-3000] Potential overflows due to incorrect usage of PyUnicode_AsString.

2008-03-07 Thread Guido van Rossum
I wish I could, I really wish, but I won't have time until April 1st, unless I can steal some time while at PyCon. On Fri, Mar 7, 2008 at 9:39 AM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > Hi, > > A while ago, I found some pieces of code which were susceptible to > overflow. I posted a p

[Python-3000] Potential overflows due to incorrect usage of PyUnicode_AsString.

2008-03-07 Thread Alexandre Vassalotti
Hi, A while ago, I found some pieces of code which were susceptible to overflow. I posted a patch, however I haven't heard any comment about it. Could someone, who has the time, take a look and review the patch before I commit it? http://bugs.python.org/issue1950 Thanks, -- Alexandre ___