Python的MongoDB驅動,Motor 0.2.1 發布
Motor的 0.2.1 版本發布,Python 和 Tornado 的異步 MongoDB 驅動器。它修復了兩個bugs:
- MOTOR-32: The documentation claimed that
MotorCursor.close
immediately halted execution ofMotorCursor.each
, but it didn't.MotorCursor.each()
is now halted correctly. - MOTOR-33: An incompletely iterated cursor's
__del__
method sometimes got stuck and cost 100% CPU forever, even though the application was still responsive.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!