]> granicus.if.org Git - python/commit
bpo-29802: Fix reference counting in module-level struct functions (#1213)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 20 Apr 2017 18:19:31 +0000 (21:19 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2017 18:19:31 +0000 (21:19 +0300)
commit40db90c1ce1a59d5f5f2894bb0ce32110000bf27
tree0436658cf04e8ebd902a9bc1851b21ee7b98bf45
parent8f5cdfa9fc1bb6b4d9a33fc281987252f6398430
bpo-29802: Fix reference counting in module-level struct functions (#1213)

when pass arguments of wrong type.
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c
Objects/unicodeobject.c