Changes between Initial Version and Version 4 of Ticket #31418
- Timestamp:
- Apr 2, 2020, 10:44:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31418
- Property Resolution → invalid
- Property Status new → closed
- Property Summary ValueError when FileBasedCache is used in Python 2.7 → ValueError when FileBasedCache is used in Python 3.7
-
Ticket #31418 – Description
initial v4 1 Using FileBasedCache in Django 2.2.12 with Python 2.7.3 is giving ValueError: unsupported pickle protocol: 51 Using FileBasedCache in Django 2.2.12 with Python 3.7.3 is giving ValueError: unsupported pickle protocol: 5 2 2 3 3 Checking the highest protocol version for pickle using `pickle.HIGHEST_PROTOCOL` is giving 4, so the protocol 5 is not available.