You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPy contains no logic to create or search for pycache. A grep
tells me that neither does CPython 2.7. You are probably confused by
py.test creating them.
A Debian/Ubuntu pypy does, though. And IIRC, that's what travis CI is
using.
I thought it would be a useful feature, to make transition between pypy
versions in Debian easier. Proposed the patches in #pypy, and the
reception was lukewarm, so I never pushed harder.
The text was updated successfully, but these errors were encountered:
the debian distribution of pypy that travis uses is unexpectedly compiling with
__pycache__
folders.__pycache__
foldersa number of pypy tests are failing.
debug effort is here: #621
full thread from the pypy list is here: http://mail.python.org/pipermail/pypy-dev/2012-July/thread.html#10369
******** explanation from debian packager ********
Stefano Rivera stefano@rivera.za.net via python.org
Jul 31 (4 days ago)
to pypy-dev
Hi Armin (2012.07.31_09:25:08_+0200)
A Debian/Ubuntu pypy does, though. And IIRC, that's what travis CI is
using.
It's the pep3147 patches:
http://anonscm.debian.org/gitweb/?p=collab-maint/pypy.git;a=tree;f=debian/patches
I thought it would be a useful feature, to make transition between pypy
versions in Debian easier. Proposed the patches in #pypy, and the
reception was lukewarm, so I never pushed harder.
The text was updated successfully, but these errors were encountered: