Commit Graph

3 Commits

Author SHA1 Message Date
David Salvisberg
d3faa5a8b0 uWSGI: Makes stubtest_allowlist_darwin more resilient against CI flakyness (#11819) 2024-05-15 12:07:55 -04:00
Shantanu
b78de5712d uwsgi: remove unused allowlist entry (#11754)
Also wow, some of the logs that come from uwsgi are quite interesting
2024-04-13 20:07:32 -07:00
David Salvisberg
21cb2cb546 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>
2023-07-24 14:32:52 +03:00