Skip to content
Snippets Groups Projects
  • robinwilliam.hundt's avatar
    ddb373b6
    Fixed bug in anonymisation function · ddb373b6
    robinwilliam.hundt authored
    The function `do_anonymous` in `hektor.py` was dependant upon the iteration order of a dictionary being the same as the insertion order. This is an implementation detail of CPython3.6 and should not be relied upon.
    ddb373b6
    History
    Fixed bug in anonymisation function
    robinwilliam.hundt authored
    The function `do_anonymous` in `hektor.py` was dependant upon the iteration order of a dictionary being the same as the insertion order. This is an implementation detail of CPython3.6 and should not be relied upon.
hektor.py 12.15 KiB