dalley has quit [Remote host closed the connection]
dalley has joined #hpy
_0az3 has quit [Quit: afk]
_0az3 has joined #hpy
phlebas has quit [Ping timeout: 245 seconds]
phlebas has joined #hpy
<steve_s> Florian dug out from history a GitHub issue about API to release/acquire GIL: https://github.com/hpyproject/hpy/issues/34. I've added a summary of what we discussed in the last call. Any further comments will be appreciated :-)
<vstinner> mattip: i cannot find a changelog of HPy 0.0.3 from https://hpyproject.org/ i followed links... here it is: https://docs.hpyproject.org/en/latest/changelog.html (oh, 0.0.2 and 0.0.1 are not in the changelog?)
<vstinner> hi. hpy.h includes <stdlib.h>. is it made on purpose? i'm asking because i'm trying to remove this include from <Python.h>, but my change will likely be reverted :-) https://bugs.python.org/issue45434
<vstinner> Python.h includes many "standard" headers: stdlib.h, stdio.h, errno.h, stddef.h, string.h, unistd.h, assert.h, wchar.h, ctype.h, math.h, limits.h, time.h and others
<vstinner> maybe hpy.h should try to limit the number of "standard" includes whenever possible (i suppose that it's already done)
<mattip> in pypy releases, there is a blog post about the release that links to the change log
<mattip> fangerer: any luck with releasing the code you were working on?