Analysis of information sources in references of the Wikipedia article "CPython" in Japanese language version.
Last modified:
[Cython] is a programming language that makes writing C extensions for the Python language“Cython - an overview”. Cython 3.1.2 documentation. 2025年6月11日閲覧。
拡張モジュール (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日閲覧。
.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閲覧.dis — Disassembler for Python bytecode. Python 3.11.5 Documentation. 2023-09-01閲覧.