Skip to content

- Detect a Python version change and clear the cache (#857)

BZ: 2071566
Tested by: QA

commit 78e89b03ecb29e7df3181b1219a0b5f44b9d7532
Author: Robert Schweikert <rjschwei@suse.com>
Date:   Thu Jul 1 12:35:40 2021 -0400

    - Detect a Python version change and clear the cache (#857)

    summary: Clear cache when a Python version change is detected

    When a distribution gets updated it is possible that the Python version
    changes. Python makes no guarantee that pickle is consistent across
    versions as such we need to purge the cache and start over.

    Co-authored-by: James Falcon <therealfalcon@gmail.com>

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Edited by Emanuele Giuseppe Esposito

Merge request reports