<arigato>
mattip: Re debug builds: maybe we could distribute the full debug info as a separate download? Not sure what amount of extra work this would require
<arigato>
(issue 3544)
lazka has joined #pypy
fotis has joined #pypy
fotis has quit [Ping timeout: 256 seconds]
fotis has joined #pypy
Atque has quit [Quit: ...]
fotis has quit [Ping timeout: 245 seconds]
greedom has joined #pypy
fotis has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
lritter has quit [Ping timeout: 256 seconds]
greedom has quit [Remote host closed the connection]
fotis has quit [Ping timeout: 252 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 256 seconds]
fotis has joined #pypy
Atque has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 256 seconds]
otisolsen70 has joined #pypy
fotis has joined #pypy
Atque has quit [Quit: ...]
fotis has quit [Ping timeout: 252 seconds]
Atque has joined #pypy
fotis has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
<cfbolz>
pfff, sometimes our easy specialization is really a problem
<cfbolz>
we have a whole extra useless copy of timsort to sort typeobject slot names
<cfbolz>
ah, or maybe not
<cfbolz>
maybe it's correctly reused in listobject.py
jacob22 has quit [Quit: Konversation terminated!]
<cfbolz>
I'm confused
<cfbolz>
can't unicode lists, ascii lists and bytes lists all use the same sorter?
fotis has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 245 seconds]
fotis has joined #pypy
Atque has quit [Quit: ...]
<LarstiQ>
does the active language matter for the unicode sorting?
fotis has quit [Ping timeout: 252 seconds]
Dejan has quit [Quit: Leaving]
<cfbolz>
LarstiQ: not by default
stkrdknmibalz has joined #pypy
fotis has joined #pypy
fotis has quit [Ping timeout: 250 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 245 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 240 seconds]
fotis has joined #pypy
jacob22 has joined #pypy
<mattip>
in py3.8 I moved the include files into include/pypy3.8
<mattip>
perhaps we should go all in and move lib-python/3 to <base>/lib/pypy3.8
<mattip>
and site-packages to <base>/lib/pypy3.8/site-packages
<mattip>
which would bring us into alignment with CPython
<mattip>
then we wouldn't need customized INSTALL_SCHEMES
fotis has quit [Ping timeout: 256 seconds]
<mgorny>
mattip: yes, please
<mgorny>
i'd really appreciate if i wouldn't have to patch nonstandard paths ;-)
<mgorny>
(presumably base would be /usr?)
otisolsen70 has quit [Quit: Leaving]
fotis has joined #pypy
<mattip>
base is whatever "prefix" turns out to be
<mattip>
in the scheme
<mattip>
mgorny: we still need to patch out the "python" name, I am working to replace it with "sys.implementation.name" in distutils.sysconfig and sysconfig