Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
tarsil opened this issue Oct 7, 2023 · 1 comment · Fixed by #570
Closed

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

tarsil opened this issue Oct 7, 2023 · 1 comment · Fixed by #570

Comments

@tarsil
Copy link

tarsil commented Oct 7, 2023

  • uvloop version: 0.17.0
  • Python version: 3.12
  • Platform: all
  • Can you reproduce the bug with PYTHONASYNCIODEBUG in env?: N/A
  • Does uvloop behave differently from vanilla asyncio? How?: N/A

Cython was recently updated and this allows uvloop to be compatible with python 3.12. There are a plethora of projects out there that relies on this.

Is it possible to prioritize this and make a release, please? Asyncpg, for instance, it's one of them.

Appreciate the understanding,
tarsil

@AntonOfTheWoods
Copy link

There is absolutely no value in this issue over #567. Please let the devs concentrate on upgrading, rather than creating unhelpful noise.

fantix added a commit that referenced this issue 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)
@fantix fantix mentioned this issue Oct 12, 2023
fantix added a commit that referenced this issue 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)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants