Thomas Sader

Results 47 comments of Thomas Sader

The version check is pointless because it's not runtime. Runtime version check seems to be unsupported until much later Python versions unless you can find a workaround? Otherwise just remove...

I confused Py_GetVersion with Py_Version (constant) which has only been added to 3.11, looks good to me

Very nice addition! info commands is all C implemented functions and you filter them by excluding the ones with ":" in their name to hide the implicit bind functions `*raw:gotjoin`...

no, you are right, list is fine then, but it should still be [info commands] and [info procs] but without the ones starting with `*`

Those should stay in - a lot of scripts have their commands this way too and it's not "internal" commands

needs to include stdint.h then?

I have reverted to strerror for now, this needs a larger discussion. According to man strerror_r glibc recommends 1024 bytes (because that's what they internally allocate). Furthermode, there's strerror_r from...

I like the new approach, very reasonable

Just for the record, the old [isupport draft](https://datatracker.ietf.org/doc/html/draft-hardy-irc-isupport-00) would be rejecting this.