Commit f60a5a9
committed
#267 workaround Python pickle bug
* this is a workaround for a Python pickle bug that shows up
indirectly in:
grantjenks/python-diskcache#32
* the workaround is use a subclass of diskcache.Disk that does not use
pickle.HIGHEST_PROTOCOL
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>1 parent 5578839 commit f60a5a9
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | | - | |
91 | | - | |
| 98 | + | |
| 99 | + | |
92 | 100 | | |
93 | 101 | | |
94 | 102 | | |
| |||
0 commit comments