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-13.12:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452689568.12.0.253530674137.issue26098@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch implements the PEP 510 "Specialize functions with guards".

Changes on the C API are described in the PEP:
https://www.python.org/dev/peps/pep-0510/#changes

Additions of the patch:

* Add func_specialize() and func_get_specialized() to _testcapi
* Add _testcapi.PyGuard: Python wrapper to the Guard C API
* Add Lib/test/test_pep510.py
History
Date User Action Args
2016-01-13 12:52:49vstinnersetrecipients: + vstinner
2016-01-13 12:52:48vstinnersetmessageid: <1452689568.12.0.253530674137.issue26098@psf.upfronthosting.co.za>
2016-01-13 12:52:48vstinnerlinkissue26098 messages
2016-01-13 12:52:47vstinnercreate