Re: [Python-Dev] Offer of help: http://bugs.python.org/issue10910

2012-06-25 Thread Barry Scott
On 24 Jun 2012, at 17:55, "Martin v. Löwis" wrote: >>> Is this even an issue for 3.x? ISTM that the C library macros aren't >>> used, anyway, so I think this entire section could go from the header >>> files. >> >> $ grep isspace >> /Library/Frameworks/Python.framework/Versions/3.2/include/pyth

Re: [Python-Dev] Offer of help: http://bugs.python.org/issue10910

2012-06-24 Thread Barry Scott
On 24 Jun 2012, at 14:29, Martin v. Löwis wrote: > On 24.06.2012 14:52, Barry Scott wrote: >> I see that issue 10910 needs a reviewer for a patch. >> >> I know the python code and C++ and offer to review >> any patches to fix this issue. > > Is this even an issue for 3.x? ISTM that the C librar

Re: [Python-Dev] Offer of help: http://bugs.python.org/issue10910

2012-06-24 Thread Martin v. Löwis
>> Is this even an issue for 3.x? ISTM that the C library macros aren't >> used, anyway, so I think this entire section could go from the header >> files. > > $ grep isspace > /Library/Frameworks/Python.framework/Versions/3.2/include/python3.2m/*.h > /Library/Frameworks/Python.framework/Versions

Re: [Python-Dev] Offer of help: http://bugs.python.org/issue10910

2012-06-24 Thread Martin v. Löwis
On 24.06.2012 14:52, Barry Scott wrote: > I see that issue 10910 needs a reviewer for a patch. > > I know the python code and C++ and offer to review > any patches to fix this issue. Is this even an issue for 3.x? ISTM that the C library macros aren't used, anyway, so I think this entire section

[Python-Dev] Offer of help: http://bugs.python.org/issue10910

2012-06-24 Thread Barry Scott
I see that issue 10910 needs a reviewer for a patch. I know the python code and C++ and offer to review any patches to fix this issue. Having updated Xcode on my Mac I'm having to code workarounds for this issue. My understanding is that you cannot define ispace, toupper etc as macros in C++ env