Y
Hacker News
new
|
ask
|
show
|
jobs
by
cubes
2139 days ago
Python 2 and 3 or 3 only? I looked for this on the linked site, and it wasn't immediately obvious.
1 comments
sinancepel
2139 days ago
Pyre & Pysa try to do a best-effort analysis of Python 2, and supports Python 2 style taint annotations, but most of the code we analyze at Facebook is Python 3.6+.
link