Re: [python-win32] Array of 64 bit int

2009-08-11 Thread Marc-Andre Belzile
long64. thanks. -mab -Original Message- From: python-win32-bounces+marc-andre.belzile=autodesk@python.org [mailto:python-win32-bounces+marc-andre.belzile=autodesk@python.org] On Behalf Of Tim Roberts Sent: Tuesday, August 11, 2009 2:36 PM To: Python-Win32 List Subject: Re: [

Re: [python-win32] Array of 64 bit int

2009-08-11 Thread Tim Roberts
Marc-Andre Belzile wrote: > > > > This is probably not the right list for this kind of question but is > it possible to build an array of 64 bit int with Python ? > Are you specifically talking about passing 64-bit ints to external APIs? Integers in Python are of infinite size, so the question

[python-win32] Array of 64 bit int

2009-08-11 Thread Marc-Andre Belzile
Hi, This is probably not the right list for this kind of question but is it possible to build an array of 64 bit int with Python ? thanks for your help! -mab ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo