A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-October/049391.html below:

[Python-Dev] Python on Windows 64bits?

[Python-Dev] Python on Windows 64bits?"Martin v. Löwis" martin at v.loewis.de
Wed Oct 13 21:06:04 CEST 2004
Anthony Baxter wrote:
> Python's worked on the Alphas for approximately ever, and
> works on Itanium, so I can't imagine you'll find any 32-bit-isms
> left in the code.

Actually, there are plenty of them, however it is unlikely that
anybody will encounter them for a few more years.

The biggest problem is that the number of elements in a sequence
(string, list, tuple) is represented as "int", whereas it should
be a signed variant of size_t. I have a patch that corrects many
of these issues, but I plan to publish that only after 2.4. The
problem becomes only apparent if you have more than 2G items. For
a string, this might be a significant limitation. For a list, it
requires 16GiB of memory to represent the list alone, not accounting
for any items in the list, so very few people have sufficient
hardware to even run a test case that demonstrates the problem.

As for Alphas: their Windows port was a 32-bit port; Microsoft
did not have Win64 at that time.

Regards,
Martin
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4