Issue 21711: Remove site-python support (original) (raw)

The patch has one problem with OS X framework builds. This fixes it:

--- a/Lib/test/test_site.py +++ b/Lib/test/test_site.py @@ -240,7 +240,7 @@ sysconfig.get_config_var("PYTHONFRAMEWORK"), sys.version[:3], 'site-packages')

Otherwise, LGTM