PIDL fix for int64 in python

Jelmer Vernooij jelmer at samba.org
Sun May 2 06:27:41 MDT 2010


On Sun, 2010-05-02 at 15:33 +0400, Matthieu Patou wrote:
> Is there any comment on this patch ? (Available here:
> http://repo.or.cz/w/Samba/ekacnet.git/commit/d173bf222f7175f2fe2b7f6002bdc318661035dc)
Merged, thanks.

Cheers,

Jelmer

> Matthieu.
> On 22/04/2010 13:20, Matthieu Patou wrote:
> > Hello,
> >
> > Find attached a patch for fixing the code generation of python helpers 
> > dealing with 64bit integer.
> > The old code used to do PyInt_fromLong which was wrong for some 
> > obvious reason (to my mind).
> > Now it use PyLong_fromLongLong and it seems it gaves sensible results.
> >
> > Matthieu.
> >
> >
> 



More information about the samba-technical mailing list