Bugzilla Automation <[email protected]> has asked freebsd-python mailing list <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
