Branch: refs/heads/alex-patch-2 Home: https://github.com/python/cpython Commit: d79a793fb8613e45d3a1131fbc7b523d071549e7 https://github.com/python/cpython/commit/d79a793fb8613e45d3a1131fbc7b523d071549e7 Author: Alex Gaynor <alex.gaynor at gmail.com> Date: 2017年06月03日 (2017年6月03日) Changed paths: M Lib/warnings.py Log Message: ----------- Simplify code in warnings modules Metaprogramming a list of attributes was excessive, and made the code less readable and slower.