Mark Dickinson added the comment:
Thanks for the report.
This was already fixed for the trunk in r76740 (and merged to py3k in r76741);
it doesn't particularly seem worth backporting the fix to the maintenance
branches, since there's no real bug here.
--
nosy: +mark.dickinson
resolu
New submission from Bugger :
Hi,
small preprocessor warning.
Pointless comparision of unsigned integer with zero. Check PyMem_NEW.
Can an usigned int be smaller than 0? < comparision is "pointless" here.
Bye, Bugger
--
components: None
messages: 97716
nosy: Bugger
severity: normal
st