-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Revert to using PyArg_ParseTupleAndKeywords
under Python 3.13
#909
Merged
webknjaz
merged 4 commits into
aio-libs:master
from
webknjaz:bugfixes/py313-_PyArg_Parser
Jan 16, 2024
Merged
Revert to using PyArg_ParseTupleAndKeywords
under Python 3.13
#909
webknjaz
merged 4 commits into
aio-libs:master
from
webknjaz:bugfixes/py313-_PyArg_Parser
Jan 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 5, 2024
webknjaz
force-pushed
the
bugfixes/py313-_PyArg_Parser
branch
from
January 16, 2024 02:26
659d71c
to
0446539
Compare
webknjaz
changed the title
🧪 Run tests against Python 3.13 in CI
Revert to using Jan 16, 2024
PyArg_ParseTupleAndKeywords
under Python 3.13
webknjaz
force-pushed
the
bugfixes/py313-_PyArg_Parser
branch
5 times, most recently
from
January 16, 2024 15:51
550ffe3
to
99884c5
Compare
webknjaz
added a commit
to webknjaz/multidict
that referenced
this pull request
Jan 16, 2024
psf-chronographer
bot
added
the
bot:chronographer:provided
There is a change note present in this PR
label
Jan 16, 2024
This reverts commit 3da0f79. Partially, at least. Under Python 3.13+ only.
webknjaz
force-pushed
the
bugfixes/py313-_PyArg_Parser
branch
from
January 16, 2024 19:31
8fc4867
to
529dd6d
Compare
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 19, 2024
3 tasks
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which disabled METH_FASTCALL on Python 3.13 and later. Fixes aio-libs#926.
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which disabled METH_FASTCALL on Python 3.13 and later. Fixes aio-libs#926.
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14).
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14).
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14).
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14).
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Jan 24, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14).
hoodmane
pushed a commit
to hoodmane/multidict
that referenced
this pull request
Jan 29, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14).
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Feb 1, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14). Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Feb 1, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14). Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Feb 1, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14). Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Feb 1, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14). Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
charles-dyfis-net
added a commit
to charles-dyfis-net/multidict
that referenced
this pull request
Feb 1, 2024
Implemented as an extension of aio-libs#909, which made this change on Python 3.13 and later. Fixes aio-libs#926 (build failure observed with clang-16.0.6 and gcc-14). Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What do these changes do?
Revert the use of private CPython APIs that don't exist under Python 3.13.
Are there changes in behavior for the user?
Some slow-down, perhaps...
Related issue number
Ref #862
Checklist