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 ronaldoussoren
Recipients ned.deily, ngie, ronaldoussoren
Date 2021-02-02.19:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612292546.37.0.370528578479.issue42971@roundup.psfhosted.org>
In-reply-to
Content
I was too quick, EQFULL appears to be missing:

#define EQFULL          106             /* Interface output queue is full */


If the script I'm using to check for this is correct this is the only missing errno with the macOS 11 SDK.
History
Date User Action Args
2021-02-02 19:02:26ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, ngie
2021-02-02 19:02:26ronaldoussorensetmessageid: <1612292546.37.0.370528578479.issue42971@roundup.psfhosted.org>
2021-02-02 19:02:26ronaldoussorenlinkissue42971 messages
2021-02-02 19:02:26ronaldoussorencreate