Update SWIG typemaps to use `PythonFile`.
Using the Python native C API is non-portable across Python versions, so this patch changes them to use the `PythonFile` class which hides the version specific differences behind a single interface. llvm-svn: 250525
Loading
Please sign in to comment