Tomas R.

Results 176 comments of Tomas R.

Indeed, this is about settting up the website, not cpython ;)

The looks to be resolved by #2623 and #2619 :)

> I hope you fix the problems with clear_memo before making this doc public Did you read my comment about it on the original isue? Sorry for the late reply,...

Thanks for taking a look! > I think your approach makes sense If you had a different approach in mind, I'm happy to change it. This is what makes sense...

Sorry it took so long :sweat_smile: I think I finally addressed all of the comments :)

I moved the tests to a separate data folder and added a CLI toggle to automatically regenerate them with `./python Lib/test/test_ast.py --snapshot-update`. This is basically snapshot testing similar to how...

^ fixed the conflicts in tests

> There's some CI failure that looks like something needs to be tweaked in relation to the new file. Thanks for pointing that out, should be fixed now :)

Thanks @JelleZijlstra and everyone else for reviews and help on getting this done!

I think neither the Python nor the C implementation are actually meant to work with a negative `hi` argument. The C implementation does special case `hi == -1` but that's...