摘要: Pool 使用pool正确方法: 从pool取connection,使用完close(), 底层CMySQLConnection会return到deque, 此时从pool中得到的PooledMySQLConnection底层_cnx变为None 阅读全文
posted @ 2023-04-28 14:27 ascertain 阅读(8) 评论(0) 推荐(0) 编辑