]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
authorXuehai Pan <XuehaiPan@pku.edu.cn>
Wed, 4 Oct 2023 16:47:41 +0000 (00:47 +0800)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 16:47:41 +0000 (19:47 +0300)
commit3bbe3b7c822091caac90c00ee937848bc4de80eb
treef1978f0b37025a3cfce65091adba57616da4dac4
parent9561648f4a5d8486b67ee4bbe24a239b2a93212c
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
Lib/test/test_structseq.py
Misc/NEWS.d/next/Library/2023-10-02-15-07-28.gh-issue-110222.zl_oHh.rst [new file with mode: 0644]
Objects/structseq.c