This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah, vstinner
Date 2011-09-07.14:10:46
SpamBayes Score 0.02738076
Marked as misclassified No
Message-id <1315404646.94.0.313585190069.issue12929@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, suncc detected pointer arithmetic with a pointer to void:

"./Modules/faulthandler.c", line 910: warning: pointer to void or function used in arithmetic
"./Modules/faulthandler.c", line 911: warning: pointer to void or function used in arithmetic
"./Modules/faulthandler.c", line 914: warning: pointer to void or function used in arithmetic
"./Modules/faulthandler.c", line 916: warning: pointer to void or function used in arithmetic
History
Date User Action Args
2011-09-07 14:10:47skrahsetrecipients: + skrah, vstinner
2011-09-07 14:10:46skrahsetmessageid: <1315404646.94.0.313585190069.issue12929@psf.upfronthosting.co.za>
2011-09-07 14:10:46skrahlinkissue12929 messages
2011-09-07 14:10:46skrahcreate