Paul Upchurch <pau...@gmail.com> added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14794> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com