Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pyodide

Python with the scientific stack, compiled to WebAssembly.
Collective - Host: opensource - https://opencollective.com/pyodide - Code: https://github.com/pyodide/pyodide

Update JSPI patch for Emscripten 3.1.45

github.com/pyodide/pyodide - 4bafdafccaa6bae5a8a738aea066f1837e3d6ac1 authored about 1 year ago by Hood Chatham <[email protected]>
Move stack switching logic into a new stack switching folder. (#3987)

This is a minor rearrangment.

I renamed "continuations" stuff to "stack_switching" and made a n...

github.com/pyodide/pyodide - 31c1345afd6dd22edea8405d39794842fe108646 authored about 1 year ago by Hood Chatham <[email protected]>
Use Wasm Exceptions for invoke stubs if they exist (#3957)

If wasm exception handling is available, use dynamically generated modules
with wasm exception ...

github.com/pyodide/pyodide - 3085cb9d5ee6e5eea430508a4bc1cacb7411d9d8 authored about 1 year ago by Hood Chatham <[email protected]>
Use branch in macro to choose trampoline (#3990)

One of the cpython tests (test_plistlib.TestBinaryPlistlib.test_deep_nesting)
seems to be extre...

github.com/pyodide/pyodide - d97eaa586a86a8a1a59f9ceffdc9af017431ba8a authored about 1 year ago by Hood Chatham <[email protected]>
bump xarray to 2023.10.0 (#4235)

github.com/pyodide/pyodide - 408bffb7d22f0fef261b64007bdcde665f2b1e6e authored about 1 year ago by Deepak Cherian <[email protected]>
Add zengl 1.16.0 (#4208)

ZenGL provides OpenGL binding for Python.
The same code that runs natively also runs in the b...

github.com/pyodide/pyodide - 45b3b2ce0173e990e946301d5ead9ccf10913709 authored about 1 year ago by Szabolcs Dombi <[email protected]>
Add package frozenlist (#4231)

github.com/pyodide/pyodide - 4860848a72ba793d96e41d89ef15f995804e9f70 authored about 1 year ago by Hood Chatham <[email protected]>
Reorder test_jsarray_reverse tests (#4230)

For some reason reordering these tests fixes failing CI.

github.com/pyodide/pyodide - 5a1826355afe38a448ea06e029c3836ba00308d1 authored about 1 year ago by Hood Chatham <[email protected]>
Fix dts bundle generation (#4227)

v8.1.0 (just released) has a regression related to a self referential export in @types/node:
ht...

github.com/pyodide/pyodide - 90fb414e4171a2c4dd5b9778cc4fc850dde1dd24 authored about 1 year ago by Hood Chatham <[email protected]>
Use externrefs for some ffi code (#4218)

This begins migrating some of the ffi code towards using externrefs, which
should make it faste...

github.com/pyodide/pyodide - 98b4bf567ca02fa16f1624c9e6189f09542d1d2b authored about 1 year ago by Hood Chatham <[email protected]>
Fix Emscripten.cmake not vendored in pyodide-build wheel (#4223)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/pyodide/pyodide - abb8bec1f63e632c221586cd94f70f6605d2517d authored about 1 year ago by Gyeongjae Choi <[email protected]>
Add a no dynamic linking build option (#4203)

github.com/pyodide/pyodide - af7544cbbb034131a4d7b842439d41bff38d1159 authored about 1 year ago by Hood Chatham <[email protected]>
Add `sisl` package (#4210)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/pyodide/pyodide - 74bd881129d070fed32a9e3f923d7ffa6b6fbd25 authored about 1 year ago by pfebrer <[email protected]>
DOCS Add brief section on upgrading packages (#4219)

github.com/pyodide/pyodide - 9402397fd0cb4db6fbdeeb80ca4db7359a0e52b0 authored about 1 year ago by Jo Bovy <[email protected]>
NFC Minor rearrangement of types.ts (#4215)

This puts package loading stuff together.

github.com/pyodide/pyodide - 357b07a25f11c8d05075c72d8bee35d503219342 authored about 1 year ago by Hood Chatham <[email protected]>
Improve handling of generated typescript files (#4212)

This makes IDEs, documentation generation tools, and linters handle our
generated files better....

github.com/pyodide/pyodide - cbb008da59116cc3d1ae5c8cf612f66ef2cc0fca authored about 1 year ago by Hood Chatham <[email protected]>
Rearrange the way that we load the lock file (#4199)

This fetches the lock file a bit earlier

github.com/pyodide/pyodide - d0e1ef4c11ad335af2f5851554734e6db9d76b79 authored about 1 year ago by Hood Chatham <[email protected]>
CI Use xcode 15.0.0 for Safari tests (#4211)

It seems that there is a bug in table instructions in Safari 16.3 which is used in the safari te...

github.com/pyodide/pyodide - 9345fb40d3af7e5f74b129292214e1aed5b989f9 authored about 1 year ago by Hood Chatham <[email protected]>
BLD Unpin types-setuptools (#4205)

github.com/pyodide/pyodide - fb9417ffe592a18b5c018d5104e52a0d1a34feaf authored about 1 year ago by Gyeongjae Choi <[email protected]>
MAINT Add some more types to various things (#4202)

github.com/pyodide/pyodide - dbf4dea326b6615b3bbdaa197d9d3f03c388c735 authored about 1 year ago by Hood Chatham <[email protected]>
Add River package (#4197)

github.com/pyodide/pyodide - b121e2d08882ec5d9729362a642d83678dd9f745 authored about 1 year ago by Max Halford <[email protected]>
Add a few things to EXPORTED_RUNTIME_METHODS (#4201)

Instead of patching them in `pre.js`

github.com/pyodide/pyodide - bb645ca9b4f13d2243b8753ae77e3aeaeeb02f8e authored about 1 year ago by Hood Chatham <[email protected]>
NFC Changes to make it easier to build with dead code elimination (#4198)

This forces a bunch of things to be exported. Hopefully we can eventually build with -sMAIN_MODU...

github.com/pyodide/pyodide - aaab6a86d5672cd6c94cd5e1738a6acfef819337 authored over 1 year ago by Hood Chatham <[email protected]>
Use upstreamed autosummary and automodule directives (#4196)

github.com/pyodide/pyodide - 2988faf8d4d872ce4113f0513b0122be699e1fcd authored over 1 year ago by Hood Chatham <[email protected]>
Switch to using sphinx-js fork (#4193)

github.com/pyodide/pyodide - 2bcd48c4c224c7b921cc1bdf8bb6e98c54a52f31 authored over 1 year ago by Hood Chatham <[email protected]>
DOCS Some minor tuneups (#4189)

github.com/pyodide/pyodide - 53744b49060ee1d315bae66d3cdea9cd02b30174 authored over 1 year ago by Hood Chatham <[email protected]>
Vendor private pypa/build APIs to pyodide-build (#4187)

github.com/pyodide/pyodide - 5dbb91a769862c79d42835614df70ecf4041752e authored over 1 year ago by Gyeongjae Choi <[email protected]>
Add cffi to pynacl host dependency (#4185)

github.com/pyodide/pyodide - cbcec42b1513d82764056ca3c8d0d117245e2592 authored over 1 year ago by Gyeongjae Choi <[email protected]>
Update pypa/build version to 1.0 (#4180)

github.com/pyodide/pyodide - 0f141f65bc9329126eca4e7610eb372586f78f50 authored over 1 year ago by Gyeongjae Choi <[email protected]>
CI Change macos resource class to gen2 (#4179)

github.com/pyodide/pyodide - b06727287846d621a9d45c2864afdf09b87077f3 authored over 1 year ago by Gyeongjae Choi <[email protected]>
Shorten error handling wrapper (#4170)

github.com/pyodide/pyodide - e25a929d3e6f5b67ef7f1f1c1a5b5120fc1e05b6 authored over 1 year ago by Hood Chatham <[email protected]>
xarray v2023.09.0 (#4176)

github.com/pyodide/pyodide - e219281f965a4f324cdcdae837205b48101e924b authored over 1 year ago by Kai Mühlbauer <[email protected]>
Changelog for 0.24.1 (#4171)

github.com/pyodide/pyodide - 47024f5dacbbe596963125b210211dbc1340f834 authored over 1 year ago by Hood Chatham <[email protected]>
Use hoodmane/hiwire library instead of our own implementation (#4128)

This change switches to my external implementation of hiwire. This is the
minimal change set to...

github.com/pyodide/pyodide - b460383505e3bf252572e9829f806f2d54ccbedc authored over 1 year ago by Hood Chatham <[email protected]>
MAINT use the correct version of Python in the cpython makefile (#4168)

github.com/pyodide/pyodide - a24d69e953d56940d2b0b955eaaffabe1ec76175 authored over 1 year ago by Hood Chatham <[email protected]>
Update micropip to 0.5.0 (#4167)

github.com/pyodide/pyodide - 8db2fa123a5999195148d1869fffc3f0fb40f914 authored over 1 year ago by Gyeongjae Choi <[email protected]>
FIX Don't crash if checkInterrupt() is called with gil released and no ib (#4164)

`Py_EmscriptenSignalBuffer` could be undefined

github.com/pyodide/pyodide - 13d5e0d5c409721a37c1ccd04b896621e1e7e291 authored over 1 year ago by Hood Chatham <[email protected]>
MAINT Add a rebuild makefile rule for Python [skip ci] (#4166)

github.com/pyodide/pyodide - b57beb1e364a45212a77a40b91b603a8639a67c9 authored over 1 year ago by Hood Chatham <[email protected]>
FIX patch a bug in Emscripten that broke matplotlib (#4163)

github.com/pyodide/pyodide - 4774749070fc42e2ccf050c6ca43e421540ba814 authored over 1 year ago by Hood Chatham <[email protected]>
Bump sourmash to 4.8.4 (#4154)

github.com/pyodide/pyodide - 47aea9d9c7b91b2590e861c853e375778ed0cbd9 authored over 1 year ago by Luiz Irber <[email protected]>
Update scikit-learn to 1.3.1 (#4161)

github.com/pyodide/pyodide - 7615c0894df4b06fb0f1c864dac2cf1f74aed991 authored over 1 year ago by Loïc Estève <[email protected]>
Upgrade GitHub Actions: checkout and login (#4157)

github.com/pyodide/pyodide - 63bf4f87fdec3ed997e76e71348a4dda5f17eb7f authored over 1 year ago by Christian Clauss <[email protected]>
MNT Update scipy to 1.11.2 (#4156)

github.com/pyodide/pyodide - 87ab13e9bfbfe101d7b9819bb955287ba9cf6bf6 authored over 1 year ago by Loïc Estève <[email protected]>
Fix replacing local include paths (#4136)

Co-authored-by: Roman Yurchak <[email protected]>

github.com/pyodide/pyodide - e67c182f04a0164c59034637e0099a40bf58a1b3 authored over 1 year ago by Gyeongjae Choi <[email protected]>
Don't use importlib.metadata during initialisation (#4147)

github.com/pyodide/pyodide - ab35dea36ecd92b7748932657514c2542bbdc849 authored over 1 year ago by Roman Yurchak <[email protected]>
Rename setup.py in coolprop (#4145)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/pyodide/pyodide - b1256c0a22b89b5b37a6e020f16681a1d05315b0 authored over 1 year ago by Gyeongjae Choi <[email protected]>
DOC Fix the indent of the document for GH Actions in out-of-tree build page (#4151)

[skip ci]

github.com/pyodide/pyodide - d644a405b48a2d36de6f1766b5f753d10ad377bb authored over 1 year ago by Toshiki Teramura <[email protected]>
Make loadPyodide global in console.html (#4143)

github.com/pyodide/pyodide - e2c2884e7a9afd90b23849220ee578bd2d523458 authored over 1 year ago by Roman Yurchak <[email protected]>
PERF Only `finalizationRegistry.unregister` proxy if it is registered (#4138)

github.com/pyodide/pyodide - e492392f1b7716484a4681b707468fd191818d11 authored over 1 year ago by Hood Chatham <[email protected]>
DOCS Fix typo in PythonError doc comment. (#4142)

github.com/pyodide/pyodide - 0fb6888585e3c323b36424aa86a200505764c0ac authored over 1 year ago by David Lechner <[email protected]>
Revert JSPI Changes

This reverts commits:
9ed5e839ffe7937ebc628f1eb08fc74df242a864
8861b317a6552587a0952f95ce1fd4713...

github.com/pyodide/pyodide - f28d8c9efcd0692a25ace7db6f4e2f1a2644c428 authored over 1 year ago by Hood Chatham <[email protected]>
Update JSPI patch for Emscripten 3.1.45

github.com/pyodide/pyodide - 2505d4d6a391d2e94674129c9eba3a6f19c00889 authored over 1 year ago by Hood Chatham <[email protected]>
Move stack switching logic into a new stack switching folder. (#3987)

This is a minor rearrangment.

I renamed "continuations" stuff to "stack_switching" and made a...

github.com/pyodide/pyodide - b2c47ae76610f401925d3209f5e39f9e37579517 authored over 1 year ago by Hood Chatham <[email protected]>
Stack switching (#3210)

Uses the JS Promise integration stack switching API to allow blocking for JavaScript promises an...

github.com/pyodide/pyodide - 3bcc527c9216e5f3d017b4111c9193efb990b4aa authored over 1 year ago by Hood Chatham <[email protected]>
Use branch in macro to choose trampoline (#3990)

One of the cpython tests (test_plistlib.TestBinaryPlistlib.test_deep_nesting)
seems to be extre...

github.com/pyodide/pyodide - ab8dc2eac62848bfecb3e5ba5e927a0d5d3bac2b authored over 1 year ago by Hood Chatham <[email protected]>
Patch CPython to use a type reflection trampoline if possible (#3964)

github.com/pyodide/pyodide - 8861b317a6552587a0952f95ce1fd4713caffc72 authored over 1 year ago by Hood Chatham <[email protected]>
Use Wasm Exceptions for invoke stubs if they exist (#3957)

If wasm exception handling is available, use dynamically generated modules
with wasm exception ...

github.com/pyodide/pyodide - 9ed5e839ffe7937ebc628f1eb08fc74df242a864 authored over 1 year ago by Hood Chatham <[email protected]>
0.25.0.dev0

github.com/pyodide/pyodide - 16d997ac7f09890a8d3ab808c4906f09fb9ec5cd authored over 1 year ago by Hood Chatham <[email protected]>
0.24.0 (#4137)

github.com/pyodide/pyodide - 660388431f11f8eb5be438edc192b81e82917d76 authored over 1 year ago by Hood Chatham <[email protected]>
DOCS Fix create_proxy example (#4134)

Update outdated import path

github.com/pyodide/pyodide - 4cc141084e7173b0734b1ec1d11851921d92b283 authored over 1 year ago by Maic Siemering <[email protected]>
add wget to environment.yml (#4133)

github.com/pyodide/pyodide - 3b428ceb6b7b9b3abfeab7a75fbf0fac6c9d76bb authored over 1 year ago by Thorsten Beier <[email protected]>
ENH Print helpful error if ccache was linked against too new glibc (#4127)

Resolves pyodide#4126.
If someone builds emsdk outside of the docker image and then attempts to...

github.com/pyodide/pyodide - 9042e6cb1b87acfa7c1700b82614437a291b5092 authored over 1 year ago by Hood Chatham <[email protected]>
Fix using Python 2 in MacOS CI (#4131)

github.com/pyodide/pyodide - 4c67f2929dbb635dddf66f187de7222e8189261c authored over 1 year ago by Gyeongjae Choi <[email protected]>
NFC minor cleanup around maybe_fatal_error (#4129)

github.com/pyodide/pyodide - abcd4ce6d3fcd78549b546d1d00a14f550348731 authored over 1 year ago by Hood Chatham <[email protected]>
Update numpy to 1.25.2 (#4125)

github.com/pyodide/pyodide - 8b58984777698b04a4b16febdcbfb5ee1a378d25 authored over 1 year ago by Ralf Gommers <[email protected]>
skip built in packages when building dependencies (#4058)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-au...

github.com/pyodide/pyodide - f438a8daec5f2a0b2730d99203835073c28e606b authored over 1 year ago by Joe Marshall <[email protected]>
DOCS Add note about forwarding docker port (#4110)

github.com/pyodide/pyodide - c83e290c880c3aaac0b880d21e31911d2c559971 authored over 1 year ago by Hannes Krumbiegel <[email protected]>
Add orjson package (#4036)

github.com/pyodide/pyodide - 4099c2579378a25e1c3daad2c1264b298d08796d authored over 1 year ago by Yossi Shirizli <[email protected]>
Rearrange changelog for 0.24.0 release (#4111)

github.com/pyodide/pyodide - b51dee80bb5583f6a5b153548188fe58ab031b18 authored over 1 year ago by Gyeongjae Choi <[email protected]>
Docs: Install pyodide-build from source tree (#4113)

github.com/pyodide/pyodide - 04fa31e92c823cd2fd1b467b9535801253850991 authored over 1 year ago by Hannes Krumbiegel <[email protected]>
PERF Use a slotmap for hiwire (#4076)

A slot map is a map that generates and returns the key when inserting a
value. Slot maps have f...

github.com/pyodide/pyodide - b04992c52ebecfe34ca25b55a09a00a289ea34ac authored over 1 year ago by Hood Chatham <[email protected]>
Update packages for 0.24.0 (#4088)

github.com/pyodide/pyodide - 88e988e2ead19ec7e938b656b5e342c0811ae809 authored over 1 year ago by Gyeongjae Choi <[email protected]>
Remove deprecated options for 0.24.0 release (#4112)

github.com/pyodide/pyodide - 68dbcbc78f13ee0b9d6bffdc0578a9b3e73b5a0b authored over 1 year ago by Gyeongjae Choi <[email protected]>
Rename tblib to pyodide-tblib (#4097)

github.com/pyodide/pyodide - c944b90d6e4b2387dc161ff552fe9310b48809e5 authored over 1 year ago by Gyeongjae Choi <[email protected]>
CI Split package build steps as a temporary solution for CI timeout (#4106)

github.com/pyodide/pyodide - b41b9ea3d52bf4707f173ac353f337cf01ffd8b9 authored over 1 year ago by Gyeongjae Choi <[email protected]>
CI Disable testing in macos (#4107)

Running core tests in GHA with macos + playwright has been very unstable lately.
It sometimes t...

github.com/pyodide/pyodide - 8b7a9d5e3796d7abc4317f1fc21c6ffbe6c6bf1a authored over 1 year ago by Gyeongjae Choi <[email protected]>
feat: add awkward-cpp v22 (#4101)

github.com/pyodide/pyodide - 571e843e9afaadd9697b7ed75e496192a6336299 authored over 1 year ago by Angus Hollands <[email protected]>
DOCS remove some private APIs from docs (#4105)

github.com/pyodide/pyodide - c58be1b4e6d641b1d68d7dfb68528d5edac8ee07 authored over 1 year ago by Hood Chatham <[email protected]>
DOCS some improvements to the loadPyodide API docs (#4103)

github.com/pyodide/pyodide - 4da5d7bdc287ae8b8dbef820eb4403da7faf9443 authored over 1 year ago by Hood Chatham <[email protected]>
ENH Add `loadPyodide` `packages` option for loading packages during bootstrap (#4100)

For improved loading performance.

github.com/pyodide/pyodide - a8f24094268ea98fc1bca63fe8e2f076c0792a79 authored over 1 year ago by Hood Chatham <[email protected]>
Emscripten 3.1.45 (#4094)

github.com/pyodide/pyodide - df527fdad5fe1bbeda138be2b70deb34cbc66f39 authored over 1 year ago by Hood Chatham <[email protected]>
DOCS minor changes to quickstart (#4098)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/pyodide/pyodide - 09c7251d5677bcccb416f2f5186c6bff6a15f59f authored over 1 year ago by Hood Chatham <[email protected]>
Add contourpy 1.0.7 package (#4102)

This PR adds the ContourPy package, which is a C++ extension that is a dependency
of Matplotlib...

github.com/pyodide/pyodide - f769f8302345a964bf4458297174ada00bd6d2a2 authored over 1 year ago by Ian Thomas <[email protected]>
PERF Avoid instance checks in pyproxy_getflags when possible (#4096)

Profiling shows that `PyObject_IsInstance` is pretty expensive. This
skips it when conditions w...

github.com/pyodide/pyodide - 5960544ef2b08e23b3aa88591e59b143c0ae445a authored over 1 year ago by Hood Chatham <[email protected]>
Revert "Version 0.24.0a1"

This reverts commit 77dbe16a5ec3061b71c8ea2d989c98cf7e4bbd37.

github.com/pyodide/pyodide - 15adde3afb307dab5087989b5229aedd7956bd96 authored over 1 year ago by Hood Chatham <[email protected]>
ENH Add `response.text` to `pyodide.http.FetchResponse` (#4052)

We've received feedback from users that use other requests APIs that they expect
the method to ...

github.com/pyodide/pyodide - 303e02e5a7f6df2892ace2f82de623abe5dbf4b2 authored over 1 year ago by Hood Chatham <[email protected]>
ENH add filename argument to runPython and use linecache for better tracebacks (#3993)

github.com/pyodide/pyodide - 311fa904d4b58fd3ba1adf21a48343633dbc360d authored over 1 year ago by Hood Chatham <[email protected]>
PERF Preload wasm to improve load time (#4091)

This uses `Module.instantiateWasm` to fetch `pyodide.asm.wasm` at the same time as `pyodide.asm....

github.com/pyodide/pyodide - 6263508b2570f21984871be25561be9a682f7fcf authored over 1 year ago by Hood Chatham <[email protected]>
FIX Handle EAGAIN when writing as well as when reading (#4090)

github.com/pyodide/pyodide - 5cead3963d23921cee8bc1fd5b6bf3fcc111fc3c authored over 1 year ago by Hood Chatham <[email protected]>
Version 0.24.0a1

github.com/pyodide/pyodide - 77dbe16a5ec3061b71c8ea2d989c98cf7e4bbd37 authored over 1 year ago by Hood Chatham <[email protected]>
Update Pillow version to 10.0.0 and fix its wheel filename (#4093)

This removes behavior that overwrote setup.cfg and caused the generated wheel
to be incorrectly...

github.com/pyodide/pyodide - 2ff01e0aa0a389f005ec4f9edb4e2f792777b139 authored over 1 year ago by Gyeongjae Choi <[email protected]>
Emscripten 3.1.44 (#4073)

github.com/pyodide/pyodide - 4d99d073660838f21d0f27d76f1ca650a84de96e authored over 1 year ago by Hood Chatham <[email protected]>
Add CoolProp v6.4.3 to packages (#4028)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/pyodide/pyodide - 7b0af2d4cdf761e1d641cb9932a317b1eab0f42f authored over 1 year ago by nascheinkman <[email protected]>
Bump sourmash to 4.8.3 (#4075)

github.com/pyodide/pyodide - 070bb2e9c0b709d9046c54e10d751d3165841641 authored over 1 year ago by Luiz Irber <[email protected]>
PERF Add a hiwire stack and use it in python2js (#4072)

github.com/pyodide/pyodide - 1a844d0c962e38870f07143bd68cc5a82b34a2be authored over 1 year ago by Hood Chatham <[email protected]>
Update zlib version to 1.3 (#4082)

Updates zlib version to 1.3 and uses github releases URL.

github.com/pyodide/pyodide - dc25fc132b8019d480e0f3aa85e0ccb4ab72080a authored over 1 year ago by Gyeongjae Choi <[email protected]>
Add comment that WSL 2 is needed on Windows (#4079)

github.com/pyodide/pyodide - ce36a6d521c5f355443cd324383af6f72fc97685 authored over 1 year ago by Hannes Krumbiegel <[email protected]>
Docs: update list of removed stdlib pkgs (#4078)

github.com/pyodide/pyodide - 9369ce0019da46e49f65cc03802ca947aebebbf5 authored over 1 year ago by Neil Stoker <[email protected]>
ENH Rework streams handling (#4035)

This fixes a number problems with the old stream handling:

1. Not possible to set a custom er...

github.com/pyodide/pyodide - e19621d48376fddc708291df269b44196ef7686e authored over 1 year ago by Hood Chatham <[email protected]>
TST Use oneshot handlers for pytest-httpserver (#4066)

github.com/pyodide/pyodide - ba774aa2117fd3162065c95b89e052eb84abc118 authored over 1 year ago by Gyeongjae Choi <[email protected]>