<koobs>
if its experimental, shouldnt it be an optional dependency ?
<koobs>
Experimental msgpack protocol #6323
<koobs>
or does 3.5.x now actually use msgpack
<koobs>
in all cases
<koobs>
reason i ask; autobahn is a hole heap of dependencies
bdbaddog has quit [Quit: Leaving.]
<Denis>
as well as crypto
<Denis>
which might not be obvious on a fast AMD64 machine with packages pre-compiled for the architecture or a Rust compiler
<Denis>
but which is a blocker on other architectures, some of which require to compile the Rust compiler first and take at least a week to do so, and some don't have Rust ported in the first place
<Denis>
(crypto requires Rust, and my setup uses crypto outside of the Python space, which worked fine in 3.4.0)
<felixfontein>
out of curiosity: what kind of architectures/platforms are you using?