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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2016-06-19.07:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466322455.82.0.228471474659.issue22115@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch provides simplified interface. The support of passing callback arguments is removed. This complicates an interface and is not needed since Python supports closure and the support of callback arguments was more limited (supported only limited set of types and arguments are converted to str).

Added an entry in What's News.
History
Date User Action Args
2016-06-19 07:47:35serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-06-19 07:47:35serhiy.storchakasetmessageid: <1466322455.82.0.228471474659.issue22115@psf.upfronthosting.co.za>
2016-06-19 07:47:35serhiy.storchakalinkissue22115 messages
2016-06-19 07:47:34serhiy.storchakacreate