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 | hacking on TLS is fun, way more fun than arguing over petty shit, turns out
Atque has joined #pypy
Atque has quit [Quit: ...]
Atque has joined #pypy
hexology is now known as hexology_
hexology_ is now known as hexology__
hexology__ is now known as hexology`
hexology` is now known as hexology_`
hexology_` is now known as hexology
x88x88x has joined #pypy
x88x88x has quit [Ping timeout: 264 seconds]
<cfbolz> mattip: test_enumerate and test_range now crash it seems
<mattip> fixing
<mattip> thanks
<cfbolz> test_ztranslation in posix is on me I think
Guest96 has joined #pypy
Atque has quit [Quit: ...]
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
otisolsen70 has joined #pypy
Atque has joined #pypy
jacob22 has quit [Ping timeout: 250 seconds]
Atque has quit [Quit: ...]
x88x88x has joined #pypy
ambv has quit [Quit: You have been kicked for being idle]
Julian has joined #pypy
jacob22 has joined #pypy
Julian has quit [Ping timeout: 256 seconds]
arkanoid has quit [Ping timeout: 256 seconds]
x88x88x has quit [Ping timeout: 256 seconds]
habnabit_ has quit [Ping timeout: 256 seconds]
arkanoid has joined #pypy
habnabit_ has joined #pypy
Julian has joined #pypy
Julian has quit [Quit: leaving]
jacob22 has quit [Ping timeout: 252 seconds]
<fijal> hm, do we have any ideas whether we like c99 or not?
<fijal> I can probably make us emit c99 code, not sure if that's the part of m1 work or not, but if we do that, I would do so
<mattip> MSVC is the problematic child, it supports most of c99 but not all
<mattip> we have definitely moved past vs2008, now we are using vs2019
<fijal> we don't need to emit ALL c99
<fijal> current problem is implicit declaration of functions (we really should not do that)
<cfbolz> fijal: ugh, yes, that should just be fixed
jacob22 has joined #pypy
rouilj2 has joined #pypy
Guest96 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rouilj2> Hello. I am one of the developers of the Roundup Issue Tracker. Its written in Python and I thought I'd try it under PyPy. However a third party library it needs uses the symtable module. 'import symtable' fails with "ModuleNotFoundError: No module named '_symtable'". This is with PyPy Python 3.7.12 (44db26267d0a, Oct 24 2021, 14:21:50) [PyPy 7.3.7 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]. Any idea how I fix this or is it unfixabl
<cfbolz> rouilj2: hi!
<cfbolz> rouilj2: which library is that, out of curiosity?
Guest96 has joined #pypy
<rouilj2> it's an older version of zope.
<rouilj2> modified.
<cfbolz> rouilj2: ok
<cfbolz> rouilj2: open an issue. it's possible to implement this module, I suppose
<rouilj2> PythonExpr.py to be exact. You can embed python code in templates. The library hands the python code off to the python interpreter for evaluation then pulls the results back via symtable it looks like.
<rouilj2> Will do.
<cfbolz> rouilj2: cool :-)
<krono> fijal: I personally think c99 is a more sane set of C rules. There are some funky ones, but nobody needs to use them
<krono> It seems that, apart from complex.h and special strfmt stuff, recent VS versions are quite ok with C99 https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170#c-standard-library-features-1
<krono> (library, that is)
rouilj2 has left #pypy [#pypy]
<Guest96> I did not expect to wander into this channel and find zope tales expressions being discussed :)
<Guest96> much surprises :)
<cfbolz> Guest96: if you know how to write a small example using this stuff, please do so: https://foss.heptapod.net/pypy/pypy/-/issues/3606
<cfbolz> would be cool to have something smaller to test it with than all of roundup
otisolsen70 has quit [Quit: Leaving]
alice has joined #pypy
<Guest96> cfbolz sorry I am not a real programmer, more of a devloloper :) I can write basic zpt, but not tales
Guest96 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Atque has joined #pypy