René's URL Explorer Experiment


Title: Python/C API 參考手冊 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
1. 在其它 App 內嵌入 Pythonhttps://python.github.io/python-docs-zh-tw/extending/embedding.html
簡介https://python.github.io/python-docs-zh-tw/c-api/intro.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/index.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/intro.html
上一頁https://python.github.io/python-docs-zh-tw/extending/embedding.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
https://python.github.io/python-docs-zh-tw/c-api/index.html#python-c-api-reference-manual
擴充和嵌入 Python 直譯器https://python.github.io/python-docs-zh-tw/extending/index.html#extending-index
簡介https://python.github.io/python-docs-zh-tw/c-api/intro.html
語言版本相容性https://python.github.io/python-docs-zh-tw/c-api/intro.html#language-version-compatibility
編寫標準https://python.github.io/python-docs-zh-tw/c-api/intro.html#coding-standards
引入檔案 (include files)https://python.github.io/python-docs-zh-tw/c-api/intro.html#include-files
有用的巨集https://python.github.io/python-docs-zh-tw/c-api/intro.html#useful-macros
物件、型別和參照計數https://python.github.io/python-docs-zh-tw/c-api/intro.html#objects-types-and-reference-counts
例外https://python.github.io/python-docs-zh-tw/c-api/intro.html#exceptions
嵌入式Pythonhttps://python.github.io/python-docs-zh-tw/c-api/intro.html#embedding-python
除錯建置https://python.github.io/python-docs-zh-tw/c-api/intro.html#debugging-builds
建議的第三方工具https://python.github.io/python-docs-zh-tw/c-api/intro.html#recommended-third-party-tools
C API 穩定性https://python.github.io/python-docs-zh-tw/c-api/stable.html
不穩定的 C APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
穩定的應用程式二進位介面https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable-application-binary-interface
平台注意事項https://python.github.io/python-docs-zh-tw/c-api/stable.html#platform-considerations
受限 API 的內容https://python.github.io/python-docs-zh-tw/c-api/stable.html#contents-of-limited-api
The Very High Level Layerhttps://python.github.io/python-docs-zh-tw/c-api/veryhigh.html
可用的起始符號https://python.github.io/python-docs-zh-tw/c-api/veryhigh.html#available-start-symbols
參照計數https://python.github.io/python-docs-zh-tw/c-api/refcounting.html
例外處理https://python.github.io/python-docs-zh-tw/c-api/exceptions.html
Printing and clearinghttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#printing-and-clearing
引發例外https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#raising-exceptions
發出警告https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#issuing-warnings
Querying the error indicatorhttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#querying-the-error-indicator
訊號處理https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#signal-handling
例外類別https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#exception-classes
例外物件https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#exception-objects
Unicode 例外物件https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#unicode-exception-objects
遞迴控制https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#recursion-control
例外和警告型別https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#exception-and-warning-types
Tracebackshttps://python.github.io/python-docs-zh-tw/c-api/exceptions.html#tracebacks
Defining extension moduleshttps://python.github.io/python-docs-zh-tw/c-api/extension-modules.html
Multiple module instanceshttps://python.github.io/python-docs-zh-tw/c-api/extension-modules.html#multiple-module-instances
Initialization functionhttps://python.github.io/python-docs-zh-tw/c-api/extension-modules.html#initialization-function
Multi-phase initializationhttps://python.github.io/python-docs-zh-tw/c-api/extension-modules.html#multi-phase-initialization
Legacy single-phase initializationhttps://python.github.io/python-docs-zh-tw/c-api/extension-modules.html#legacy-single-phase-initialization
工具https://python.github.io/python-docs-zh-tw/c-api/utilities.html
作業系統工具https://python.github.io/python-docs-zh-tw/c-api/sys.html
系統函式https://python.github.io/python-docs-zh-tw/c-api/sys.html#system-functions
行程控制https://python.github.io/python-docs-zh-tw/c-api/sys.html#process-control
引入模組https://python.github.io/python-docs-zh-tw/c-api/import.html
資料 marshal 操作的支援https://python.github.io/python-docs-zh-tw/c-api/marshal.html
剖析引數與建置數值https://python.github.io/python-docs-zh-tw/c-api/arg.html
字串轉換與格式化https://python.github.io/python-docs-zh-tw/c-api/conversion.html
Character classification and conversionhttps://python.github.io/python-docs-zh-tw/c-api/conversion.html#character-classification-and-conversion
PyHash APIhttps://python.github.io/python-docs-zh-tw/c-api/hash.html
Reflectionhttps://python.github.io/python-docs-zh-tw/c-api/reflection.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
PyTime C APIhttps://python.github.io/python-docs-zh-tw/c-api/time.html
對 Perf Map 的支援https://python.github.io/python-docs-zh-tw/c-api/perfmaps.html
抽象物件層 (Abstract Objects Layer)https://python.github.io/python-docs-zh-tw/c-api/abstract.html
物件協定https://python.github.io/python-docs-zh-tw/c-api/object.html
呼叫協定 (Call Protocol)https://python.github.io/python-docs-zh-tw/c-api/call.html
數字協定https://python.github.io/python-docs-zh-tw/c-api/number.html
序列協定https://python.github.io/python-docs-zh-tw/c-api/sequence.html
對映協定https://python.github.io/python-docs-zh-tw/c-api/mapping.html
疊代器協定https://python.github.io/python-docs-zh-tw/c-api/iter.html
緩衝協定 (Buffer Protocol)https://python.github.io/python-docs-zh-tw/c-api/buffer.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
基礎物件https://python.github.io/python-docs-zh-tw/c-api/concrete.html#fundamental-objects
數值物件https://python.github.io/python-docs-zh-tw/c-api/concrete.html#numeric-objects
序列物件https://python.github.io/python-docs-zh-tw/c-api/concrete.html#sequence-objects
容器物件https://python.github.io/python-docs-zh-tw/c-api/concrete.html#container-objects
函式物件https://python.github.io/python-docs-zh-tw/c-api/concrete.html#function-objects
其他物件https://python.github.io/python-docs-zh-tw/c-api/concrete.html#other-objects
擴充模組的 C APIhttps://python.github.io/python-docs-zh-tw/c-api/concrete.html#c-api-for-extension-modules
初始化、終結化與執行緒https://python.github.io/python-docs-zh-tw/c-api/init.html
Python 初始化之前https://python.github.io/python-docs-zh-tw/c-api/init.html#before-python-initialization
Global configuration variableshttps://python.github.io/python-docs-zh-tw/c-api/init.html#global-configuration-variables
Initializing and finalizing the interpreterhttps://python.github.io/python-docs-zh-tw/c-api/init.html#initializing-and-finalizing-the-interpreter
Process-wide parametershttps://python.github.io/python-docs-zh-tw/c-api/init.html#process-wide-parameters
Thread State and the Global Interpreter Lockhttps://python.github.io/python-docs-zh-tw/c-api/init.html#thread-state-and-the-global-interpreter-lock
Sub-interpreter supporthttps://python.github.io/python-docs-zh-tw/c-api/init.html#sub-interpreter-support
Asynchronous Notificationshttps://python.github.io/python-docs-zh-tw/c-api/init.html#asynchronous-notifications
Profiling and Tracinghttps://python.github.io/python-docs-zh-tw/c-api/init.html#profiling-and-tracing
Reference tracinghttps://python.github.io/python-docs-zh-tw/c-api/init.html#reference-tracing
Advanced Debugger Supporthttps://python.github.io/python-docs-zh-tw/c-api/init.html#advanced-debugger-support
Thread Local Storage Supporthttps://python.github.io/python-docs-zh-tw/c-api/init.html#thread-local-storage-support
Synchronization Primitiveshttps://python.github.io/python-docs-zh-tw/c-api/init.html#synchronization-primitives
Python 初始化設定https://python.github.io/python-docs-zh-tw/c-api/init_config.html
PyInitConfig C APIhttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#pyinitconfig-c-api
Configuration Optionshttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#configuration-options
Runtime Python configuration APIhttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#runtime-python-configuration-api
PyConfig C APIhttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#pyconfig-c-api
Py_GetArgcArgv()https://python.github.io/python-docs-zh-tw/c-api/init_config.html#py-getargcargv
Delaying main module executionhttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#delaying-main-module-execution
記憶體管理https://python.github.io/python-docs-zh-tw/c-api/memory.html
總覽https://python.github.io/python-docs-zh-tw/c-api/memory.html#overview
Allocator Domainshttps://python.github.io/python-docs-zh-tw/c-api/memory.html#allocator-domains
Raw Memory Interfacehttps://python.github.io/python-docs-zh-tw/c-api/memory.html#raw-memory-interface
記憶體介面https://python.github.io/python-docs-zh-tw/c-api/memory.html#memory-interface
Object allocatorshttps://python.github.io/python-docs-zh-tw/c-api/memory.html#object-allocators
Default Memory Allocatorshttps://python.github.io/python-docs-zh-tw/c-api/memory.html#default-memory-allocators
Customize Memory Allocatorshttps://python.github.io/python-docs-zh-tw/c-api/memory.html#customize-memory-allocators
Debug hooks on the Python memory allocatorshttps://python.github.io/python-docs-zh-tw/c-api/memory.html#debug-hooks-on-the-python-memory-allocators
The pymalloc allocatorhttps://python.github.io/python-docs-zh-tw/c-api/memory.html#the-pymalloc-allocator
The mimalloc allocatorhttps://python.github.io/python-docs-zh-tw/c-api/memory.html#the-mimalloc-allocator
tracemalloc C APIhttps://python.github.io/python-docs-zh-tw/c-api/memory.html#tracemalloc-c-api
範例https://python.github.io/python-docs-zh-tw/c-api/memory.html#examples
物件實作支援https://python.github.io/python-docs-zh-tw/c-api/objimpl.html
在 heap 上分配物件https://python.github.io/python-docs-zh-tw/c-api/allocation.html
物件生命週期https://python.github.io/python-docs-zh-tw/c-api/lifecycle.html
通用物件結構https://python.github.io/python-docs-zh-tw/c-api/structures.html
型別物件結構https://python.github.io/python-docs-zh-tw/c-api/typeobj.html
循環垃圾回收的支援https://python.github.io/python-docs-zh-tw/c-api/gcsupport.html
API 和 ABI 版本管理https://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html
Build-time version constantshttps://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#build-time-version-constants
Run-time versionhttps://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#run-time-version
Bit-packing macroshttps://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#bit-packing-macros
監控 C APIhttps://python.github.io/python-docs-zh-tw/c-api/monitoring.html
Generating Execution Eventshttps://python.github.io/python-docs-zh-tw/c-api/monitoring.html#generating-execution-events
Managing the Monitoring Statehttps://python.github.io/python-docs-zh-tw/c-api/monitoring.html#managing-the-monitoring-state
1. 在其它 App 內嵌入 Pythonhttps://python.github.io/python-docs-zh-tw/extending/embedding.html
簡介https://python.github.io/python-docs-zh-tw/c-api/intro.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/index.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/intro.html
上一頁https://python.github.io/python-docs-zh-tw/extending/embedding.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.