[issue19050] [Windows] fflush called on pointer to potentially closed file

2021-03-01 Thread Eryk Sun
Change by Eryk Sun : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue19050] [Windows] fflush called on pointer to potentially closed file

2018-08-17 Thread Tal Einat
Tal Einat added the comment: I agree this should probably be ignored for security-only branches. However, AFAIK 2.7 is still in bugfix status, not security-only. If there's interest, I'm happy to build with AMK's fix on 2.7 on Windows to see if it works, and if so provide a PR. --

[issue19050] [Windows] fflush called on pointer to potentially closed file

2018-08-14 Thread ppperry
Change by ppperry : -- title: [Python 2, Windows] fflush called on pointer to potentially closed file -> [Windows] fflush called on pointer to potentially closed file ___ Python tracker _