Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions developer-workflow/c-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,8 @@ If following these guidelines would hurt performance, add a fast function
API.

If anything is unclear, or you have a good reason to break the guidelines,
consider discussing the change at the `capi-sig`_ mailing list.

.. _capi-sig: https://mail.python.org/mailman3/lists/capi-sig.python.org/
consider discussing the change in the `C API category
<https://discuss.python.org/c/core-dev/c-api/>`__ on Discourse.

Adding a new definition to the Limited API
------------------------------------------
Expand Down
9 changes: 4 additions & 5 deletions developer-workflow/communication-channels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Mailing lists

.. _python-committers: https://mail.python.org/mailman3/lists/python-committers.python.org/
.. _python-dev: https://mail.python.org/mailman3/lists/python-dev.python.org/
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org
.. _python-ideas: https://mail.python.org/archives/list/python-ideas@python.org/

General Python questions should go to `python-list`_ or `tutor`_
or similar resources, such as `Stack Overflow`_ or the ``#python`` IRC channel
Expand All @@ -62,13 +62,12 @@ issue tracker is the place to discuss and work on improvements to the CPython
core development workflow.

A complete list of Python mailing lists can be found at
https://mail.python.org/mailman/listinfo (older lists, using Mailman2) or
https://mail.python.org/mailman3/ (newer lists, using Mailman3). Some lists may also
https://mail.python.org/mailman3/. Some lists may also
be mirrored at `GMANE <https://gmane.io/>`__ and can be read and posted to in various
ways, including via web browsers, NNTP newsreaders, and RSS feed readers.

.. _python-list: https://mail.python.org/mailman/listinfo/python-list
.. _tutor: https://mail.python.org/mailman/listinfo/tutor
.. _python-list: https://mail.python.org/mailman3/lists/python-list.python.org/
.. _tutor: https://mail.python.org/mailman3/lists/tutor.python.org/
.. _Stack Overflow: https://stackoverflow.com/
.. _Libera.Chat: https://libera.chat/

Expand Down
Loading