diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-03-01 15:59:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 15:59:39 +0100 |
commit | 625dbf2567533e6001d57e5969fba75c1b6ece43 (patch) | |
tree | 021c3f52778c9bf6e03f2a6abb0b6cebc7f63f12 /Python/fileutils.c | |
parent | 8058bdae3e5e1f77a202d9dc907b4189409c9b03 (diff) | |
download | cpython-git-625dbf2567533e6001d57e5969fba75c1b6ece43.tar.gz |
bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124)
* Add PyBuildExt.srcdir atribute in setup.py: the source directory is
now always absolute.
* Add PyBuildExt.inc_dirs and PyBuildExt.lib_dirs attributes:
replace 'inc_dirs' and 'lib_dirs' local variables of
detect_modules().
* Replace "from distutils.errors import *"
with "from distutils.errors import CCompilerError, DistutilsError"
to be able to use static analyzers like pyflakes
* Reorder imports.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions