Mercurial > hg
view contrib/debian/cacerts.rc @ 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 | ccdc2b23fdb8 |
children |
line wrap: on
line source
# This config file points Mercurial at the system-wide certificate # store from the ca-certificates package. [web] cacerts = /etc/ssl/certs/ca-certificates.crt