[Python-checkins] [python/cpython] b78539: bpo-29998: Pickling and copying ImportError now pr...

GitHub noreply at github.com
Sat Apr 8 02:55:09 EDT 2017


  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 (Sat, 08 Apr 2017)

  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.




More information about the Python-checkins mailing list