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 siddhesh
Recipients siddhesh
Date 2018-03-08.15:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520522102.88.0.467229070634.issue33029@psf.upfronthosting.co.za>
In-reply-to
Content
gcc 8 has added a new warning heuristic to detect invalid function casts and a stock python build seems to hit that warning quite often.  bug 33012 fixes the most trivial case of METH_NOARGS, this bug is to track a similarly trivial but widely applicable fix, which is to cast getter and setter functions.

Patches coming up over the weekend.
History
Date User Action Args
2018-03-08 15:15:02siddheshsetrecipients: + siddhesh
2018-03-08 15:15:02siddheshsetmessageid: <1520522102.88.0.467229070634.issue33029@psf.upfronthosting.co.za>
2018-03-08 15:15:02siddheshlinkissue33029 messages
2018-03-08 15:15:02siddheshcreate