回答編集履歴
1
Issue追加
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)のおかげでエラーが出なくなった??かも。
|