Hacker News new | ask | show | jobs
by ilyt 1084 days ago
slap "use v4" at start of the file to use new semantics and use it automatically for .py4

Then transpile Py3 code into Py4.

1 comments

Transpilation won't work with semantics.

And it won't change anything about c extensions.