array('L', [0])
if x.itemsize == 4:
FMT_ARRAY_4BYTE = 'L'
FMT_STRUCT_4BYTE = '
Sent: Monday, December 2, 2019 5:50 PM
To: python-list@python.org
Subject: Re: array and struct 64-bit Linux change in behavior Python 3.7 and 2.7
On 12/2/
Test case:
import array
array.array('L', [0])
# x.itemsize == 8 rather than 4
This works fine (returns 4) under Windows Python 3.7.3 64-bit build.
Under Ubuntu; Python 2.7.15rc1, 3.6.5, 3.70b3 64-bit this returns 8.
Documentation at https://docs.python.org/3/libra
I want an IDE that I can use at work and home, linux and dare I say windows.
Sublime, had to remove it from my work PC as it is not licensed.
Atom, loved it until it slowed down.
VIM, ok the best if you know vi inside out.
Any JAVA based IDE, just slows up on work PC's due to all the background
Tried every python ide going, they either grind to a halt or just look messy.
Best one I ever used and stick with is drpython, years old, probably not
maintained but does everything I want at a blistering speed and just looks
perfect.
On Mon, Jan 2, 2017 at 11:41 AM +, "Antonio Caminero