When we embed Python, we should consider embedding...
# development
w
When we embed Python, we should consider embedding Pypy, even if it means a slightly older interpreter version... https://twitter.com/pypyproject/status/1354168135683887104?s=09
1
h
how much older of an interpreter version would be required if we were embeding pypy?
w
3.6 currently... but probably something newer by then
h
I'd be very sad to lose
from __future__ import annotations
h
particularly since we're using it pervasively now
w
*shrug. It's a bit of a hypothetical at this point. But I'd do it for 4x =p
👍 1
f
pypy supports 3.7 now: https://www.pypy.org/download.html
👍 2