Hide Forgot
Description of problem: An exception is raised during Broker.__del__, since it references a module object that has already been garbage collected. This is fixed upstream in https://github.com/rfk/pyenchant/pull/56 The exception is ignored since it happens during __del__, but it's still printing junk to the screen and is interfering during testing. Version-Release number of selected component (if applicable): python3-enchant-1.6.6-1
Created attachment 1122874 [details] Fix TypeError at shutdown Attached a patch to apply the upstream patch. Scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=12931792
Rawhide build done, should I backport it to F23 and F22? http://koji.fedoraproject.org/koji/taskinfo?taskID=12944674
Rawhide is all I care about, since that's what the Jenkins instance where these errors are showing up is using. Thanks for the build.
Ok, no problem. Closing now.