Date: Mon, 20 Apr 2020 19:45:23 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 245773] lang/python3: Missing errno.EDEADLOCK Message-ID: <bug-245773-21822-4LVt3N77gb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245773-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-245773-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python mailing list <python@FreeBSD.org> for maintainer-feedback: Bug 245773: lang/python3: Missing errno.EDEADLOCK https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245773 --- Description --- In the Python module errno the constant errno.EDEADLOCK is missing. Accordi= ng to the Python documentation EDEADLOCK is part of the module. The problem occurs when a process on a remote host runnning an OS as Linux returns EDEADLOCK. (I know EDEADLOCK is not Posix compatible and the Linux documentations says and it's synonym for EDEADLK, but Python allows to use = it.) I think a mapping from EDEADLOCK to EDEADLK would be sufficent to solve the problem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245773-21822-4LVt3N77gb>