]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sun, 11 Jan 2026 15:52:01 +0000 (18:52 +0300)
committerGitHub <noreply@github.com>
Sun, 11 Jan 2026 15:52:01 +0000 (15:52 +0000)
commit515ae4078dffa0b74e5e5431462c2f4fe4563ffa
tree89010868fa18ceb2600e4d4e8670dc94fb0e4909
parentd1282efb2b847bf9274d78c5f15ea00499b2c894
gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643)
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2026-01-10-10-04-08.gh-issue-78724.xkXfxX.rst [new file with mode: 0644]
Modules/_struct.c