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 user30111
Recipients user30111
Date 2018-12-14.22:22:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544826144.81.0.788709270274.issue35504@psf.upfronthosting.co.za>
In-reply-to
Content
`del OSError().characters_written` raises `SystemError`:
"null argument to internal routine"

I don't know why anyone should try this in productive code, but since the documentation says, that every `SystemError` should be reported, I'm doing that. My suggestion would be to make that attribute behave like the other ones of `OSError`, e.g. defaulting to `None` and returning to that value on deletion.
History
Date User Action Args
2018-12-14 22:22:24user30111setrecipients: + user30111
2018-12-14 22:22:24user30111setmessageid: <1544826144.81.0.788709270274.issue35504@psf.upfronthosting.co.za>
2018-12-14 22:22:24user30111linkissue35504 messages
2018-12-14 22:22:24user30111create