forked from aio-libs/multidict
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid METH_FASTCALL on Python 3.12 (PR aio-libs#929)
Implemented as an extension of aio-libs#909, which disabled METH_FASTCALL on Python 3.13 and later. Fixes aio-libs#926.
- Loading branch information
1 parent
68b080e
commit 4241d0a
Showing
2 changed files
with
39 additions
and
34 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Revert to using the public argument parsing API | ||
:c:func:`PyArg_ParseTupleAndKeywords` under Python 3.13 | ||
-- :user:`webknjaz`. | ||
|
||
Reversion to public argument parsing API extended to also | ||
apply to Python 3.12 as well to avoid build errors with | ||
clang 16.9.6 and gcc-14 reported in :issue:`926`. | ||
-- :user:`charles-dyfis-net` |
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