summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/dict-intern.py
Commit message (Collapse)AuthorAge
* py: Fix bug in map lookup of interned string vs non-interned.Damien George2014-04-28
Had choice of either interning or forcing full equality comparison, and chose latter. See comments in mp_map_lookup. Addresses issue #523.