gh-85283: Extending Argument Clinic to support to use the limited C API.#26080
gh-85283: Extending Argument Clinic to support to use the limited C API.#26080shihai1991 wants to merge 1 commit into
Conversation
|
The test of Argument Clinic in: https://github.com/shihai1991/cpython/compare/main...shihai1991:clinic_support_limited_capi?expand=1 |
Sorry, something went wrong.
|
@larryhastings Hi, Larry. Would you mind to take a look? cc @vstinner |
Sorry, something went wrong.
|
Before I look at the patch: what is the purpose of it? Argument Clinic is an internal tool for CPython, it can use the full API. |
Sorry, something went wrong.
Yes. The Argument Clinic can use the full API. So this PR add an option to allow developer to use the limited C API or not. More details in: |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
After PEP 620 canceled, so I decide close this PR. I will reopen this PR when we continue update PEP 620, ref: python/peps#2923 |
Sorry, something went wrong.
|
@vstinner would of course know best, but my impression of the intent of withdrawing PEP 620 was that neither would it be re-opened and updated later or nor would the remaining changes be abandoned (as most of them were completed or mostly completed already), but rather they would be broken up into smaller separate PEPs. |
Sorry, something went wrong.
Sure, of course. Sorry for my late replay ;) |
Sorry, something went wrong.
https://bugs.python.org/issue41111