New submission from lktoken <zhwbch...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34143>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to