]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38730: Remove usage of stpncpy as it's not supported on MSVC 2008. (GH-17081)
authorBenjamin Peterson <benjamin@python.org>
Thu, 7 Nov 2019 15:27:03 +0000 (07:27 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2019 15:27:03 +0000 (07:27 -0800)
commit9f94e52e8d38092520a3bfb1bf1ef9cbb0836584
treed951ff7c6f23a2dda60b047ae4069a97b6004bb4
parentf32bcf8c27f3681407707bbb029323eb340d3c4b
bpo-38730: Remove usage of stpncpy as it's not supported on MSVC 2008. (GH-17081)
Objects/structseq.c