[issue37844] PyRun_SimpleFile should provide a version that does not need a FILE*

2021-09-11 Thread Irit Katriel
Change by Irit Katriel : -- type: crash -> enhancement versions: -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue37844] PyRun_SimpleFile should provide a version that does not need a FILE*

2019-08-13 Thread Christian Biesinger
New submission from Christian Biesinger : Because FILE* requires that the runtime library matches between Python and a program using it, it is very hard to use this correctly on Windows. It would be nice if Python provided either: - A function to open a FILE* given a filename, suitable for pa