]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39689: Do not use native packing for format "?" with standard size (GH-18969)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Mar 2020 12:26:05 +0000 (05:26 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 12:26:05 +0000 (05:26 -0700)
commit572ef747692055a270a9fbf8eeaf5c4a15c8e332
tree6d230f98dd589684891301dd58b627135e4f3e0b
parent6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed
bpo-39689: Do not use native packing for format "?" with standard size (GH-18969)

(cherry picked from commit 472fc843ca816d65c12f9508ac762ca492165c45)

Co-authored-by: Stefan Krah <skrah@bytereef.org>
Modules/_struct.c