Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 139 for ロック (0.156 sec.)
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 5241
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 。 ただし、 Py_buffer 構造体に格納されたバッファーはロックされて、呼び出し側はそのバッファーを Py_BEGIN_ALLOW_ ... THREADS ブロック内でも、 mutable なデータが破棄されたりリサイズされた ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 5241
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。 with 文とともに使うと、 IMAP4 LOGOUT コマンドがブロックの終了時に自動的に呼び出されます。 (Contributed by T ... ドは非ブロッキングソケット使用時にオペレーションがブロックされると、 ssl.SSLWantReadError か ssl.SSLWantWriteE ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 5217
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 化される必要がある I/O が下にないので、このメソッドはロックに対して None を返します。 NullHandler の使い方の詳し ... 除したりできないからです - logging はファイルを排他的ロックを掛けて開きます - そのためこうしたハンドラは必要ない ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
17. 並行実行 — Python 3.6.5 ドキュメント 5205
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クト 17.1.9. バリアオブジェクト 17.1.10. with 文でのロック・条件変数・セマフォの使い方 17.2. multiprocessing - ...
https://man.plustar.jp/python/library/concurrency.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 能オブジェクトが、別の Future の結果を待つ時にデッドロックすることがあります。例: import time def wait_on_b () ... ェクトから Executor や Future メソッドを呼ぶとデッドロックに陥ります。 class concurrent.futures. ProcessPoolEx ... でしたが、 executor や futures がフリーズしたりデッドロックを起こすことがしばしばでした。 17.4.3.1. ProcessPool ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 5169
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... スレッド状態 (thread state) とグローバルインタプリタロック (global interpreter lock) サブインタプリタサポート ...
https://man.plustar.jp/python/c-api/index.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 5169
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... profile や pstats モジュールではより大きなコードブロックにおいて律速となる部分を判定するためのツールを提供し ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 5146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... _PY3K #endif 存在しなくなった関数については、条件ブロックの中で同等品にエイリアスすれば良いでしょう。 オブジェ ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 5146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 続行です。 MisplacedEnvelopeHeaderDefect -- ヘッダブロックの途中に "Unix From" ヘッダがあります。 MissingHeade ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 5146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 timeout <= 0 の場合、この関数の呼び出しはブロックせず、 現在準備できているファイルオブジェクトを報告し ... しているファイルオブジェクトの一つが準備できるまでブロックします。 この関数は (key, events) タプルのリストを返 ...
https://man.plustar.jp/python/library/selectors.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT