APrioriInvestments / typed_python

An llvm-based framework for generating and calling into high-performance native code from Python.
Apache License 2.0
197 stars 8 forks source link

Remove name arg from installInflightFunctions as it's never used #401

Closed wllgrnt closed 1 year ago

wllgrnt commented 1 year ago

Motivation and Context

We pass a 'name' argument into _installInflightFunctions, which is misleading as every name associated with self._inflight_function_conversions is processed by this function.