Enable tracemalloc to get the object allocation traceback及ResourceWarning: unclosed file

ResourceWarning: unclosed file

ResourceWarning: unclosed file <_io.BufferedReader name=‘F:/acctrure/acctrure_svn/data/productionorder/tst_upload002.XML’>
解决:
上面的报错主要是操作文件后没有关闭文件导致,使用with open操作文件或者filename.close关闭(filename你的文件名)

Enable tracemalloc to get the object allocation traceback

ResourceWarning: Enable tracemalloc to get the object allocation traceback
上面的意思是:调用异步函数,没有关键字await
参考:为何你还不懂得如何使用Python协程

你可能感兴趣的:(python自动化测试,unclosed,file,trancemalloc,enable)