SRI-CSL / whole-program-llvm

A toolkit for building whole-program LLVM bitcode files
MIT License
72 stars 11 forks source link

store feature #21

Closed ianamason closed 7 years ago

ianamason commented 7 years ago

does not work for python 3.3 3.4 or 3.5 but only for 2.7

maybe the copy file library? I will write a simple test tomorrow so we can figure out why @loicgelle

loicgelle commented 7 years ago

@ianamason I can see that you are investigating. Any leads?

ianamason commented 7 years ago

@loicgelle

yes: unicode-objects must be encoded before hashing hashlib

thus I inserted a .encode()