]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jan 2026 12:45:07 +0000 (13:45 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 12:45:07 +0000 (14:45 +0200)
commit8f85adc151e765956315ffb082e34ecfd0529383
tree170b3ebebac63d45cbe4c3b21aa65d8bf12275e2
parent46594d4fbcbfca5fbf26ad9ec6dac2fd78795887
[3.14] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) (GH-143695)

(cherry picked from commit 515ae4078dffa0b74e5e5431462c2f4fe4563ffa)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
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