microsoft/Pyjion

Eliminate PyJITFreeFunction

brettcannon opened this issue · 1 comments

Should simply return a subclass of PyJittedCode that does its own cleanup properly.

Solving #166 might mitigate the need to have this be a separate issue, so it is probably more prudent to try and solve #166 first and then only worry about this issue if #166 fails.