[19:42:12] <aclark> wiredfool: any idea about: https://github.com/python-imaging/Pillow/issues/118 ?
[19:43:34] <wiredfool> I saw that, and it seems like it happens when the python interpreter is trying to read from the Pillow/PIL directory when it should be reading from the installed version
[19:43:52] <wiredfool> and the compiled versions aren't in there or aren't correct for the python version
[19:44:46] <wiredfool> either that or a PyString_asfoo snuck by your defenses and borked the compile
[19:46:09] <wiredfool> I'm making progress on the weird lena issue. There's a spurious seek, now I just have to find it.
[20:13:38] <aclark> wiredfool: Hmmm, PyString is bad now?
[22:46:23] <wiredfool> also, I think the test_file_jpeg.test_truncated_jpeg can be dropped without issue
[22:46:25] <aclark> Yeah, I mean I suspect this will have to go out as-is and we'll wait to see if it shows up in the wild and/or for someone to figure out a fix. Not sure what else to do.
[23:22:26] <wiredfool> I'm sorely tempted to do a strncpy there
[23:25:52] <wiredfool> ok, pretty sure that the char[4] in ImDib.h is ok, since the pnly place where it's assigned, it's forced to be either 1, L or RGB