Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 7131a73f9655cfd325c798385905326f57b94640 https://github.com/python/cpython/commit/7131a73f9655cfd325c798385905326f57b94640 Author: Xiang Zhang <angwerzx at 126.com> Date: 2017年02月20日 (2017年2月20日) Changed paths: M Misc/NEWS M Objects/weakrefobject.c Log Message: ----------- bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187)