diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-06-12 21:35:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 21:35:07 (GMT) |
commit | ca3cc4b95d66f7527ebe0ba4cdb1907082d9bfc8 (patch) | |
tree | 21c3f9a6ed64e53321adcb994f4575b46b5c3b05 /Python/ceval.c | |
parent | f0fb782ddb7208a59cfc38ec4bcbd8d1a81f8a58 (diff) | |
download | cpython-ca3cc4b95d66f7527ebe0ba4cdb1907082d9bfc8.zip cpython-ca3cc4b95d66f7527ebe0ba4cdb1907082d9bfc8.tar.gz cpython-ca3cc4b95d66f7527ebe0ba4cdb1907082d9bfc8.tar.bz2 |
gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (#105686)
All fields must be explicitly initialised to prevent manipulation of
uninitialised fields in dealloc.
Align initialisation order with the layout of the object structs.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions