mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
python3: fix weakref spewing exceptions during interp finalization
When py3 applications are exiting we often see errors similar to the following: Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7fcb56b09400> Traceback (most recent call last): File "/usr/lib64/python3.5/weakref.py", line 117, in remove TypeError: 'NoneType' object is not callable After a quick search this was found to be a well reported issue upstream and had an appropriate fix which is backported here. (From OE-Core rev: 8aaf09a916a2f66f1a6a79cbddf45390ecefde4f) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e25a095e1
commit
17d181f059
@@ -37,6 +37,7 @@ SRC_URI += "\
|
||||
file://configure.ac-fix-LIBPL.patch \
|
||||
file://upstream-random-fixes.patch \
|
||||
file://0001-Issue-21272-Use-_sysconfigdata.py-to-initialize-dist.patch \
|
||||
file://Fix-29519-weakref-spewing-exceptions-during-interp-f.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "57d1f8bfbabf4f2500273fb0706e6f21"
|
||||
SRC_URI[sha256sum] = "eefe2ad6575855423ab630f5b51a8ef6e5556f774584c06beab4926f930ddbb0"
|
||||
|
||||
Reference in New Issue
Block a user