Message160583
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. |
|
Date |
User |
Action |
Args |
2012-05-13 23:53:40 | Paul.Upchurch | set | recipients:
+ Paul.Upchurch, eric.araujo, hynek |
2012-05-13 23:53:40 | Paul.Upchurch | set | messageid: <1336953220.13.0.435103544035.issue14794@psf.upfronthosting.co.za> |
2012-05-13 23:53:39 | Paul.Upchurch | link | issue14794 messages |
2012-05-13 23:53:39 | Paul.Upchurch | create | |
|