Guido van Rossum wrote:
> Can someone suggest a fix?
I think adding something like:
find . -name '*.so' -exec rm -f {} ';'
to the clean target would work. You sould remove the Module/*.so
pattern in the clobber target and fix the comments as well.
One more thing Guido, can you touch Include/graminit.h and
Python/graminit.c before making the tarball?
Neil