search for: cpython

Displaying 20 results from an estimated 46 matches for "cpython".

Did you mean: python
2018 Aug 23
2
Plans for buster
...kflow; I'm afraid I'm going to reopen that, but that'll be a separate message. Thanks, Ian [1] zealot:xen> dpkg-source -b . dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__pycache__/gencontrol.cpython-35.pyc dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__pycache__/utils.cpython-35.pyc dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__pycache__/__init__.cpython-35.pyc dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__py...
2009 Mar 26
3
[LLVMdev] OT: Python on LLVM
Hi, Slightly off-topic (as it's not directly about using or developing LLVM): http://code.google.com/p/unladen-swallow/wiki/ProjectPlan "Our long-term proposal is to replace CPython's custom virtual machine with a JIT built on top of LLVM, while leaving the rest of the Python runtime relatively intact." Just curious, has anyone here heard more about this project? Regards, Paul P.S. If I'd heard about this just 6 days later (e.g. Aprils Fools) I wouldn't hav...
2009 Mar 26
0
[LLVMdev] OT: Python on LLVM
..., Mar 26, 2009 at 8:20 AM, Paul Melis <llvm at assumetheposition.nl> wrote: > Hi, > > Slightly off-topic (as it's not directly about using or developing LLVM): > > http://code.google.com/p/unladen-swallow/wiki/ProjectPlan > > "Our long-term proposal is to replace CPython's custom virtual machine > with a JIT built on top of LLVM, while leaving the rest of the Python > runtime relatively intact." > > Just curious, has anyone here heard more about this project? You found it just as I was typing an introduction email :) I'm the tech lead for...
2005 May 20
0
[LLVMdev] PyPy 0.6 released
...is flexible and easy to experiment with and retarget to different platforms (also non-C ones) and such that high performance can be achieved through high-level implementations of dynamic optimisation techniques. The interpreter and object model implementations shipped with 0.6 can be run on top of CPython and implement the core language features of Python as of CPython 2.3. PyPy passes around 90% of the Python language regression tests that do not depend deeply on C-extensions. Some of that functionality is still made available by PyPy piggy-backing on the host CPython interpreter. Double interpr...
2018 Aug 22
4
Plans for buster
Knorrie and I just discussed our plans for sid and buster, on the phone. Here's my notes of the discussion. Plan is to upload Knorrie's 4.11 packages to experimental, to make them more public, while we fix the bugs in them. There's a list of Salsa issues and the BTS bugs list. This duplication is not ideal. We agreed that new things should go to the BTS. For now we'll keep
2015 Apr 08
2
pop3 retr responses too large lines - Fails with current python's poplib
Since December 2014, clients using the Python poplib library (getmail in my case) started to limit the line length of RETR and other command responses sent from the server to 2048 bytes: See https://bugs.python.org/issue16041 (Included at least in Python-2.7.9) Dovecot doesn't have line split in the POP3 module, so Python fails to retrieve messages with long lines. RFC 1939 says: "
2009 May 26
3
[LLVMdev] Wondering how best to run inlining on a single function.
In Unladen Swallow we (intend to) compile each function as we determine it's hot. To "compile" a function means to translate it from CPython bytecode to LLVM IR, optimize the IR using a FunctionPassManager, and JIT the IR to machine code. We'd like to include inlining among our optimizations. Currently the Inliner is a CallGraphSCCPass, which can only be run by the (Module)PassManager and which will try to inline calls into every fu...
2015 Apr 10
2
pop3 retr responses too large lines - Fails with current python's poplib
...reak the lines without breaking the message? Please note that if you are right, I should post a bug on the Python project. You can see in this "traceforward" that Python's poplib will throw an error_proto exception if RETR returns lines longer than 2048 bytes: https://hg.python.org/cpython/file/0db36098b908/Lib/poplib.py#l227 https://hg.python.org/cpython/file/0db36098b908/Lib/poplib.py#l165 https://hg.python.org/cpython/file/0db36098b908/Lib/poplib.py#l142 https://hg.python.org/cpython/file/0db36098b908/Lib/poplib.py#l370 def _getline(self): line = ""...
2014 Jun 26
4
[LLVMdev] Python version requirement for LLVM
On Wed, Jun 25, 2014 at 5:52 PM, Gregory Szorc <gregory.szorc at gmail.com> wrote: > As much as I like killing support for Python 2.6 and below, RHEL is > usually the blocker. They still have 2.4 under support. Only the RHEL that > was released a few weeks ago finally has 2.7. > Given the amount of complexity required to build LLVM & Clang (having the right compiler &
2011 Apr 01
0
[LLVMdev] Is LLVM our answer??
...king to fill. Separately, congrats to all the LLVM developers for making LLVM grow to be more and more central in Apple's tool chain roadmap! > > Anyway, so I was hoping that one or more LLVM gurus here could point me in the right direction... Our newest products currently use embedded CPython in chorus with callbacks into our C/C++ engine. Unfortunately, CPython's poor performance has become an increasing liability while our Python code is generally basic and could be represented in a more strictly-typed language. Because our software operates in realtime, performance matters so w...
2013 Dec 04
5
[PATCH] coverity: Store the modelling file in the source tree.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> CC: Keir Fraser <keir@xen.org> CC: Jan Beulich <JBeulich@suse.com> CC: Tim Deegan <tim@xen.org> CC: Ian Campbell <Ian.Campbell@citrix.com> CC: Ian Jackson <Ian.Jackson@eu.citrix.com> --- misc/coverity_model.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+)
2020 Nov 11
2
./configure --with-php7 fails silently
Apparently there is a php 7.4 configuration missing.? This is bindings 1.4.17 running on a Mint 20 system. I see this in the config output: cpython-38.opt-1.pyc checking for php-config7.3... no checking for php-config7.2... no checking for php-config7.1... no checking for php-config7.0... no checking for php-config... no It didn't look for 7.4. Thanks, Jim.
2005 Nov 03
0
[LLVMdev] PyPy 0.8 release announcement
...to get it translated with the rest of PyPy. This makes using the translated pypy interactively much more pleasant, as compilation is considerably faster than in 0.7.0. - Some Speed enhancements. Translated PyPy is now about 10 times faster than 0.7 but still 10-20 times slower than CPython on pystones and other benchmarks. At the same time, language compliancy has been slightly increased compared to 0.7 which had already reached major CPython compliancy goals. - Some experimental features are now translateable. Since 0.6.0, PyPy shipped with an experimental Object Space (...
2011 Apr 01
1
[LLVMdev] Is LLVM our answer??
...#39;re looking to fill. Separately, congrats to all the LLVM developers for making LLVM grow to be more and more central in Apple's tool chain roadmap! Anyway, so I was hoping that one or more LLVM gurus here could point me in the right direction... Our newest products currently use embedded CPython in chorus with callbacks into our C/C++ engine. Unfortunately, CPython's poor performance has become an increasing liability while our Python code is generally basic and could be represented in a more strictly-typed language. Because our software operates in realtime, performance matters so w...
2020 Mar 16
3
GSOC Projects
...s and interpreters, I have written a few small language based on lambda calculus. I am currently writing a lazy functional language and visualizing its execution to explain laziness for my undergraduate dissertation. I have also played with some industry-level interpreters in the past namely V8 and CPython. I believe I have good C++ experience, I have used it for my past two internships where I worked on Google Chrome and Broadcom-switches respectively. I have been grokking the LLVM source for a while and would like to get in touch with the mentors to learn more about the projects and contribute to...
2018 Jan 30
0
Re: python 3 bindings on libguestfs
...n with libguestfs. > Please find below log: > > checking for PYTHON... yes > checking Python prefix... /opt/python/x86_64/3.6.3-1 > configure: Python install dir /opt/libguestfs/x86_64/1.32.10-1.el7/lib/python3.6/site-packages > checking for Python extension suffix (PEP-3149)... .cpython-36m-x86_64-linux-gnu.so The trouble is you haven't included the full ./configure log ... again. > [root@euca-172-31-8-98 lib]$ python > Python 3.6.3 (default, Nov 29 2017, 09:19:34) > [GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on linux > Type "help", "copyright",...
2012 Dec 30
1
Does dlltools in 64-bit rtools for windows support 64-bit machine type?
Hi, I've been trying to get the python bridge (rpy2) to build for 64-bit R and python. The current stumbling block is that mingw can't use the python27.lib file that comes with CPython and so I need to generate libpython27.a. When I use dlltool from rtools to do that however, I end up with a 32-bit file: >"G:\Rtools\gcc-4.6.3\i686-w64-mingw32\bin\dlltool" -e libpython27.a -d python27.def python27.dll >objdump -f libpython27.a libpython27.a: file format pe-i...
2024 Jan 31
4
Bug#1062048: xen: FTBFS with Python 3.12 as default
...SIZE?: /usr/include/python3.12/object.h:233:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 233 | PyVarObject *var_ob = _PyVarObject_CAST(ob); | ^~~~~~~~~~~ In file included from /usr/include/python3.12/Python.h:53: /usr/include/python3.12/cpython/longintrepr.h: In function ?_PyLong_CompactValue?: /usr/include/python3.12/cpython/longintrepr.h:121:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 121 | Py_ssize_t sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK); | ^~~~~~~~...
2009 May 27
0
[LLVMdev] Wondering how best to run inlining on a single function.
On May 26, 2009, at 3:15 PM, Jeffrey Yasskin wrote: > In Unladen Swallow we (intend to) compile each function as we > determine it's hot. To "compile" a function means to translate it from > CPython bytecode to LLVM IR, optimize the IR using a > FunctionPassManager, and JIT the IR to machine code. We'd like to > include inlining among our optimizations. Currently the Inliner is a > CallGraphSCCPass, which can only be run by the (Module)PassManager and > which will try to inline...
2005 Aug 29
0
[LLVMdev] PyPy release 0.7.0 announcement
...our Python Interpreter implementation with full translation to two different machine-level targets: C and LLVM - a translation choice of using a refcounting or Boehm garbage collectors - the ability to translate with or without thread support - very complete language-level compliancy with CPython 2.4.1 What is PyPy (about)? ------------------------------------------------ PyPy is a MIT-licensed research-oriented reimplementation of Python written in Python itself, flexible and easy to experiment with. It translates itself to lower level languages. Our goals are to target a large variet...