]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Apr 2025 14:49:31 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 14:49:31 +0000 (16:49 +0200)
commit2c05ebd1634259fafba8400e79c51419698a18d0
tree3868d91194c826893cea61c283a10cfbc266b824
parent093c587388d0e4b87b9511232f47c9f4eaa22da9
[3.13] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132077)

gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909)
(cherry picked from commit 16a6270aa61c86c430a308c0f766a69a88c9a3a5)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Lib/test/test_gettext.py