]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()...
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 12 Jan 2026 12:45:52 +0000 (15:45 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 12:45:52 +0000 (14:45 +0200)
commit8fd4435cd9860bd4c2e22acced7a721a2ad9d99f
tree475e24a37be5a7e2d909552e36a0b4384e9336b9
parent1822f59dc783bc11ed478b78d822537a0425cf74
[3.13] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) (GH-143714)

(cherry picked from commit 515ae4078dffa0b74e5e5431462c2f4fe4563ffa)
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