Petr Viktorin

Results 185 comments of Petr Viktorin

The Steering Council accepts PEP 683 (Immortal Objects) with reservations. The main concern for the SC is ABI compatibility. To mimimize possible risk, even to 32-bit Stable-ABI extensions, please implement...

Thanks! I added it to the SC agenda.

A reply was posted at https://discuss.python.org/t/13018/36

The Steering Council accepts PEP 669 (Low Impact Monitoring for CPython). We'd like to point out that, as with any PEP, if the initial implementation requires design changes, they need...

It's intended to be used with `PyEval_GetFuncName`, so it appends `()` in `foo()` but `[space]object` in `SomeType object`. As external API, it's definitely weird. See https://github.com/python/cpython/issues/81826 for deprecating them both.

As far as I know, Christian is quite busy these days. Don't wait for him too long if he didn't request that you do. He can always do a post-merge...

Reserving for a student. Everyone else, please don't start on this issue this week. --- You will want to click “Show Source” on the page linked in the first comment....

The members (fields) are `name`, `type`, `offset`, etc. Currently they're defined in a table, so they don't show up when searching the docs for PyMemberDef.name (and when writing the docs,...

PyGetSetDef is in the same situation, let's use this issue for that as well.