Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 36 for release (0.044 sec.)
イテレータプロトコル (iterator protocol) — Python 3.6.5 ドキュメント 7670
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... iterator )) { /* do something with item */ ... /* release reference when done */ Py_DECREF ( item ); } Py_DE ...
https://man.plustar.jp/python/c-api/iter.html - [similar]
3.6.5 Documentation 7670
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Python 3.6.5 ドキュメント ようこそ ... ュメント Python 3.7 (in development) Python 3.7 (pre-release) Python 3.5 (stable) Python 2.7 (stable) 古いバージ ...
https://man.plustar.jp/python/index.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 7670
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... lso install debug hooks When Python is compiled in release mode, the default is pymalloc . When compiled in d ... _debug are not available, the default is malloc in release mode and malloc_debug in debug mode. See the PyMem ... ariable can now also be used on Python compiled in release mode. It now has no effect if set to an empty stri ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
古いバッファプロトコル — Python 3.6.5 ドキュメント 7559
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 呼び出し、バッファビューを解放するときには PyBuffer_Release() を呼び出します。 int PyObject_AsCharBuffer ( PyO ...
https://man.plustar.jp/python/c-api/objbuffer.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 7448
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... sed to install debug hooks on a Python compiled in release mode. バージョン 3.6 で変更: This function now als ... o works on Python compiled in release mode. On error, the debug hooks now use tracemallo ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 7338
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... et from the Distutils' own setup.cfg : [bdist_rpm] release = 1 packager = Greg Ward <gward@python.net> doc_fi ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 7338
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... et the source . You can download either the latest release's source or just grab a fresh clone . (If you want ...
https://man.plustar.jp/python/using/unix.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7338
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... new dict implementation in the language for a few releases before changing the language spec to mandate orde ... ry debuggers like Valgrind on a Python compiled in release mode. On error, the debug hooks on Python memory a ... tcl/tk 8.5 or 8.6. We recommend running the latest release of either. 'Modernizing' includes renaming and con ... SyntaxError , that will not be for several Python releases. (Contributed by Emanuel Barry in bpo-27364 .) Wh ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... (もしくは処理せずに中断した場合) には 必ず PyBuffer_Release() を呼ばなければなりません。 特に言及されていない場 ... トします。それらは、オブジェクトの PyBufferProcs.bf_releasebuffer フィールドが NULL であることをチェックして動 ... れず、呼び出し元はバッファを使い終わったら PyBuffer_Release() を呼び出さなければなりません。 es ( str ) [const ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... access the first member; or that destructor could release the Global interpreter Lock and let arbitrary code ... w that deallocation of the object [1] will neither release the GIL nor cause any calls back into our type's c ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
PREV 1 2 3 4 NEXT