Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 33 for LOCK (0.053 sec.)
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 7315
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... マルチスレッドプログラムから実行する場合は、 import lock によりシリアライズして実行するか、別プロセスに委譲 ...
https://man.plustar.jp/python/library/runpy.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7315
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... は削除されました。 thread モジュールの整理: acquire_lock() ならびに release_lock() は廃止されました。代わり ... 除されました。 新たな C API PyImport_ImportModuleNoBlock() 、 PyImport_ImportModule() のように動きますが、イ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7235
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... ive shell when entering code for an indented code block or within a pair of matching left and right delimi ... EP 443 を参照してください。 GIL global interpreter lock を参照してください。 global interpreter lock (グロ ...
https://man.plustar.jp/python/glossary.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 7235
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールを利用します。このため Global Interpreter Lock を回避することができますが、pickle 化できるオブジェ ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7235
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で変更: Windows サポートを追加しました。 os. get_blocking ( fd ) ¶ 記述子のブロッキングモードを取得します ... 。 O_NONBLOCK フラグが設定されている場合は False で、フラグがクリ ... アされている場合は True です。 set_blocking() および socket.socket.setblocking() も参照して ... を返します。そうでない場合は False を返します。 os. lockf ( fd , cmd , len ) ¶ オープンされたファイル記述子 ...
https://man.plustar.jp/python/library/os.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7171
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... at destructor could release the Global interpreter Lock and let arbitrary code run in other threads that a ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7171
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 舞います。 バージョン 3.1 で追加. sys. getallocatedblocks ( ) ¶ Return the number of memory blocks currentl ... reasonably compute this information, getallocatedblocks() is allowed to return 0 instead. バージョン 3.4 ... 。 'call' A function is called (or some other code block entered). The profile function is called; arg is N ... one . 'return' A function (or other code block) is about to return. The profile function is calle ...
https://man.plustar.jp/python/library/sys.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7091
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ローバルインタプリタロック (GIL: Global Interpreter Lock) を獲得するので、これは問題ではありません。しかしな ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7091
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... のプロセスからファイルへのアクセスを直列化するために Lock クラスを使って独自のハンドラを書くことができます。 ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 7091
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 関数でも呼び出す前に Python GIL ( global interpreter lock ) は解放され、後でまた獲得されます。 class ctypes. ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
PREV 1 2 3 4 NEXT