AttributeError: 'module' object has no attribute 'lock'

_lock_sqlite3=threading.lock()
一直,AttributeError: 'module' object has no attribute 'lock'

原来:
_lock_sqlite3=threading.Lock()
请使用浏览器的分享功能分享到微信等