-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frozenset bug. #12
Comments
Weird. I can't recreate that on any of the supported Pythons (2.7, 3.3, PyPy). What's in the set? |
Disregard that, I'm an idiot. The issue is that sets can't be compared to non-set things. Testing for this also uncovered a related issue: python 3 gets fussy when trying to sort heterogeneous sets. Fix incoming! |
Okay! I've put https://github.com/wolever/safesort out there for comments, and I'll use it for sorting here too once I've got some confirmation that it's not a totally insane thing to do. |
ok, nice. :) |
On 2014-09-10, at 1:56 PM, Jonathan Slenders notifications@github.com wrote:
|
No real concern, it could be a valid use case. Only it feels like going back in time and have code preprocessors and macros like in C. :) |
On 2014-09-10, at 3:23 PM, Jonathan Slenders notifications@github.com wrote:
Python is wonderful for many things, but it does fall a bit short in preprocessing department :(= |
fails with
(I didn't had time to look further into this issue.)
The text was updated successfully, but these errors were encountered: