This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients mrjbq7, r.david.murray, serhiy.storchaka
Date 2016-02-29.13:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456751985.85.0.51607789821.issue18195@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/serhiy/py/cpython/Lib/copy.py", line 97, in copy
    rv = reductor(4)
TypeError: can't pickle module objects
History
Date User Action Args
2016-02-29 13:19:45serhiy.storchakasetrecipients: + serhiy.storchaka, mrjbq7, r.david.murray
2016-02-29 13:19:45serhiy.storchakasetmessageid: <1456751985.85.0.51607789821.issue18195@psf.upfronthosting.co.za>
2016-02-29 13:19:45serhiy.storchakalinkissue18195 messages
2016-02-29 13:19:45serhiy.storchakacreate