tonybaloney / Pyjion

Pyjion - A JIT for Python based upon CoreCLR
https://www.trypyjion.com
MIT License
1.43k stars 59 forks source link

Fix return type of callable #499

Closed tekknolagi closed 1 year ago

tekknolagi commented 1 year ago

It returns a bool, not a function.

tonybaloney commented 1 year ago

Well spotted, thanks!