]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 25 Sep 2022 13:32:48 +0000 (19:02 +0530)
committerGitHub <noreply@github.com>
Sun, 25 Sep 2022 13:32:48 +0000 (14:32 +0100)
commitc8c0afc7137ab9f22bf59d591084948ca967c97c
tree60cfb58ebb2efefdc00cd339a4f9b545e35bccea
parentf5f047aa628caeca680745c55e24519f06aa6724
GH-78724: Initialize struct.Struct in __new__  (GH-94532)

Closes https://github.com/python/cpython/issues/75960
Closes https://github.com/python/cpython/issues/78724
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2022-07-03-16-26-35.gh-issue-78724.XNiJzf.rst [new file with mode: 0644]
Modules/_struct.c
Modules/clinic/_struct.c.h