﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20964	OS X 'brew' version of PIL causes crash with django.utils.image	Preston Holmes	nobody	"This is specific to the 'brew' packaged version of PIL, and does not manifest if PIL is installed from src.

It does not happen if pillow is installed alongside the brew version of PIL

When only the brew version of PIL is installed, there is some form of namespace collision regarding PIL's multiple import paths, that causes a hard crash with an error of:

{{{AccessInit: hash collision: 3 for both 1 and 1}}}

This happens on any import level execution of the image util module such as:

{{{from django.utils import image}}}

ref #20963 which is another 'brew' related issue"	Bug	closed	Utilities	1.6-beta-1	Normal	invalid			Accepted	0	0	0	0	0	0
