Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: e45ea377b8d9ae23893d4587003c6d3e7f54b99a https://github.com/python/cpython/commit/e45ea377b8d9ae23893d4587003c6d3e7f54b99a Author: Dong-hee Na <donghee.na92 at gmail.com> Date: 2017年06月15日 (2017年6月15日) Changed paths: M Lib/inspect.py M Lib/test/test_inspect.py M Misc/NEWS Log Message: ----------- bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662)