]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209)
authorAndy Lester <andy@petdance.com>
Mon, 30 Mar 2020 20:19:14 +0000 (15:19 -0500)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 20:19:14 +0000 (13:19 -0700)
commitfc2d8d62af25be90f5fd490df141a775d9619b23
tree92312b9509d2297affa0b6bedecff0451048555e
parent0c5ad5499798aed4cd305d324051986ed4c48c8c
bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209)
Python/import.c