Dimitri John Ledkov
Dimitri John Ledkov
Well .maximum_version is only at the moment available in python3's not 2.... I guess I should backport that now.
Trolling the cpython (both 2s and 3s) code, I see that it always sets `SSL_MODE_AUTO_RETRY` and it doesn't expose any APIs to set/clear mode (ie. SSL_CTX_clear_mode and related APIs). That's...
@nealef I dislike 's390' usage above, as that stands for the 31-bit platform nobody uses anymore. And the cpu flags mentioned are all 64-bit, meaning it should be 's390x' throughout....
sure, but GNU architecture type s390 is for 31bit only, and s390x is for 64bit only. And what matters here is the toolchain architecture types, not the kernel arches. And...
I'll use your patch as a start, and will start working on a version that would match current conventions for the s390x ports in all the major linux distributions.
Also, i think you have a duplicated value in: `'z196', 'zEC12', 'z13', 'z13', 'z14'],` but otherwise it looks great and covers all of currently in use mainframe generations.
well... @Naveenaidu we still need ppc64le and arm64, no?
@mwhudson I agree with all the comments from frank above, but also do not have time to rebase this branch, who is going to work on implementing this?
> @xnox What do you think about introducing a new field for matching against the SMBIOS? Is that something that's reasonable / feasible for us to do? I would need...