Re: [Python-Dev] _PyString_InsertThousandsGrouping()

2013-05-22 Thread Eli Bendersky
On Wed, May 22, 2013 at 9:18 PM, Carlos Nepomuceno < carlosnepomuc...@outlook.com> wrote: > > > From: eli...@gmail.com > [...] > > I've found the following declaration in 'Objects/stringobject.c' but it > > just defines _Py_InsertThousandsGrouping() as > > _PyStrin

Re: [Python-Dev] _PyString_InsertThousandsGrouping()

2013-05-22 Thread Carlos Nepomuceno
> From: eli...@gmail.com [...] > I've found the following declaration in 'Objects/stringobject.c' but it > just defines _Py_InsertThousandsGrouping() as > _PyString_InsertThousandsGrouping(): > > "#define _Py_InsertThousandsGrouping _PyString_InsertThousands

Re: [Python-Dev] _PyString_InsertThousandsGrouping()

2013-05-22 Thread Eli Bendersky
On Wed, May 22, 2013 at 8:53 PM, Carlos Nepomuceno < carlosnepomuc...@outlook.com> wrote: > Hi guys! > > Can someone explain to me where in the CPython 2.7.5 source code is > _PyString_InsertThousandsGrouping() implemented? > > I've found the following declaration in 'Objects/stringobject.c' but i