gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

Use a format that does not depends on locale #188

Open matthieuxyz opened 5 years ago

matthieuxyz commented 5 years ago

Using pycallgraph==1.0.1 with python 3.5.3 and locale ('fr_FR', 'UTF-8'), I got a tons of UTF-8 random errors that were somehow fixed by just changing the format from n to d.