[issue21934] OpenBSD has no /dev/full device

2014-07-11 Thread Daniel Dickman

Daniel Dickman added the comment:

We will merge any fix decided by the python team when it's committed. In the 
meantime may commit our fix on OpenBSD to solve the problem in the short term 
as it seems no one has time to go further right now.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21934
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21934] OpenBSD has no /dev/full device

2014-07-07 Thread Daniel Dickman

New submission from Daniel Dickman:

There is no /dev/full device on OpenBSD. If you run the 2.7 regress tests as 
root on OpenBSD, a /dev/full regular file will be created and the 
test_write_full test will fail. (because the subsequent write will succeed in 
writing to the /dev/full regular file).

To fix, change the test to check that /dev/full exists and is a character 
device.

Patch attached.

--
components: Tests
messages: 222467
nosy: Daniel.Dickman
priority: normal
severity: normal
status: open
title: OpenBSD has no /dev/full device
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21934
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21934] OpenBSD has no /dev/full device

2014-07-07 Thread Daniel Dickman

Changes by Daniel Dickman didick...@gmail.com:


--
keywords: +patch
Added file: http://bugs.python.org/file35885/python.dev.full.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21934
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com