[issue40476] Write file failed on OS X 10.15.4

2020-05-02 Thread
New submission from 韩振宇 <0oshowe...@gmail.com>: When I write a long file using write() function, the resulting file is truncated into some specific level when the file is newly establised. However, when the file is existing, the full length can be achieved. Here is the example code: f

[issue40476] Write file failed on OS X 10.15.4

2020-05-02 Thread
Change by 韩振宇 <0oshowe...@gmail.com>: -- components: +macOS nosy: +ned.deily, ronaldoussoren type: -> behavior ___ Python tracker <https://bugs.python.or

[issue40476] Write file failed on OS X 10.15.4

2020-05-02 Thread
Change by 韩振宇 <0oshowe...@gmail.com>: -- resolution: -> not a bug ___ Python tracker <https://bugs.python.org/issue40476> ___ ___ Python-bugs-li

[issue40476] Write file failed on OS X 10.15.4

2020-05-02 Thread
韩振宇 <0oshowe...@gmail.com> added the comment: After f.close() it apperas. That's my fault. Thank you. -- ___ Python tracker <https://bugs.python.

[issue40476] Write file failed on OS X 10.15.4

2020-05-02 Thread
Change by 韩振宇 <0oshowe...@gmail.com>: -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40476> ___ __