fix hardcoded errno values
Bug #852543 reported by
Pino Toscano
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyRoom |
New
|
Undecided
|
Unassigned |
Bug Description
Currently pyroom compares 'errno' values with hardcoded numeric values, instead of using the constants of the 'errno' Python module.
This can lead to bugs due to E* values being potentially different per-OS, and even per-arch for the same OS.
The attached bzr patch fixes the issues.
To post a comment you must log in.