pyzmq/zmq/tests
Min RK 4d2624f41b use weakref to avoid cyclic reference in `Frame.buffer`
this means `Frame.buffer` *may* be reconstructed if references to the cached value expire

Frame.buffer is also `memoryview(Frame)` instead of `memoryview(Frame.data)` which means it holds a reference to the Frame itself,
not a direct reference to the underlying data.
2021-08-10 11:50:59 +02:00
..
__init__.py add missing cancel alarm in green tests 2021-08-10 08:40:43 +02:00
conftest.py try copying tornado for proactor loop support 2021-05-10 13:02:57 +02:00
cython_ext.pyx make zmq cimportable 2020-02-11 10:59:59 +01:00
test_asyncio.py make sure to close loops explicitly in test_multiple 2021-08-01 12:32:55 +02:00
test_auth.py try to make can_connect less flaky 2021-07-06 10:09:20 +02:00
test_cffi_backend.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_constants.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_context.py nicer reprs for sockets, contexts 2021-07-24 12:08:32 +02:00
test_cython.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_decorators.py try cleanup up contexts in test_decorators 2021-05-25 11:16:36 +02:00
test_device.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_draft.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_error.py remove various unreachable py2 conditions 2020-11-27 11:48:07 +01:00
test_etc.py only assert has(ipc) on bundled libzmq 2021-08-02 09:24:46 +02:00
test_future.py async apis: Remove persistent associations with event loops 2021-07-06 10:39:43 +02:00
test_imports.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_includes.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_ioloop.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_log.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_message.py use weakref to avoid cyclic reference in `Frame.buffer` 2021-08-10 11:50:59 +02:00
test_monitor.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_monqueue.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_multipart.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_mypy.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_pair.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_poll.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_proxy_steerable.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_pubsub.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_reqrep.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_retry_eintr.py hook up selector.close to loop 2021-05-10 14:19:35 +02:00
test_security.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_socket.py nicer reprs for sockets, contexts 2021-07-24 12:08:32 +02:00
test_ssh.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_version.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_win32_shim.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_z85.py add mypy stubs 2020-11-25 15:16:34 +01:00
test_zmqstream.py add mypy stubs 2020-11-25 15:16:34 +01:00