This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mahrens
Recipients mahrens
Date 2009-04-11.17:05:45
SpamBayes Score 0.0037467608
Marked as misclassified No
Message-id <1239469549.92.0.788554665966.issue5737@psf.upfronthosting.co.za>
In-reply-to
Content
The "errno" module does not contain some error names/numbers that are
used on Solaris.  Please add them.

from /usr/include/sys/errno.h:

#define ECANCELED 47    /* Operation canceled                   */
#define ENOTSUP 48      /* Operation not supported              */

/* Interprocess Robust Locks */
#define EOWNERDEAD      58      /* process died with the lock */
#define ENOTRECOVERABLE 59      /* lock is not recoverable */
#define ELOCKUNMAPPED   72      /* locked lock was unmapped */
#define ENOTACTIVE 73   /* Facility is not active               */
History
Date User Action Args
2009-04-11 17:05:50mahrenssetrecipients: + mahrens
2009-04-11 17:05:49mahrenssetmessageid: <1239469549.92.0.788554665966.issue5737@psf.upfronthosting.co.za>
2009-04-11 17:05:48mahrenslinkissue5737 messages
2009-04-11 17:05:46mahrenscreate