CPYTHON Meaning in Japanese - translations and usage examples

Noun
cpython

Examples of using Cpython in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
PyPy has a GIL and it is typicallygt;3x faster than CPython.
PyPyはGILを持ち、一般的に速さはCPythonの3倍以上です。
CPython is handled by the non-profit Python Software Foundation.
CPythonは、非営利団体であるPythonソフトウェア財団が管理している。
These are unreleased versions, built directly from the CPython development repository.
これは未発表のバージョンで、CPython開発リポジトリから直接ビルドされています。
Why doesn't CPython use a more traditional garbage collection scheme?¶.
CPythonはなぜ伝統的なガベージコレクションスキームを使わないのですか?¶。
The idea came up due to a recently filed CPython bug found by the PyPy developers.
このアイディアは、最近登録されたPyPyの開発者が発見したCPythonのバグがきっかけでした。
CPython is the reference implementation of Python that is written in the C programming language.
Cpythonは、C言語で書かれたpythonの処理系です。
A side goal ofJython 2.5 is to try to get some CPython frameworks working, especially the web frameworks.
Jython2.5の目標は、CPythonフレームワークのいくつかの機能、特に以下のようなWebフレームワークを手に入れることです。
CPython also gained a more memory efficient dictionary implementation at the sprint.
またCPythonはこのスプリントでより省メモリなディクショナリ実装を得られました。
Precision depends on the implementation and system architecture, for CPython the float datatype corresponds to a C double.
精度は実装とシステムアーキテクチャに依存しますが、CPythonではfloatデータ型がCdoubleに相当します。
CPython provides the highest level of compatibility with Python packages and C extension modules.
CPythonは、PythonパッケージとC拡張モジュールとの最高レベルの互換性を提供します。
On behalf of the python-dev team,release manager Georg Brandl has announced the final release of CPython 3.2.1.
Python-devチームを代表して、リリースマネージャーを務めるGeorgBrandlはCPython3.2.1の最終リリースを発表しました。
CPython also offers the highest level of compatibility with Python packages as well as C extension modules.
CPythonは、PythonパッケージとC拡張モジュールとの最高レベルの互換性を提供します。
If you are writing open source Python code and want to reach the widest possible audience,targeting CPython is best.
オープンソースのPythonコードを作成していて、できるだけ広い範囲のユーザーにアプローチしたい場合は、CPythonをターゲットにするのが最適です。
CPython implementation detail: Bytecode is an implementation detail of the CPython interpreter.
CPythonimplementationdetail:バイトコードはCPythonインタプリタの実装詳細です。
Earlier this month, Thomas announced his departure from the CPython project, the home of his ctypes library since Python 2.5.
今月の初め、ThomasはPython2.5以来、彼のホームであったCPythonプロジェクトのctypesから去ることを発表しました。
CPython startup time is already comparatively slow, PyPy is 2- 3x slower to start than CPython.
CPythonの起動時間は、すでに比較的遅いのですが、PyPyを起動するにはCPythonよりもさらに2~3倍時間がかかります。
To be more precise,I have been working exclusively on the bytecode for the CPython interpreter, and limited to versions 2.6 and 2.7.
正確には、使用したのは専らCPythonインタープリタ向けのバイトコードで、バージョンは2.6と2.7に限定されていました。
Py then CPython would start a long sequence of reading, lexing, parsing, compiling, interpreting and executing that code.
Pyと入力したら、CPythonは、コードの読み込み、字句解析、構文解析、コンパイル、逐次解釈、実行と、長い一連の処理を始めるでしょう。
Victor Stinner recently proposed dropping OS/2 andVMS support for CPython, a year after his original question on OS/2 support.
VictorStinnerは、OS/2のサポートに関する当初の質問の1年後に、CPythonのOS/2とVMSのサポートをやめることを最近、提案しました。
CPython implementation detail: While a list is being sorted, the effect of attempting to mutate, or even inspect, the list is undefined.
CPython実装の詳細:リストがソートされている間、または変更しようとする試みの影響中、あるいは検査中でさえ、リストは未定義です。
Building C and C++ Extensions¶ A C extension for CPython is a shared library(e.g. a. so file on Linux,. pyd on Windows), which exports an initialization function.
CおよびC++拡張のビルド¶CPythonのC拡張は初期化関数をエクスポートした共有ライブラリ(例、Linuxの. soファイルやWindowsの.pydファイル)です。
CPython implementation detail: Currently, the prime used is P= 2**31- 1 on machines with 32-bit C longs and P= 2**61- 1 on machines with 64-bit C longs.
CPython実装の詳細:現在使われている素数は、32bitClong のマシンではP=2**31-1、64-bitClongのマシンではP=2**61-1です。
As for how he got involved in the development team,his first contribution to CPython(and open source in general), was a small Windows-related patch to distutils.
彼が開発チームに加わった経緯について、彼の最初のCPython(そして、オープンソース一般)への貢献は、distutilsに対するWindows関連の小さなパッチでした。
The CPython bytecode which this module takes as an input is defined in the file Include/opcode. h and used by the compiler and the interpreter.
このモジュールが入力として受け取るCPythonバイトコードはファイルInclude/opcode.hに定義されており、コンパイラとインタプリタが使用しています。
Python Tools for Visual Studio, which has its first production release today,now supports all four major Python interpreters, CPython, IronPython, Jython, and PyPy.
PythonToolsforVisualStudioは、メジャーなPythonインタープリタであるCPython、IronPython、Jython、PyPyの4つすべてをサポートした最初の製品である。
To make Python available, the CPython team has compiled Windows installers(MSI packages) with every release for many years.
Pythonを利用可能にするために、CPythonチームは長年の間、すべてのリリースでWindowsインストーラ(MSIパッケージ) をコンパイルしてきました。
On Windows and Mac OS X, the CPython installers now default to installing pip along with CPython itself users may opt out of installing it during the installation process.
WindowsとMacOSXではCPythonインストーラはそれ自身と一緒にpipをデフォルトでインストールするようになっています(ユーザはインストールプロセスで除外するかもしれませんが)。
As part of work to rewrite the CPython peephole optimizer to work on the AST(rather than on the raw bytecode, as is currently the case), Eugene Toder needed to make some changes to the structure of the AST.
(これまでのところ、rawバイトコードというより)ASTで動作するCPythonオプティマイザを書き直す作業の一環として、EugeneToderはASTの構造を変更する必要がありました。
Results: 28, Time: 0.0235

Top dictionary queries

English - Japanese