Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b785396ab451b0c9d6ae9ee5a9e56c810209a6cb https://github.com/python/cpython/commit/b785396ab451b0c9d6ae9ee5a9e56c810209a6cb Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年04月08日 (2017年4月08日) Changed paths: M Lib/test/test_exceptions.py M Misc/NEWS M Objects/exceptions.c Log Message: ----------- bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) attributes.