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 vstinner
Recipients vstinner
Date 2016-01-27.10:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453892084.89.0.513130386213.issue26098@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 5: implement PyFunction_RemoveSpecialized() and PyFunction_RemoveAllSpecialized() functions (with unit tests!).

I'm not sure that PyFunction_RemoveSpecialized() must return 0 (success) if the removed specialized code doesn't exist (invalid index).
History
Date User Action Args
2016-01-27 10:54:48vstinnersetrecipients: + vstinner
2016-01-27 10:54:44vstinnersetmessageid: <1453892084.89.0.513130386213.issue26098@psf.upfronthosting.co.za>
2016-01-27 10:54:44vstinnerlinkissue26098 messages
2016-01-27 10:54:44vstinnercreate