Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.1 KB

uWSGI.md

File metadata and controls

40 lines (21 loc) · 1.1 KB

2.0.0.20240516 (2024-05-16)

uWSGI: Makes stubtest_allowlist_darwin more resilient against CI flakyness (#11819)

2.0.0.20240425 (2024-04-25)

Bump pyright to v1.1.360 (#11810)

Disable uwsgi, pyaudio, jack-client stubtest on macOS (#11821)

2.0.0.20240414 (2024-04-14)

uwsgi: remove unused allowlist entry (#11754)

Also wow, some of the logs that come from uwsgi are quite interesting

2.0.0.20240311 (2024-03-11)

Use PEP 570 syntax in third party stubs (#11554)

2.0.0.20240106 (2024-01-06)

Update typing_extensions imports in third-party stubs (#11245)

2.0.0.1 (2023-11-24)

Third-party stubs: remove unused type: ignores (#11063)

2.0.0.0 (2023-07-24)

Adds stubs for uWSGI (#10432)

This adds stubs for the uWSGI Python API.

Similarly to GDB the Python API is only accessible within a uWSGI process, some parts of the API also only exist if certain configuration options are enabled. This makes running stubtest a bit of pain.

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com Co-authored-by: Akuli akuviljanen17@gmail.com