pyzmq/zmq/backend
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
..
cffi Fix memoryview support for the cffi backend 2021-07-27 11:07:22 -04:00
cython use weakref to avoid cyclic reference in `Frame.buffer` 2021-08-10 11:50:59 +02:00
__init__.py remove sixcerpt py2compat 2020-11-27 11:25:51 +01:00
__init__.pyi add py-typed 2021-01-23 13:55:56 +00:00
constants.pyi nicer reprs for sockets, contexts 2021-07-24 12:08:32 +02:00
select.py remove sixcerpt py2compat 2020-11-27 11:25:51 +01:00