cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | insert pithy quote here
Dejan has quit [Ping timeout: 264 seconds]
gef has quit [Ping timeout: 268 seconds]
<mattip> cfbolz: cool
<cfbolz> mattip: lots of work left :-(
gef has joined #pypy
<mattip> vectrocall is still missing the weird PyVectorcall_NARGS and PY_VECTORCALL_ARGUMENTS_OFFSET stuff, right?
karel has joined #pypy
<krono> mattip:
<krono> I can look at macOS, what do you need? Stock 10.13 cpython (2.7.16) does not have `sys.implementation`
<krono> hombrew python 3.9.1 has `namespace(name='cpython', cache_tag='cpython-39', version=sys.version_info(major=3, minor=9, micro=1, releaselevel='final', serial=0), hexversion=50921968, _multiarch='darwin')`
gef has quit [Ping timeout: 245 seconds]
gef has joined #pypy
<nimaje> "New in version 3.3." for sys.implementation (https://docs.python.org/3/library/sys.html#sys.implementation)
Julian has joined #pypy
gef has quit [Ping timeout: 252 seconds]
gef has joined #pypy
glyph has quit [Ping timeout: 244 seconds]
glyph has joined #pypy
leshaste has quit [Read error: Connection reset by peer]
leshaste has joined #pypy
<mattip> krono: cool, so what I was looking for is " _multiarch='darwin'"
<mattip> it is not more descriptive for different versions, like x86_64 or arm64
<krono> well, 10.x has no Idea about arm, so no dice there
<krono> i'll have a look at 10.15
<krono> mattip: for 11.4, we have `namespace(_multiarch='darwin', cache_tag='cpython-37', hexversion=50791408, name='cpython', version=sys.version_info(major=3, minor=7, micro=3, releaselevel='final', serial=0))`
<krono> (that's stock cpython)
<krono> mattip: also: the _binaries_ are themselves fat, ie the same binary is used for arm and x86_64
<krono> this is what they did for ppc -> ppc64, ppc(64) -> x86, x86 -> x86_64
<krono> you _could_ ship a binary for all these archs at once
<mattip> thanks, right now all I care about is the _multiarch field
<mattip> since it is part of the filename returned by sysconfig._get_sysconfigdata_name()
<krono> ah, hence
rajgopal has joined #pypy
Julian has quit [Ping timeout: 252 seconds]
rajgopal has quit [Ping timeout: 252 seconds]
glyph has quit [Read error: Connection reset by peer]
glyph has joined #pypy
rajgopal has joined #pypy
lessshaste has joined #pypy
leshaste has quit [Remote host closed the connection]
gef has quit [Read error: Connection reset by peer]
gef has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7710 [mattip: force build, multiarch]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8723 [mattip: force build, multiarch]
Julian has joined #pypy
karel has quit [Quit: Konversation terminated!]
Julian has quit [Ping timeout: 264 seconds]
Julian has joined #pypy
Julian has quit [Ping timeout: 252 seconds]
Julian has joined #pypy
Julian has quit [Ping timeout: 264 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8723 [mattip: force build, multiarch]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7710 [mattip: force build, multiarch]
Julian has joined #pypy
Julian has quit [Quit: leaving]
rajgopal has quit [Ping timeout: 245 seconds]
rajgopal has joined #pypy
gef_ has joined #pypy
gef has quit [Ping timeout: 272 seconds]
<mattip> pypy is now mentioned in the official conda docs (just submitted a PR to fix the typo)
<LarstiQ> \o/
<mattip> krono (or any macOS user): if I can ask one more favor, on CPython 3.9, when you do "import sysconfig; print(sysconfig._get_sysconfigdata_name()",
<mattip> it prints out something like '_sysconfigdata__darwin_darwin', right?
<mattip> and that exists as a py file in the stdlib directory, right?
<krono> mattip: Python 3.9, homebrew on 10.13: `_sysconfigdata__darwin_darwin`
<krono> please zone me in where to find what file
otisolsen70 has joined #pypy
<krono> the file _sysconfigdata__darwin_darwin.py is present
rajgopal has quit [Ping timeout: 264 seconds]
<krono> the same is true for stock python3.8 on 10.15.5
jryans has quit [Quit: node-irc says goodbye]
jryans has joined #pypy
rajgopal has joined #pypy
daubers has quit [Quit: node-irc says goodbye]
jryans has quit [Quit: node-irc says goodbye]
rajgopal has quit [Ping timeout: 245 seconds]
<mattip> krono: perfect, that is the anwser I was looking for
<krono> 👍
rajgopal has joined #pypy
Dejan has joined #pypy
otisolsen70 has quit [Quit: Leaving]
daubers has joined #pypy
jryans has joined #pypy
gef has joined #pypy
gef_ has quit [Ping timeout: 245 seconds]
gef has quit [Ping timeout: 245 seconds]
stkrdknmibalz has quit [Ping timeout: 264 seconds]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5602 [mattip: force build, sysconfigdata]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7711 [mattip: force build, sysconfigdata]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/273 [mattip: force build, sysconfigdata]
gef has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/1024 [mattip: force build, sysconfigdata]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7711 [mattip: force build, sysconfigdata]
rajgopal has left #pypy [#pypy]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/273 [mattip: force build, sysconfigdata]
jryans has quit [Ping timeout: 272 seconds]
daubers has quit [Ping timeout: 244 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5602 [mattip: force build, sysconfigdata]
gef has quit [Ping timeout: 272 seconds]
gef has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/1024 [mattip: force build, sysconfigdata]
daubers has joined #pypy
jryans has joined #pypy
lessshaste has quit [Read error: No route to host]
gef has quit [Ping timeout: 245 seconds]
gef has joined #pypy
gef has quit [Ping timeout: 244 seconds]
gef has joined #pypy
stkrdknmibalz has joined #pypy
gef has quit [Quit: No Ping reply in 180 seconds.]
gef has joined #pypy