teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

Issue追加

2018/11/01 08:39

投稿

YouheiSakurai
YouheiSakurai

スコア6151

answer CHANGED
@@ -3,4 +3,8 @@
3
3
  - Python 2.7.15: `cPickle.PicklingError: Can't pickle <type 'instancemethod'>: attribute lookup __builtin__.instancemethod failed`
4
4
  - Python 3.2.6: `_pickle.PicklingError: Can't pickle <class 'method'>: attribute lookup builtins.method failed`
5
5
  - Python 3.3.7: 問題なし
6
- - Python 3.4.8: 問題なし
6
+ - Python 3.4.8: 問題なし
7
+
8
+ # 追記
9
+
10
+ ちゃんと読んでないけど[コレ](https://bugs.python.org/issue9276)のおかげでエラーが出なくなった??かも。