]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:36 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 14:49:36 +0000 (16:49 +0200)
commit232e1059ed14678878a1f3a300ae5b33486889c3
treeed9bd95e6be200d6c32139121933c25064dedd98
parent65a01034e6f3e64be59cd8da9f53c54dd447bc08
[3.12] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132078)

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