conda-forge / pillow-feedstock

A conda-smithy repository for pillow.
BSD 3-Clause "New" or "Revised" License
2 stars 29 forks source link

Subtle pillow py3k things broken #2

Closed pelson closed 8 years ago

pelson commented 8 years ago

@meawoppl made a comment:

There are some more subtle things broken in pillow + py3, the extended codecs are particularly hankey. Buyer Beware lol.

Is this a known problem with pillow @meawoppl? If so, I think we can close this issue. If it is a problem with the way we've built pillow, I'd love to add a test and fix it.

Thanks!

pelson commented 8 years ago

Closing due to inactivity. If there is something we can fix though - I'm up for fixing it!

meawoppl commented 8 years ago

I would say unclear at least part of it is that the extended codecs load order is undefined due to dict and hashseed random changes in py3.

On Aug 23, 2016 1:51 AM, "Phil Elson" notifications@github.com wrote:

Closed #2 https://github.com/conda-forge/pillow-feedstock/issues/2.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/conda-forge/pillow-feedstock/issues/2#event-764159031, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjYxiKoMhjVLtNL8XEaEoctzl3Snw_Iks5qirSsgaJpZM4ILc-2 .

jakirkham commented 8 years ago

Can they just use an OrderedDict? Seems like that would fix the order in a predictable way.