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 private argument-parsing API on Python 3.12 also
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).
- Loading branch information
1 parent
68b080e
commit a24e0ba
Showing
2 changed files
with
40 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,9 @@ | ||
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`, via PR | ||
:issue:`929`. | ||
-- :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