comparison mercurial/repair.py @ 30020:bf94fe556f16

demandimport: add '_ctypes.pointer' to ignore list on PyPy The pointer module is shadowed by a subsequent import. Our demand importer can't handle this because both sub modules and attributes live in the same namespace. https://bitbucket.org/pypy/pypy/src/release-5.0.1/lib_pypy/_ctypes/__init__.py#__init__.py-5
author Yuya Nishihara <yuya@tcha.org>
date Tue, 27 Sep 2016 22:36:00 +0900
parents e38d85be978f
children c1345969f6c5
comparison
equal deleted inserted replaced
30019:6ca3c54f801b 30020:bf94fe556f16