dbohdan[phone] has quit [Ping timeout: 252 seconds]
Techcable has quit [Ping timeout: 245 seconds]
dbohdan[phone] has joined #pypy
graingert has joined #pypy
Techcable has joined #pypy
nexussfan has joined #pypy
[Arfrever] has quit [Quit: leaving]
[Arfrever] has joined #pypy
nexussfan has quit [Read error: Connection reset by peer]
[Arfrever] has quit [*.net *.split]
[Arfrever] has joined #pypy
BarrensZeppelin has joined #pypy
[Arfrever] has quit [Killed (NickServ (GHOST command used by [Arfreve1]))]
[Arfrever] has joined #pypy
Dejan has joined #pypy
<BarrensZeppelin>
The parser changes for PEP695 (type statement & type parameter syntax) are done now, but the tricky runtime support parts remain... @cfbolz Would it make sense to merge the changes and port the stdlib now? A lot of the support classes from the typing module were re-implemented in C, which is annoying...
<nimaje>
reimplemented like most other modules where some interface module imports the C version if availible and a pure python version if not or without a pure python version?
<BarrensZeppelin>
Without a pure python version, unfortunately
<nimaje>
doesn't cpython care about alternative implementations anymore? I throught that was the main reason for those double implementations