<Hodgestar> fangerer: Perhaps you need to specify zip_safe=False in setup.py or similar?
<Hodgestar> fangerer: Oh you, found that already. Woot.
<fangerer> Yes, but I still don't understand why it was suddenly zipped.
<fangerer> antocuni: all tests are now passing; please re-review https://github.com/hpyproject/hpy/pull/339
<Hodgestar> fangerer: The determination of whether to zip is quite magic. The full behaviour is described in some detail at https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html. I think what happened is that you removed the line "m.__file__" from the stub, and moved it into a function from another package (i.e. hpy.universal) so that setuptools no longer sees the access of __file__ and decides the package is safe to zip.
<Hodgestar> Memories from the dark ages of Python packaging.
<fangerer> right, that would explain it; I just didn't expect it
<Hodgestar> Maybe it only worked accidentally up to now. :/
<antocuni> does anybody plan to go to PyCon US 2023? I think I will go and I am planning to submit a talk proposal for HPy
<Hodgestar> I suspect that I won't go -- just bad timing for me next year.
encukou has quit [Ping timeout: 260 seconds]
encukou has joined #hpy
encukou has quit [Ping timeout: 272 seconds]
encukou_ has joined #hpy
encukou_ has quit [Ping timeout: 268 seconds]