[New-bugs-announce] [issue34143] There is a constant definition error in errno.py

lktoken report at bugs.python.org
Wed Jul 18 03:26:34 EDT 2018


New submission from lktoken <zhwbchina at gmail.com>:

In errno.py, the constant EDEADLK has a defined value of 11, and the constant EAGAIN has a defined value of 35, which is exactly the opposite of the linux constant definition. See: https://www.thegeekstuff.com/2010/10/linux -error-codes/.

----------
components: Library (Lib), macOS
files: pythonbug.png
messages: 321863
nosy: lktoken, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: There is a constant definition error in errno.py
type: behavior
versions: Python 2.7
Added file: https://bugs.python.org/file47703/pythonbug.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34143>
_______________________________________


More information about the New-bugs-announce mailing list