On Tue, Nov 24, 2009 at 5:36 PM, Laurent Dufrechou <ldufrec...@marport.com> wrote: > Hi steve, > > I started to take a look at tortoisehg python code and I saw thread2.py > file. > > I’ve used this class for ipython to design a gui for it. > > User reported issue with 64 bit linux system. This is a bug caused by the > fact that the ‘c’ function call argument is not casted to c_long()and can > result to misinterpretation on 64 bit system. > > I think it can be a future issue for you too, see patch attached. > > > > Commit message: > > correct a bug with linux 64bit system. > > A 'C' thread function needed a long and python arg passing default to int. Forced to long wiht ctypes.c_long()
Thanks. Pushed after tweaking the commit message a bit -- Steve Borho ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-discuss mailing list Tortoisehg-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss