port to PDOS (especially mainframe)

Chris Angelico rosuav at gmail.com
Tue Mar 23 10:02:15 EDT 2021


On Tue, Mar 23, 2021 at 11:21 PM Paul Edwards <mutazilah at gmail.com> wrote:
>
> On Tuesday, March 23, 2021 at 10:19:46 PM UTC+11, Paul Edwards wrote:
> > My latest problem is this:
> >
> > Objects/exceptions.c: ADD_ERRNO(ConnectionRefusedError, ECONNREFUSED);
>
> Sorry, I forgot to include the actual error:
>
> ../Objects/exceptions.c:2538: `ECONNREFUSED' undeclared (first use in this function)
>

Ah, this sounds like an issue with your lower-level networking
support. Does PDOS have BSD sockets? Does it have WinSock? Something
else? Nothing at all?

ChrisA


More information about the Python-list mailing list