[Python-Dev] Bus error in Python 3.6.0beta

Chris Angelico rosuav at gmail.com
Tue Nov 22 14:25:56 EST 2016


On Wed, Nov 23, 2016 at 6:20 AM, Victor Stinner
<victor.stinner at gmail.com> wrote:
> It's not bug but a feature :-) Python doesn't protect yourself against
> mistakes :-)

AIUI the normal way to protect yourself is to unlink (remove) the file
and create it from scratch, rather than truncate it.

ChrisA


More information about the Python-Dev mailing list