Branch: refs/heads/master Home: https://github.com/python/cpython Commit: c0364fc7c2693fb070917ee62aeb8d2551710821 https://github.com/python/cpython/commit/c0364fc7c2693fb070917ee62aeb8d2551710821 Author: xdegaye <xdegaye at gmail.com> Date: 2017年05月27日 (2017年5月27日) Changed paths: M Makefile.pre.in M Misc/NEWS M Modules/Setup.dist M Modules/makesetup M setup.py Log Message: ----------- bpo-20210: Support the *disabled* marker in Setup files (GH-132) Extension modules listed after the *disabled* marker are not built at all, neither by the Makefile nor by setup.py.