]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
authorJozef Grajciar <jozef.grajciar@gmail.com>
Mon, 1 Mar 2021 11:18:33 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 11:18:33 +0000 (11:18 +0000)
commitc994ffe69553cbb34f1cea6a4494d6e7657f41b0
tree66506909999bd0a809879b9f6e940195216c7564
parent0242494a156970186cbc4121ccf03aefbddea716
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
Include/pyport.h
Objects/structseq.c
PC/pyconfig.h
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py