]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35346: Cleanup platform.architecture() (GH-11130)
authorVictor Stinner <vstinner@redhat.com>
Fri, 14 Dec 2018 12:14:10 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Dec 2018 12:14:10 +0000 (13:14 +0100)
commit4aa917c5feaec07a6f6db87b34185ab6180e20ee
tree85b940e6197a21e4c007181534cf02e26b2c1d10
parent3a8f4fef4a4dd0e4a800545468eef9542e126181
bpo-35346: Cleanup platform.architecture() (GH-11130)

struct.calcsize('P') now always works.
Lib/platform.py