Staging
v0.8.1
https://github.com/python/cpython
Revision afa88b5dac1b068ccc33b65cd4da400a290b137e authored by Brian Curtin on 07 October 2010, 01:12:19 UTC, committed by Brian Curtin on 07 October 2010, 01:12:19 UTC
This undoes a previous attempt to fix some of the skips. Value and copy
come from sharedctypes rather than plain ctypes, and the test skipping is
then done at the class level rather than test-by-test.

There are zero skipped tests after the fix.
1 parent beb4135
Raw File
Tip revision: afa88b5dac1b068ccc33b65cd4da400a290b137e authored by Brian Curtin on 07 October 2010, 01:12:19 UTC
Fix #8584. Fix the skipping of a number of tests due to incorrect importing.
Tip revision: afa88b5
.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
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
Parser/pgen.stamp
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
back to top