From 9abe5d1e551180aef6b78a54c61d56e209d76b1d Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 20 Jan 2020 01:27:56 +0100 Subject: [PATCH] Forgot to increase the pickle version --- parso/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parso/cache.py b/parso/cache.py index 30963bd..d81a46e 100644 --- a/parso/cache.py +++ b/parso/cache.py @@ -33,7 +33,7 @@ makes Jedi use ~500mb of memory. Since we might want a bit more than those few libraries, we just increase it a bit. """ -_PICKLE_VERSION = 32 +_PICKLE_VERSION = 33 """ Version number (integer) for file system cache.