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:49 | vstinner | set | recipients: + vstinner |
| 2016年01月13日 12:52:48 | vstinner | set | messageid: <1452689568.12.0.253530674137.issue26098@psf.upfronthosting.co.za> |
| 2016年01月13日 12:52:48 | vstinner | link | issue26098 messages |
| 2016年01月13日 12:52:47 | vstinner | create | |