This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kevans
Recipients christian.heimes, kevans, koobs, vstinner
Date 2020-06-18.14:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592491778.4.0.35451994743.issue41013@roundup.psfhosted.org>
In-reply-to
Content
Ah, now that I'm more awake, I see the problem- the write is unsuccessful because I haven't yet implemented grow-on-write. None of the consumers that I had found relied on it, instead choosing to ftruncate() it to the size they need before operating on it.

I think the best course of action might be to disable the test on FreeBSD for now (unless you're ok with tossing in a truncate to expand the file), because it might take me a little bit to get around to this one.
History
Date User Action Args
2020-06-18 14:49:38kevanssetrecipients: + kevans, vstinner, christian.heimes, koobs
2020-06-18 14:49:38kevanssetmessageid: <1592491778.4.0.35451994743.issue41013@roundup.psfhosted.org>
2020-06-18 14:49:38kevanslinkissue41013 messages
2020-06-18 14:49:37kevanscreate