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 ncoghlan
Recipients Carl.Friedrich.Bolz, Trundle, alex, benjamin.peterson, daniel.urban, eric.araujo, eric.snow, meador.inge, ncoghlan, rhettinger, terry.reedy
Date 2012-04-21.12:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335012616.99.0.61357433774.issue11477@psf.upfronthosting.co.za>
In-reply-to
Content
Heh, rereading the issue comments, I noticed that my latest idea is quite similar to what Terry suggested last year, just using delegation to adjust the signatures appropriately rather than copying the function pointers directly over.
History
Date User Action Args
2012-04-21 12:50:17ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, Carl.Friedrich.Bolz, benjamin.peterson, eric.araujo, alex, Trundle, meador.inge, daniel.urban, eric.snow
2012-04-21 12:50:16ncoghlansetmessageid: <1335012616.99.0.61357433774.issue11477@psf.upfronthosting.co.za>
2012-04-21 12:50:16ncoghlanlinkissue11477 messages
2012-04-21 12:50:16ncoghlancreate