Lucas Sinclair added the comment:
I agree to close the issue. I tried following the steps proposed here:
http://docs.python.org/devguide/
And typed these two commands on a OS X 10.8.1 with XCode and command line tools
installed.
$ hg clone http://hg.python.org/cpython.
$ run ./configure
New submission from Lucas Sinclair :
When using the sqlite3.Row object as a row factory, one can access the
resulting rows by index (such as row[1]) or by name (such as row['b']).
However, the slice functionality is lost, as doing row[0:2] raises the error:
"slices not implemen
Lucas Sinclair added the comment:
My patch contains two new dump tests which originally fail, and the fixes to
the code that makes them pass.
--
Added file: http://bugs.python.org/file23629/issue9750.patch
___
Python tracker
<h
Lucas Sinclair added the comment:
Well the configure parameters suggested by Michael Foord worked. I was able to
build cpython on a mac. But I could not have guessed how to make it work.
Shouldn't these instructions be added here http://docs.python.org/devguide/ ?
Shouldn't
Lucas Sinclair added the comment:
I just cloned cpython today. The output of "hg summary" is:
parent: 73351:2bec7c452b39 tip
Fix C89 incompatibility.
branch: default
commit: (clean)
update: (current)
--
___
Python tracker
<http://bu
Lucas Sinclair added the comment:
I'm on 10.7.2, with XCode is 4.2 and the problem is still present. The command
"ggc -v" produces the following output:
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
The command "./configure --with-pydebug &am
Lucas Sinclair added the comment:
Sure, I can have a try at it and address the issues you pointed out.
The URL to the guidelines you provided gives a 404. In what form exactly would
you like the patch to be ?
I wouldn't mind either adding to the test suite, but I'm not sure how t
Lucas Sinclair added the comment:
I just encountered this issue today.
So, it's been several months, will the patch be merged into the master branch ?
Or will this never be fixed ?
--
nosy: +xapple
___
Python tracker
<http://bugs.py