Skip to content

[WIP] python3 aiohttp#61625

Draft
jason1987d wants to merge 7 commits into
void-linux:masterfrom
jason1987d:python3-aiohttp
Draft

[WIP] python3 aiohttp#61625
jason1987d wants to merge 7 commits into
void-linux:masterfrom
jason1987d:python3-aiohttp

Conversation

@jason1987d

Copy link
Copy Markdown
Contributor
  • New package: python3-isal-1.8.0
  • New package: python3-zlib-ng-1.0.0
  • New package: python3-gunicorn_h1c-0.6.5
  • New package: python3-gunicorn-26.0.0
  • python3-pycares: update to 5.0.1, adopt.
  • python3-aiodns: update to 4.0.4.
  • python3-aiohttp: update to 3.14.3, add tests.

Testing the changes

  • I tested the changes in this PR: YES

New package

Local build testing

  • I built this PR locally for my native architecture, x86_64-libc

The other packages are for the aiohttp testing. It looked like aiodns and pycares were very much behind too.

@jason1987d jason1987d changed the title python3 aiohttp [WIP] python3 aiohttp Jul 24, 2026
@jason1987d
jason1987d marked this pull request as draft July 24, 2026 20:31
@jason1987d

Copy link
Copy Markdown
Contributor Author

Re: the errors in gunicorn_h1c, this code is already present in setup.py. Wondering why it's not getting applied.

# Platform-specific SIMD flags
if platform.machine() in ("x86_64", "AMD64", "i686", "i386"):
    # x86: Enable SSE4.2 for fast string operations
    extra_compile_args.append("-msse4.2")
elif platform.machine() in ("arm64", "aarch64"):
    # ARM64: NEON is enabled by default on aarch64
    pass

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.

1 participant