This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paul.Upchurch
Recipients Paul.Upchurch, eric.araujo, hynek
Date 2012-05-13.23:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336953220.13.0.435103544035.issue14794@psf.upfronthosting.co.za>
In-reply-to
Content
The pre-built 64-bit Windows binaries from python.org works.

Python 3.3.0a3 (default, May  1 2012, 16:46:00) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> slice(0,90000,None).indices(12600000000)
(0, 90000, 1)

Python 3.2.3 (default, Apr 11 2012, 07:12:16) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> slice(0,90000,None).indices(12600000000)
(0, 90000, 1)

I think this issue is settled. There are several possible actions for people that find this discussion through a web search.

1. Use Ubuntu 12.04 LTS
2. Compile a fresh copy of 3.2 or 3.3 from python.org.
3. Use a pre-built 3.2 or 3.3 64-bit Windows binary from python.org.
4. Wait for your Linux distribution to catch up.

Hynek, Éric: Thanks for your help.
History
Date User Action Args
2012-05-13 23:53:40Paul.Upchurchsetrecipients: + Paul.Upchurch, eric.araujo, hynek
2012-05-13 23:53:40Paul.Upchurchsetmessageid: <1336953220.13.0.435103544035.issue14794@psf.upfronthosting.co.za>
2012-05-13 23:53:39Paul.Upchurchlinkissue14794 messages
2012-05-13 23:53:39Paul.Upchurchcreate