Message 145529 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
Building outside of the source directory was supported, if the source directory was clean.  In practice, the source directory could be unclean as long as a few files were not there (Parser/*.o, Modules/_testembed), so it was quite annoying.  If the patch allows people to build inside the source directory and in other directories without cleaning, I’m +1!