David Hewitt
David Hewitt
I think this will be fine. 👍
Hi @juntyr sorry for the delay! I have seen this PR but haven't had a chance to investigate yet. Please hold on and I'll do my best to get to...
Agreed, I'm very happy to call this as good as it gets! Thanks again 🚀
Seems like a reasonable addition by extending our `PyCode` type.
(Repeating what I said in #1895) Related: #450 (which is asking for `#[serde(rename = SOME_CONST)]`, which I think has similar technical constraints).
Will eventually do the work in PyO3, don't need this branch here.
See #403, plan is to get a new release soon.
This strikes me a lot as a simpler form of "distributed slice" a la dtolnay's [`linkme`](https://github.com/dtolnay/linkme). The extensible nature of such a slice would solve more use cases over setting...
That is indeed how `linkme` currently implements them; I was hoping that a first-class language feature may be able to find an alternative implementation pathway instead of reliance on the...
For what it's worth, this would match setuptools-rust: https://github.com/PyO3/setuptools-rust/blob/dff0570df257c5bfd0dc13a76f9ee2d341c9439b/setuptools_rust/build.py#L502-L510