Skip to content

PEP 731: List initial members and mark Active #3540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 21, 2023
Merged
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
16 changes: 14 additions & 2 deletions peps/pep-0731.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Author: Guido van Rossum <[email protected]>,
Steve Dower <[email protected]>,
Irit Katriel <[email protected]>
Discussions-To: https://discuss.python.org/t/pep-731-c-api-working-group-charter/36117
Status: Draft
Status: Active
Type: Process
Topic: Governance
Created: 11-Oct-2023
Post-History: `13-Oct-2023 <https://discuss.python.org/t/pep-731-c-api-working-group-charter/36117>`__
Resolution: https://discuss.python.org/t/pep-731-c-api-working-group-charter/36117/12

Abstract
========
Expand All @@ -32,7 +33,6 @@ whether in the context of CPython, using an alternate Python implementation,
or using a binding framework for other programming languages (such as C++ and Rust).

The working group serves at the pleasure of the Python Steering Council.
The working group's members are the listed authors of this PEP.
This document serves as the working group's charter.

Epigraph
Expand Down Expand Up @@ -92,6 +92,18 @@ and publishing guidelines that the core developers can refer to.
The "operations and process" section below describes
how the working group operates and how it is governed.

Members
-------

The members of the working group are:

- Guido van Rossum
- Petr Viktorin
- Victor Stinner
- Steve Dower
- Irit Katriel


Mandate
-------

Expand Down