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

uvloop 0.20.0 #617

Merged
merged 1 commit into from
Aug 15, 2024
Merged

uvloop 0.20.0 #617

merged 1 commit into from
Aug 15, 2024

Commits on Aug 15, 2024

  1. uvloop 0.20.0

    Changes
    =======
    
    * Upgrade libuv to v1.48.0 (#600)
      (by @niklasr22 @fantix in 7777852 for #596 #615)
    
    Fixes
    =====
    
    * Fix test_create_server_4 with Python 3.12.5 (#614)
      (by @shadchin in 62f9239)
    
    * Use len(os.sched_getaffinity(0)) instead of os.cpu_count() (#591)
      (by @avkarenow in c8531c2 for #591)
    
    * Inline _Py_RestoreSignals() from CPython (#604)
      (by @befeleme in 8511ba1 for #603)
    fantix committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2d35f10 View commit details
    Browse the repository at this point in the history