steering-council icon indicating copy to clipboard operation
steering-council copied to clipboard

Communications from the Steering Council

Results 46 steering-council issues
Sort by recently updated
recently updated
newest added

Please consider PEP 659 – Specializing Adaptive Interpreter https://peps.python.org/pep-659/ It is already implemented, and [is up to date according to the author](https://discuss.python.org/t/13018/26). If approved it should be changed to Standards...

PEP

The [`tp_dictoffset`](https://docs.python.org/3.11/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset) field changed to “write-only” in 3.11, with docs going from 3.10's: > The real dictionary offset in an instance can be computed from a negative [tp_dictoffset](https://docs.python.org/3.10/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset) as follows:...

Discussed on Discourse: - https://discuss.python.org/t/pinning-gnu-autotools-using-the-github-container-registry/47437 Using @brettcannon's wording, the repo would host and publish dev-oriented containers that could be reused for CI, GitHub codespaces, etc. According [to policy](https://discuss.python.org/t/new-python-organization-repository-policy/17376), the repo...

Please consider PEP 734 -- Multiple Interpreters in the Stdlib https://peps.python.org/pep-0734/ * [x] The PEP has been discussed in threads listed in its `Post-History` header * [x] The PEP was...

PEP

Please consider PEP 738 -- Adding Android as a supported platform https://peps.python.org/pep-0738/ This follows the same approach as PEP 730, adding iOS support, which has already been accepted. * [x]...

PEP

Please consider PEP 737 -- Unify type name formatting https://peps.python.org/pep-0737/ * [x] The PEP has been discussed in threads listed in its `Post-History` header * [x] The PEP was announced...

PEP

https://discuss.python.org/t/im-stepping-down-as-sponsor-of-emscripten/41064/6 has Pyodide asking how to interpret https://peps.python.org/pep-0011/#unsupporting-platforms and the fact it calls for building to fail to "potential users of the platform a chance to step forward and offer...

Pretty pretty please consider PEP 712 -- Adding a “converter” parameter to dataclasses.field https://peps.python.org/pep-0712/ * [x] The PEP has been discussed in threads listed in its `Post-History` header * [x]...

PEP

Dear Steering Council, Please could you come up with a policy for a https://pypi.org/org/python/ organisation on PyPI? At PyCon US, PyPI announced their new [organisation accounts](https://blog.pypi.org/posts/2023-04-23-introducing-pypi-organizations/): > Organizations on PyPI...

Here is a rather crude script that adds Markdown links and titles to “PEP nnn”. Maybe it'll be useful. I meant to polish this before sharing it, but didn't get...