Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MagicStack/uvloop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: MagicStack/uvloop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 5 contributors

Commits on Aug 13, 2024

  1. Fix test_create_server_4 with Python 3.12.5 (#614)

    After python/cpython#121913 error message `[errno 98] address already in use`
    shadchin authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    62f9239 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Upgrade libuv to v1.48.0 (#600)

    * Fix for libuv 1.48
    * Fix for macOS (resolve empty host string as "localhost")
    * Add test
    
    ---------
    
    Co-authored-by: Fantix King <fantix.king@gmail.com>
    niklasr22 and fantix authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7777852 View commit details
    Browse the repository at this point in the history
  2. Use len(os.sched_getaffinity(0)) instead of os.cpu_count() (#591)

    Co-authored-by: Fantix King <fantix.king@gmail.com>
    avkarenow and fantix authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c8531c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deb2cf9 View commit details
    Browse the repository at this point in the history
  4. Inline _Py_RestoreSignals() from CPython (#604)

    private _Py_RestoreSignals() has been moved to CPython internals as of Python 3.13
    See: python/cpython#106400
    Its implementation has been the same in all supported by uvloop Pythons
    (3.8+), so the inlining was not conditionalized.
    befeleme authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8511ba1 View commit details
    Browse the repository at this point in the history
  5. 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
Loading