]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (GH-12394...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Sep 2024 01:21:57 +0000 (03:21 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:21:57 +0000 (18:21 -0700)
commit793cb77f55ac157cf3f32da863f39c408b29d78c
treec105edbf0e091911de2a7524598229f00635e2dd
parent40b27d0455872d1be6d17d47f27db17d51ef68da
[3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (GH-123943) (#123955)

gh-123942: add missing test for docstring-handling code in ast_opt.c (GH-123943)
(cherry picked from commit 6e23c89fcdd02b08fa6e9fa70d6e90763ddfc327)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_compile.py