Message281784
| Author |
skrah |
| Recipients |
docs@python, serhiy.storchaka, skrah, vstinner |
| Date |
2016-11-26.17:32:49 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1480181569.7.0.966069831242.issue28805@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
There are a couple of problems with using Argument Clinic for third
party projects.
First, it makes no stability promises:
"Currently Argument Clinic is considered internal-only for CPython. ..."
Then, for large projects that already use some generated code (like
NumPy), IMO the result would be unmaintainable.
So it would be nice to have a public stable API -- of course there
is no hurry if Serhiy has plans to improve it. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016-11-26 17:32:49 | skrah | set | recipients:
+ skrah, vstinner, docs@python, serhiy.storchaka |
| 2016-11-26 17:32:49 | skrah | set | messageid: <1480181569.7.0.966069831242.issue28805@psf.upfronthosting.co.za> |
| 2016-11-26 17:32:49 | skrah | link | issue28805 messages |
| 2016-11-26 17:32:49 | skrah | create | |
|