view uwsginl-plugin-lang-pypy3/pkg-descr @ 150:3cbf7dca26e8

FIX: Build for PyPy v7.3.1+: "async" is a keyword in Python now: use getattr() instead of direct "lib.uwsgi.async" access
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 03 Oct 2022 14:28:58 +0200
parents 34be2756e5f8
children
line wrap: on
line source

PyPy3 language plugin for uwsginl.
Dynamically links to PyPy3's libpypy3-c.so.
Contains a PY3 compatible pypy_setup.py already.