Staging
v0.8.1
https://github.com/python/cpython
Revision f7fdbdab5b0e49aed23095ae04431a6484543963 authored by Martin Panter on 05 December 2015, 09:51:52 UTC, committed by Martin Panter on 05 December 2015, 09:51:52 UTC
The OS X buildbots were failing at the second setrlimit() call with EPERM, as
if they were trying to raise the hard limit. The call should be keeping the
hard limit the same and raising the soft limit back to its original value, so
I don't understand the failure.
1 parent e2825e9
Raw File
Tip revision: f7fdbdab5b0e49aed23095ae04431a6484543963 authored by Martin Panter on 05 December 2015, 09:51:52 UTC
Issue #25764: Skip the test on OS X
Tip revision: f7fdbda
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top