Project

General

Profile

Actions

バグ #4392

closed

RingBufferのバッファフル時に待機する処理

Added by n-miyamoto over 6 years ago. Updated almost 6 years ago.

Status:
終了
Priority:
通常
Assignee:
Start date:
12/12/2017
Due date:
% Done:

100%

Estimated time:

Description

threading.Conditionのwait関数はPython 3.2以前と以降で動作が違う。

Python 3.2以降ではタイムアウトした場合にFalseを返し、それ以外ではTrueを返すが、Python 2.7等では常にNoneを返す。
このためPython 2系と3系で場合分けをする。

Actions

Also available in: Atom PDF