maintainer-feedback requested: [Bug 245773] lang/python3: Missing errno.EDEADLOCK

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 20 19:45:23 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-python mailing
list <python at FreeBSD.org> for maintainer-feedback:
Bug 245773: lang/python3: Missing errno.EDEADLOCK
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245773



--- Description ---
In the Python module errno the constant errno.EDEADLOCK is missing. According
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.


More information about the freebsd-python mailing list