Skip to content
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

PEP 733: An Evaluation of Python's Public C API #3491

Merged
merged 49 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
72ad764
first draft as copied from the capi-workgroup repo
iritkatriel Oct 16, 2023
7feea4d
added an email
iritkatriel Oct 16, 2023
32f0f8e
padlock
iritkatriel Oct 16, 2023
7f47ebe
Apply suggestions from code review
iritkatriel Oct 16, 2023
981088e
Apply suggestions from code review
iritkatriel Oct 16, 2023
1f4302e
copyright. Update a couple of author emails
iritkatriel Oct 16, 2023
7c59224
pep number
iritkatriel Oct 16, 2023
348cb6d
update number
iritkatriel Oct 16, 2023
2da5752
add codeowners
iritkatriel Oct 16, 2023
1510019
reword re int types
iritkatriel Oct 16, 2023
f5b749e
add a name
iritkatriel Oct 16, 2023
c5ced72
Apply suggestions from code review
iritkatriel Oct 17, 2023
8ebcf5e
Address review comments from Jelle and David
iritkatriel Oct 17, 2023
c11a4e2
Apply suggestions from code review
iritkatriel Oct 17, 2023
d4bb55e
Update peps/pep-0733.rst
vstinner Oct 17, 2023
2ae8846
Update peps/pep-0733.rst
vstinner Oct 17, 2023
b64c0f4
Update peps/pep-0733.rst
vstinner Oct 17, 2023
332437a
Update peps/pep-0733.rst
vstinner Oct 18, 2023
ccd9909
Update peps/pep-0733.rst
vstinner Oct 18, 2023
ad4020d
Apply suggestions from code review
iritkatriel Oct 18, 2023
b5cbad5
Update .github/CODEOWNERS
vstinner Oct 18, 2023
7860183
Update peps/pep-0733.rst
vstinner Oct 18, 2023
29c938a
address some of the review comments
iritkatriel Oct 18, 2023
717c424
Update peps/pep-0733.rst
JelleZijlstra Oct 18, 2023
bfc627d
address a couple more review comments
iritkatriel Oct 19, 2023
00c0dec
remove obsolete sentence
iritkatriel Oct 19, 2023
d014748
Update peps/pep-0733.rst
vstinner Oct 19, 2023
303683a
Update peps/pep-0733.rst
vstinner Oct 19, 2023
69483ad
Update peps/pep-0733.rst
vstinner Oct 19, 2023
c4747a1
Merge branch 'main' into capi-pep
hugovk Oct 20, 2023
cbaa0a3
apply some of the review comments from Simon and Steve
iritkatriel Oct 20, 2023
4d849c5
add sentence about stable ABI and limited API also not being clearly …
iritkatriel Oct 20, 2023
0526962
review comment from Ronald
iritkatriel Oct 20, 2023
bd51aa3
Update peps/pep-0733.rst
erlend-aasland Oct 20, 2023
e54c36e
apply a couple more review comments
iritkatriel Oct 23, 2023
a0029cb
Update peps/pep-0733.rst
iritkatriel Oct 26, 2023
9a72447
Petr's compromise
iritkatriel Oct 26, 2023
d95b882
reviews from Greg and Mark
iritkatriel Oct 27, 2023
9cd58b9
reword reference management paragraph
iritkatriel Oct 27, 2023
b6d7da9
mention Pythran and Mypyc
iritkatriel Oct 27, 2023
5bb87df
MAL's review
iritkatriel Oct 30, 2023
abfd8a1
more of MAL's review
iritkatriel Oct 30, 2023
97bb32a
mention nogil and jit
iritkatriel Oct 30, 2023
3a7ad9e
Update peps/pep-0733.rst
iritkatriel Oct 30, 2023
5c431eb
PyJNIus is for Android
iritkatriel Oct 30, 2023
b17866a
HPy reference
iritkatriel Oct 31, 2023
05dd7d2
split sentence
iritkatriel Oct 31, 2023
20408e1
remove one author
iritkatriel Oct 31, 2023
d3e45fd
reworded paragraph on specification
iritkatriel Oct 31, 2023
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ peps/pep-0727.rst @JelleZijlstra
peps/pep-0729.rst @JelleZijlstra @hauntsaninja
peps/pep-0730.rst @ned-deily
peps/pep-0731.rst @gvanrossum @encukou @vstinner @zooba @iritkatriel
peps/pep-0733.rst @gvanrossum @encukou @vstinner @zooba @iritkatriel
vstinner marked this conversation as resolved.
Show resolved Hide resolved
# ...
# peps/pep-0754.rst
# ...
Expand Down
Loading
Loading