Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for PyThreadState (0.024 sec.)
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 11924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 Python インタプリタはスレッドごとに必要な情報を PyThreadState と呼ばれるデータ構造の中に保存します。そしてグロー ... バル変数として現在の PyThreadState を指すポインタを1つ持ちます。このグローバル変数は ... 、上記のブロックは以下のようなコードに展開されます: PyThreadState * _save ; _save = PyEval_SaveThread (); ... Do som ... いるかに関わらずすべてのスレッドで共有されています。 PyThreadState ¶ 単一のスレッドの状態を表現する表現するデータ構造 ...
https://man.plustar.jp/python/c-api/init.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 7980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 渡り歩かせます。 PyInterpreterState_ThreadHead() と PyThreadState_Next() は与えられたインタプリタについてのスレッド状 ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... SUFFIX マクロで置き換えられました) ( bpo-16754 )。 PyThreadState.tick_counter フィールドは削除されました。これは Py ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV 1 NEXT