Mat Leonard added the comment:
Ah great, then I just need to do something
like unicodedata.normalize('NFKC', 'Ω'). Thanks!
On Sun, May 20, 2018 at 2:59 PM Eric V. Smith
wrote:
>
> Eric V. Smith added the comment:
>
> I think you're seeing identifier norm
New submission from Mat Leonard :
Unicode symbols used as function arguments aren't preserved in the variable
names available from .__code__.co_varnames. Example shown below.
def func(ϵ, α, γ, ϕ):
pass
varnames = func.__code__.co_varnames
print(varnames)
print('ϵ' == varnam