Skip to content

gi_source_scanner_parse_file: use a filename instead of a FILE struct

This allows us to get rid of the msvc hacks which are needed in case Python is built with a different msvc than g-i. By passing a filename the FILE struct never passes over library boundaries.

Merge request reports