https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245773
Bug ID: 245773 Summary: lang/python3: Missing errno.EDEADLOCK Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: pyt...@freebsd.org Reporter: stefan.wit...@zvw.uni-goettingen.de Assignee: pyt...@freebsd.org Flags: maintainer-feedback?(pyt...@freebsd.org) 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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"