c4f3a0ce
c4f3a0ce
That's correct. `pip` doesn't provide any support for signature verification, though PyPi does support signature upload and retrieval, so it is possible to verify signature manually. In this case I...
Thank you. I will investigate that and provide an update. One thing that bothers me is that network is killed despite being in a private range. Before enabling kill switch:...
Thanks, that's really helpful. > Since it's a Kill Switch, excluding less is better. I guess that makes sense. So effectively if I'd wanted to patch the process (assuming I...
> Only for VirtualBox with external non-standard tools? No, sorry. This would result in really inconsistent behavior. Sure, I understand. I'd give the same answer. > However, I will see...
After further investigation it seems it might be related to https://github.com/tlwg/libdatrie/issues/6. I've updated and rebuild the package from fa3cfc3f78be4d27d1366ae8c1b39d0a91be0dca by updating libdatrie submodule to https://github.com/tlwg/libdatrie/commit/6ef4485474890606946ed208ff453231b581cdf1 and the problem disappears.
So it seems that it doesn't resolve the problem completely. It is less prominent, but some segfaults still occur (https://travis-ci.org/pytries/datrie/jobs/622241476).
Also this falsifying example: ```python trie = datrie.Trie([chr(i) for i in range(1500)]) trie['ÿ0'] = True trie['foo'] = True 'foo' in trie # True 'ÿ0' in trie # False ``` is...
I concur. This would not be a nice feature by its own, but also allow for vendor independent web storage. Depending on Google Drive or Dropbox can be a deal...