Timeline for answer to Why doesn't Python hash function give the same values when run on Android implementation? by andrew cooke
Current License: CC BY-SA 3.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 27, 2016 at 18:54 | comment | added | Jan | @andrewcooke wow hash(-1)=-2 really irritated me. In case someone is wondering, the question regarding it is here: stackoverflow.com/questions/10130454/… | |
| Jun 19, 2013 at 15:41 | history | edited | andrew cooke | CC BY-SA 3.0 |
added 199 characters in body
|
| Jun 19, 2013 at 14:43 | history | edited | andrew cooke | CC BY-SA 3.0 |
added 50 characters in body
|
| Jun 19, 2013 at 14:21 | comment | added | Balakrishnan |
In android >>> id(int) / hash(int) gives -2L and >>> id(int) % hash(int) gives -2144680448L
|
|
| Jun 19, 2013 at 14:16 | vote | accept | Balakrishnan | ||
| Jun 19, 2013 at 14:16 | comment | added | Balakrishnan | Yes I accept with you but how hash will work for non-internal objects. | |
| Jun 19, 2013 at 13:43 | history | answered | andrew cooke | CC BY-SA 3.0 |