Adam Williamson

Results 112 issues of Adam Williamson

**Describe the issue**: When run against openssl 3, some of the tests that use the certificates in `distributed/tests` (`tls-cert.pem` et al) fail, with errors like "Client certificate validation failed: Basic...

needs triage

As discussed in #197, this renames the `reqs` argument to `Site` to `connection_options`. The old name still works but triggers a DeprecationWarning. If you specify both we raise ValueError.

enhancement

### Affected Operating Systems All ### Affected py-lmdb Version All ### py-lmdb Installation Method Irrelevant ### Using bundled or distribution-provided LMDB library? Irrelevant ### Distribution name and LMDB library version...

# Bug report ### Bug description: pkgutil directly uses zipimport._zip_directory_cache, in this block: ```python def iter_zipimport_modules(importer, prefix=''): dirlist = sorted(zipimport._zip_directory_cache[importer.archive]) ``` since https://github.com/python/cpython/pull/103208 , this is no longer safe, because...

type-bug

### Describe the bug We're landing Python 3.13 in Fedora Rawhide. As part of this, awscli2 (which has a vendored botocore) was rebuilt, but it failed because the memory leak...

bug
p2

As explained in the issue, zlib-ng produces different hex digests from original zlib. This adjusts the tests slightly to allow for this. TODO: * [ ] GitHub Actions have all...

As explained in the issue, zlib-ng produces different hex digests from original zlib. This adjusts the tests slightly to allow for this. TODO: * [ ] GitHub Actions have all...

V2

This is adapted from the fixes that were rolled into https://github.com/zarr-developers/zarr-python/pull/1785 for the v3 branch. TODO: * [ ] GitHub Actions have all passed * [ ] Test coverage is...

ntpath.isabs no longer considers paths that start with "/" to be absolute. This is correct behaviour on Windows but causes us problems, because our `PathConstants` use paths that start with...

ntpath.isabs no longer considers paths that start with "/" to be absolute. This is correct behaviour on Windows but causes us problems, because our `PathConstants` use paths that start with...