[issue41913] EnvBuilder.install_scripts should use explicit permissions

2020-10-02 Thread Johan Herland
Change by Johan Herland : -- nosy: +jherland ___ Python tracker <https://bugs.python.org/issue41913> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37763] Need setup.py to pick up -isystem flags from CPPFLAGS

2019-08-05 Thread Johan Herland
Change by Johan Herland : -- keywords: +patch pull_requests: +14874 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15136 ___ Python tracker <https://bugs.python.org/issu

[issue37763] Need setup.py to pick up -isystem flags from CPPFLAGS

2019-08-05 Thread Johan Herland
New submission from Johan Herland : First time contributor here, still learning the ropes. We're cross-compiling python in an environment where we set up CPPFLAGS, LDFLAGS, etc. to point directly to the locations where we have built Python's dependencies. For example, we will typic