On Thu, Apr 02, 2020 at 08:57:30PM -0700, Guido van Rossum wrote: > On Thu, Apr 2, 2020 at 7:55 PM Matt Billenstein <[email protected]> wrote: > > Even just running it in a dev build against the corpus of the top few > thousand packages on pypi might give enough confidence -- I had a script > to download the top N packages and run some script over the python files > contained therein, but I can't seem to find it atm. > > > We got that. Check https://github.com/gvanrossum/pegen/tree/master/scripts -- > look at download_pypi_packages.py and test_pypi_packages.py.
Very nice! m -- Matt Billenstein [email protected] http://www.vazor.com/ _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/Q5DY4ZNCB7GYGIL5LUWJFJ7GLL5EJMW2/ Code of Conduct: http://python.org/psf/codeofconduct/
