Skip to content
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
3 changes: 2 additions & 1 deletion peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Author: Sergey B Kirpichev <skirpichev@gmail.com>,
Victor Stinner <vstinner@python.org>
PEP-Delegate: C API Working Group
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has the SC confirmed the WG delegation for this PEP?

python/steering-council#259 says this PEP is special, and in general there is no standing delegation, but I don't see a clear decision regarding this PEP.

cc @Yhg1s

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PEP 757 was created from capi-workgroup/decisions#35 : it's a working document for the C API Working Group to help to take a decision. I created PEP 757 with PEP-Delegate: C API Working Group.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a misunderstanding on my side about the C API WG ability to handle their own PEPs.

I submitted PEP 757 to the Steering Council.

Discussions-To: https://discuss.python.org/t/63895
Status: Draft
Status: Accepted
Type: Standards Track
Created: 13-Sep-2024
Python-Version: 3.14
Post-History: `14-Sep-2024 <https://discuss.python.org/t/63895>`__
Resolution: https://discuss.python.org/t/pep-757-c-api-to-import-export-python-integers/63895/73
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can now include the date here too:

Suggested change
Resolution: https://discuss.python.org/t/pep-757-c-api-to-import-export-python-integers/63895/73
Resolution: `28-Nov-2024 <https://discuss.python.org/t/pep-757-c-api-to-import-export-python-integers/63895/73>`__

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, interesting, I will do the change when I will mark the PEP as Final.


.. highlight:: c

Expand Down