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 meador.inge
Recipients asvetlov, gregory.p.smith, jcea, loewis, mark.dickinson, meador.inge, serhiy.storchaka, skrah
Date 2012-07-25.15:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343229097.06.0.105686193829.issue15402@psf.upfronthosting.co.za>
In-reply-to
Content
While looking this up in the C Standard (ISO/IEC 9899:TC3) I also noticed 6.3.2.3p8:

"""
A pointer to a function of one type may be converted to a pointer to a function of another
type and back again; the result shall compare equal to the original pointer. If a converted
pointer is used to call a function whose type is not compatible with the pointed-to type, the behavior is undefined.
"""

I will add the 'unused' parameter back with my refresh patch.
History
Date User Action Args
2012-07-25 15:11:37meador.ingesetrecipients: + meador.inge, loewis, gregory.p.smith, jcea, mark.dickinson, asvetlov, skrah, serhiy.storchaka
2012-07-25 15:11:37meador.ingesetmessageid: <1343229097.06.0.105686193829.issue15402@psf.upfronthosting.co.za>
2012-07-25 15:11:36meador.ingelinkissue15402 messages
2012-07-25 15:11:36meador.ingecreate