Description I cache a @task result with the default CachePolicy () and call the task with a numpy array (or a PIL P -mode image) passed as a keyword argument. I expect each distinct array/image to be ...
Python Caches Small Integers ──────────────────────── # # Python pre-creates integer objects for -5 to 256. # Variables holding these values share the same object.