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 | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
slav0nic has quit [Ping timeout: 260 seconds]
jcea has quit [Ping timeout: 246 seconds]
nexussfan has quit [Quit: Konversation terminated!]
nexussfan has joined #pypy
_whitelogger has joined #pypy
nexussfan has quit [Quit: Konversation terminated!]
_whitelogger has joined #pypy
BarrensZeppelin has joined #pypy
jcea has joined #pypy
<BarrensZeppelin> Hey. Can an RPython wizard help me understand the following translation error in the rtyper phase: https://gist.github.com/BarrensZeppelin/30fe57eed1e88c81d0c1c324910a167c ?
<BarrensZeppelin> The class in question is a new Scope subclass in the symtable for PEP 695 type parameter syntax.
<BarrensZeppelin> I see @property being used in other RPython code, so I'm not sure what the issue is here. 🤔
Dejan has joined #pypy
<BarrensZeppelin> I found a work-around. It's alive: `echo -e "class C[T]: pass\nprint(C[int])" | ./pypy3.12-c` = `__main__.C[int]`
<BarrensZeppelin> There's a PR at https://github.com/pypy/pypy/pull/5371 if anyone is interested
BarrensZeppelin has quit [Quit: BarrensZeppelin]
Dejan has quit [Quit: Leaving]
jcea has quit [Ping timeout: 256 seconds]
manish has quit [Remote host closed the connection]
manish has joined #pypy
[Arfrever] has quit [Ping timeout: 260 seconds]
[Arfrever] has joined #pypy
<korvo> Figured out how to statically link RPython with Nix. Can't do it for PyPy, but I'm not sure whether that's even a goal.
<korvo> There's no speed penalty and the JIT works.
Dejan has joined #pypy
uau has quit [Read error: Connection reset by peer]
uau has joined #pypy
jcea has joined #pypy
nexussfan has joined #pypy
Dejan has quit [Remote host closed the connection]