Package: pyzmq / 17.1.2-2+deb10u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| pyzmq | 17.1.2-2+deb10u1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| noncopysend test.patch | (download) |
zmq/tests/test_message.py |
6 2 + 4 - 0 ! |
don't use uninitialized memory for test the memory could contain signalling NaN which crashes sparc python |
| cffi fix.patch | (download) |
zmq/backend/cffi/__init__.py |
24 24 + 0 - 0 ! |
check package root for cffi binaries cffi checks __pycache__ for binaries which is cleaned by pypy installation so packages can't ship in there. Instead ship in package root and patch module finding to look in there. Also use fixed path in a place passed to cffi to get the same checksum in build and install. After it is installed no build is needed so it doesn't matter if its wrong. This patch assumes pypy 2.2 api, won't work with 2.1 as so_suffices is no list. Bug: https://bitbucket.org/cffi/cffi/issue/109/enable-sane-packaging-for-cffi Patch-Name: cffi-fix.patch |
| skip_large_send | (download) |
zmq/tests/test_socket.py |
1 1 + 0 - 0 ! |
skip large send test to avoid swapping on low memory machines Patch-Name: skip_large_send |
| fix_monitor_test.patch | (download) |
zmq/tests/test_monitor.py |
2 1 + 1 - 0 ! |
zmq.event_all changes as more events are added and test fails pin the test so that it only requests the events it's looking for, to avoid failures when a new event is added. As the documentation says, and as it can be expected, EVENT_ALL is a catch-all mask that changes over time. |
| asyncio wait for POLLOUT on sender in can_connect.patch | (download) |
zmq/tests/asyncio/_test_asyncio.py |
3 2 + 1 - 0 ! |
asyncio: wait for pollout on sender in can_connect |
