Examples with "in CPython" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Wenn Du eine Sicherheitslücke in CPython entdeckt hast, dann bitten wir Dich zuerst darum die Details vertraulich zu behandeln.
If you've found a security issue within CPython, the first thing we ask is that you keep the details of the issue private.
Der Patch, der die Diskussion lostrat, hat noch nicht in CPython Einzug gehalten.
The patch which started the discussion is not yet included in CPython.
Unladen Swallow "schläft" momentan und wird so keinen Einzug in CPython 3.3 finden.
Unladen Swallow is currently in a "resting" state and will not be included in CPython 3.3 as-is.
Other results
Die Sprache hat ein offenes, gemeinschaftsbasiertes Entwicklungsmodell, das durch die gemeinnützige Python Software Foundation, die de facto die Definition der Sprache in der Referenzumsetzung CPython pflegt, gestützt wird.
CPython, the reference implementation of Python, is open source software and has a community-based development model, as do nearly all of Python's other implementations.
Es existieren unter anderem Python-Implementierungen in C (CPython und Stackless), Java (Jython), C# (IronPython) und Python selber (PyPy).
It's also implemented in Java (Jython), C# (IronPython), and even in a restricted subset of Python itself (PyPy).
CPython wird von der Non Profit Python Software Foundation verwaltet.
CPython is managed by the non-profit Python Software Foundation.
Mehr Informationen gibt es bei CPython-Entwickler Nick Coghlans rough notes und highlights.
Komponenten - Unterstützung für CPython, Virtualenv-, Venv- und Conda-Umgebungen
Components - Support for CPython, virtualenv, venv, and conda environments
CPython ist der standardmäßig installierte und am häufigsten benutzte Python-Interpreter.
Written in C, CPython is the default and most widely used implementation of the language.
Die Idee wurde aus einem kürzlich geöffneten CPython-Bug geboren, der von den PyPy-Entwicklern gefunden wurde.
The idea came up due to a recently filed CPython bug found by the PyPy developers.
Es wird aber einiger Aufwand nötig sein, um die Infrastruktur so anzupassen, dass sie mit mehreren Implementierungen arbeitet, da momentan nur PyPy mit CPython verglichen wird.
Some effort will be needed to adapt the infrastructure to work with multiple Python implementations, as it currently tests PyPy vs. CPython.
Es gibt eine offizielle Implementierung der von bereitgestellten Sprache, die im Allgemeinen als CPython bezeichnet wird, und mehrere alternative Implementierungen der Sprache auf anderen Laufzeitplattformen.
There is one official implementation of the language supplied by, generally referred to as CPython, and several alternative implementations of the language on other runtime platforms.
Als CPython-Implementierungsdetail war es nicht sofort klar, ob die Richtlinie zur Rückwärtskompatibilität auch den AST betrifft.