<ctismer>
mattip: here is Python itself wrong. The `.dylib` suffix appears in none of the sysconfig variables.
<mattip>
oy. Does it work correctly on CPython?
<mattip>
ahh, nvrmind, I see that _is_ CPython
<mattip>
sysconfig is such a mess. Someone should write a PEP about minimum values that must exist there
<ctismer>
mattip: Yes, and tests should be added to ensure that these minimum things are actually right. As always, that does not help right now, and then I'm going to forget it 😉
<mattip>
it turns out windows does not have those values at all. I don't know how this is supposed to work
<ctismer>
mattip: On windows, our setup worked out-of-the-box, funnily.
greedom has quit [Remote host closed the connection]
jacob22 has joined #pypy
slav0nic has quit [Remote host closed the connection]
<mattip>
cfbolz: now the traceback is showing "Did you mean hash" in the lib-python/3/test_code_module test for
<mattip>
"try: ham\nexcept: eggs\n"
<mattip>
where on CPython it does not have any suggestion
<mattip>
is that because we always import "hash" somehow where CPython does not, or is it an edge case in the distance measure?
Julian has joined #pypy
Julian has quit [Quit: leaving]
sbrown2 has joined #pypy
<mattip>
arigo_: in CPython3.8, c-extension modules on windows are loaded with LoadLibraryEx() with flags to ignore PATH and use AddDllDirectory instead