[PySide] Shiboken Large Address Bug

Matthew Woehlke mw_triad at users.sourceforge.net
Thu Feb 6 21:26:08 CET 2014


On 2014-02-06 15:04, Ryan Gonzalez wrote:
> Well, on 64-bit systems, an unsigned long is equilavent in size to
> size_t(64 bits).

Only on LP64 systems. Windows is not such a system. (Nor, in general, is 
there any guarantee about the relation between sizeof(long) and 
sizeof(void*).)

On windows (eliding sizeof()), int == long <= void* <= long long, with 
the <= depending on 32- vs. 64-bit mode.

-- 
Matthew




More information about the PySide mailing list