Alex Willmer

Results 363 comments of Alex Willmer

``` ➜ mitogen git:(docs-master) ✗ wget https://networkgenomics.com/try/mitogen-0.3.5.dev0.tar.gz --2023-10-06 11:54:30-- https://networkgenomics.com/try/mitogen-0.3.5.dev0.tar.gz Resolving networkgenomics.com (networkgenomics.com)... 157.90.33.51 Connecting to networkgenomics.com (networkgenomics.com)|157.90.33.51|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://files.pythonhosted.org/packages/source/m/mitogen/mitogen-0.3.5.dev0.tar.gz [following]...

Options - base docs-master on stable branch, rather than master - calculate latest release by querying Github or PyPI, rather than what is in checked out code Preventative measures -...

Currently using Sphinx 2.1.2, a 2019 vintage with [limited linkcheck options](https://github.com/sphinx-doc/sphinx/blob/v2.1.2/sphinx/builders/linkcheck.py#L317-L321). Latest Sphinx 7.2.6 has [more options](https://github.com/sphinx-doc/sphinx/blob/v7.2.6/sphinx/builders/linkcheck.py#L614-L622), probably want them for finer grained redirect checking/skipping.

@Driaan networkgenomics.com appears to be down. Use https://pypi.org/project/mitogen/0.3.4/#files instead, this is where the redirect would have gone to.

https://mitogen.networkgenomics.com/ansible_detailed.html now points directly to release 0.3.4 on PyPI. No more redirect, and no more 0.3.5dev mentions

> The problem here is fundamental to a permanent compatibility hack in Python 3.x, that basically renders cPickle completely unsuitable for transporting binary data any more. [I stumbled across this...

In case anyone needs some for comparison, I made pickles with various CPython versions https://github.com/moreati/pickle-fuzz/tree/master/pickles

> the extension registry could be used to implement something without throwing out all of pickle I don't think this buys us anything. However, [zodbpickle](https://github.com/zopefoundation/zodbpickle) may be good enough, at...

To be clear, pickle-fuzz is a dumping ground of experiments and half finished prototypes. The output of all that is pikl.