Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: efde51ad54c58353f25ff80c8d30dbee82ef33a3 https://github.com/python/cpython/commit/efde51ad54c58353f25ff80c8d30dbee82ef33a3 Author: INADA Naoki <methane at users.noreply.github.com> Date: 2017年04月01日 (2017年4月01日) Changed paths: M Misc/NEWS M Objects/setobject.c Log Message: ----------- bpo-29949: Fix set memory usage regression (GH-945) Revert "Minor factoring: move redundant resize scaling logic into the resize function." This reverts commit 4897300276d870f99459c82b937f0ac22450f0b6. (cherry picked from commit e82cf8675bacd7a03de508ed11865fc2701dcef5)