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
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
>> 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
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
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