Skip to content

Conversation

@1st1
Copy link
Member

@1st11st1 commented Oct 8, 2023

Fixes#569

@1st1
Copy link
MemberAuthor

1st1 commented Oct 8, 2023

While working on this I stumbled upon what seems to be an asyncio regression in 3.12. Good news that uvloop doesn't have this regression. Bad news -- our tests that test compliance with asyncio are now failing (we should backport our functional tests to the Python project, they increase test coverage by a lot!)

python/cpython#79033 (comment)

@1st11st1 requested a review from fantixOctober 8, 2023 02:05
@1st11st1 marked this pull request as ready for review October 8, 2023 13:27
@1st11st1force-pushed the 12 branch 3 times, most recently from de6fd30 to 2783939CompareOctober 8, 2023 16:42
@1st11st1force-pushed the 12 branch 5 times, most recently from 69e3e54 to e1c1e69CompareOctober 9, 2023 10:48
@fantixfantixforce-pushed the 12 branch 2 times, most recently from dedf200 to c479675CompareOctober 9, 2023 17:55
This partially reverts commit 247fb17.
@fantixfantix merged commit 9f82bd7 into masterOct 10, 2023
@fantixfantix deleted the 12 branch October 10, 2023 00:28
@AntonOfTheWoods
Copy link

Is there an ETA on a release?

fantix added a commit that referenced this pull request Oct 12, 2023
Fixes ===== * CI fixes (#520, #553) (by @altendky in 7783f1c, @dulmandakh in 1dd40f1) * Make extract_stack resilient to lacking frames. (#563) (by @jhance in 0687643 for #563) * Port uvloop to Python 3.12 (#570) (by @1st1, @fantix in 9f82bd7 for #569)
@fantixfantix mentioned this pull request Oct 12, 2023
fantix added a commit that referenced this pull request Oct 13, 2023
Changes ======= * Port uvloop to Python 3.12 (#570) (by @1st1, @fantix in 9f82bd7 for #569) * Upgrade libuv to v1.46.0 (#571) (by @fantix in 2e1978c for #571) Fixes ===== * CI fixes (#520, #553) (by @altendky in 7783f1c, @dulmandakh in 1dd40f1) * Make extract_stack resilient to lacking frames. (#563) (by @jhance in 0687643 for #563)
Sign up for freeto 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.

Can we update cython and make uvloop compatible with python 3.12 please?

5 participants

@1st1@AntonOfTheWoods@graingert@fantix