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

chore: implement initial support for CPython 3.14 #2412

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

vytas7
Copy link
Member

@vytas7 vytas7 commented Nov 27, 2024

This PR implements rudimentary support for CPython 3.14, adapting our monkey-patching of Morsel attributes to a new optimization in 3.14 stdlib.
In addition, the monkey patching of the SameSite attribute was removed, since it is no longer needed on 3.8+.

(See also Red Hat Bugzilla: Bug 2328020. @befeleme @carlwgeorge)

@vytas7 vytas7 requested review from kgriffs and CaselIT November 27, 2024 19:54
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (66eb886) to head (e18a498).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #2412   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           64        64           
  Lines         7726      7727    +1     
  Branches      1071      1071           
=========================================
+ Hits          7726      7727    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vytas7 vytas7 mentioned this pull request Nov 27, 2024
9 tasks
@vytas7 vytas7 merged commit 5f295ab into falconry:master Nov 27, 2024
32 checks passed
@carlwgeorge
Copy link
Contributor

Thanks for mentioning this @vytas7! I've included this commit as a patch in the Fedora package, and it's been built as python-falcon-4.0.2-2.fc42.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants