Donald Stufft

Results 289 comments of Donald Stufft

Poking around some more, it appears that `PyImport_FrozenModules` is `NULL` by default in Python, e.g. if I run a script like this: ```python import ctypes class struct_frozen(ctypes.Structure): _fields_ = [("name",...

Digging even further into it, this appears to be a change in Python 3.11: https://github.com/python/cpython/commit/074fa5750640a067d9894c69378a00ceecc3b948#diff-7247d35d315a26d853c8597ef32be4c8f8c2c7f9836b9fac0e727e6560394d78R132 It looks like previously ``PyImport_FrozenModules`` was initialized to be the same as ``_PyImport_FrozenModules``, but now...

If you set a find-links for `/var/www/pypi/` or whatever it should "redownload" from that instead.

That task doesn't actually do it yet, I haven't pushed and merged in that PR for that yet. Currently all that task does is wrap each task in it's own...

You probably want https://github.com/pypa/manylinux and https://mail.python.org/mailman/listinfo/wheel-builders

Strange, tests didn't seem to run on this?

Just to be clear, you want to move the PEPs out of the PEP repository and into uh, this one I guess? Or what specifically is the plan?

Okay, great. I've added the [PEP Authors](https://github.com/orgs/pypa/teams/pep-authors) team as committers to this repository then.

A post install hook is probably a reasonable request.