On 5/04/22 4:27 am, Coyot Linden (Glenn Glazer) wrote:
On 4/4/22 09:25, Paul Moore wrote:
I'm confused, what's wrong with """..."""? Triple quoted strings are
not exclusively for docstrings...
Paul
That isn't my reading of PEP 257, I would be happy to be wrong about this.
PEP 257 recommends
Thanks for the reminder Victor.
For a read-only *dict*, I proposed PEP 416 "Add a frozendict builtin
> type" in 2012. It was rejected.
> https://peps.python.org/pep-0416/
Note that that was ten years ago -- so maybe worth revisiting.
The outcome of this PEP was the addition of the types.Mapping
IMO it would be better to keep the HPy design as the long term goal:
* Refer to Python objects with opaque handles
* All structures are opaque (with a few exceptions, like PyType_Spec)
It will likely take multiple iterations (Python releases) to reach
this goal, and incompatible C API changes may
On Sun, Apr 3, 2022 at 3:29 PM Nick Coghlan wrote:
> The changes you've made have been excellent, and the existing 3 categories
> (stable public ABI, stable public API, unstable internal API) cover the vast
> majority of cases.
>
> The final case that isn't quite covered yet is to offer a "semi-
Hi,
Steve, Petr: sorry if you feel that I didn't take your feedback in
account, it's not case. Thanks for your valuable feedback. It seems
like there was some misunderstanding.
On Tue, Apr 5, 2022 at 2:49 AM Gregory P. Smith wrote:
> Thanks for bringing this up on python-dev, Victor. That was g