[NumPy-Tickets] [NumPy] #1484: Missing parenthesis
NumPy Trac
numpy-tickets@scipy....
Mon May 17 17:39:53 CDT 2010
#1484: Missing parenthesis
------------------------+---------------------------------------------------
Reporter: Ademan | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version:
Keywords: |
------------------------+---------------------------------------------------
In some places, if statements whose only condition is a CPython macro,
omit the parenthesis. These aren't guaranteed by the C API to be macros,
and so they require parenthesis.
Attached is a patch addressing this.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1484>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list