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
> 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
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