CPython (Japanese Wikipedia)

Analysis of information sources in references of the Wikipedia article "CPython" in Japanese language version.

Last modified:

Ref.Un. Ref.Website
Global rank Japanese rank
4,399th place
4,421st place
low place
low place

cython.readthedocs.io (Global: low place; Japanese: low place)

  • [Cython] is a programming language that makes writing C extensions for the Python languageCython - an overview”. Cython 3.1.2 documentation. 2025年6月11日閲覧。

python.org (Global: 4,399th place; Japanese: 4,421st place)

docs.python.org

  • 拡張モジュール (extension module) を使うと ... 新しい組み込みオブジェクトの実装、そして全ての C ライブラリ関数とシステムコールに対する呼び出し、ができるようになります。1. C や C++ による Python の拡張”. Python 3.13.4 documentation. 2025年6月11日閲覧。
  • C 拡張のインターフェイスは CPython に固有のものであり、これによる拡張モジュールはほかの Python 実装では動作しません。1. C や C++ による Python の拡張”. Python 3.13.4 documentation. 2025年6月11日閲覧。
  • Python/C API Reference Manual: Thread State and the Global Interpreter Lock
  • "bytecode ... the internal representation of a Python program in the CPython interpreter." Python. bytecode - Glossary. Python 3.11.5 Documentation. 2023-09-01閲覧.
  • "Python source code is compiled into bytecode ... This 'intermediate language' is said to run on a virtual machine" Python. bytecode - Glossary. Python 3.11.5 Documentation. 2023-09-01閲覧.
  • "The bytecode is also cached in .pyc files so that executing the same file is faster the second time (recompilation from source to bytecode can be avoided)." Python. bytecode - Glossary. Python 3.11.5 Documentation. 2023-09-01閲覧.
  • "Do note that bytecodes are not expected to work between different Python virtual machines, nor to be stable between Python releases." Python. bytecode - Glossary. Python 3.11.5 Documentation. 2023-09-01閲覧.
  • "CPython implementation detail: Bytecode is an implementation detail of the CPython interpreter." Python. dis — Disassembler for Python bytecode. Python 3.11.5 Documentation. 2023-09-01閲覧.

python.org