DimitrisJim
DimitrisJim
Indeed, seems to working as expected now!
Minimally trying to set this up I faced a similar issue. Instead of serving the file via the `next` server (which is what I assume `app.serveStatic` does), I sent it...
thanks! This is superseded by https://github.com/RustPython/RustPython/pull/4877 if I'm not mistaken. Feel free to re-open if I'm mistaken.
I don't know how easy the conflicts are going to be to resolve (some recent prs to the grammar and the parser cover some of these changes). The parenthesized genexprs...
Should be moved to Parser, `test_genexps` is still failing so this PR is still useful.
ping, is this PR still relevant after the recent macOs shenanigans with ssl?
You are on Windows right? I haven't looked into how CPython does it (am out atm) but if this is calling some os provided function then yes, we typically wrap...
for compile time improvements? Do you remember?
> Is there any updated page where we can track what is being incorporated into Python 3.12?? The what's new document keeps track of these things, the current one for...
I reckon we still need this but it probably isn't as straight-forward as it looked?