J. David Ibáñez
J. David Ibáñez
not tried, but I think you can pass the names in the dtype: N = 10 dtype = [('a', 'i4'), ('b', 'f8')] bcolz.fromiter(((i,i*i) for i in xrange(N)), dtype=dtype, count=N)
I've used pytest-leaks with pytest 6.2.4 and didn't see this error (it worked fine, except for issue #36)
Probably the `Config.get_*_config()` functions should check for `GIT_ENOTFOUND` and then return `None` instead of raising an error. What do you think? Then I'm OK with your suggestion to add a...
Libgit2 diff methods support a `pathspec` option, but pygit2 does not support it yet. It would be quite easy to add support for it, maybe you want to try. There...
libgit2 issue https://github.com/libgit2/libgit2/issues/3041
The version of openssl in the wheel is the one from Centos 7, which already has some security patches, specifically the latest release includes https://centos.pkgs.org/7/centos-updates-x86_64/openssl-1.0.2k-24.el7_9.x86_64.rpm.html If this is not enough...
Yes it's useful. So there are some vulnerabilities not addressed by the Centos package, yet Centos 7 is still maintained, and the package maintainers decided not to patch those vulnerabilities....
Yes, OpenSSL should not be included in the wheels, and instead the system library should be used. PRs welcome.
The 2nd part of the recipe looks bad. I think to support this use case first we need to wrap `git_cherrypick_commit` (see https://libgit2.org/libgit2/#v1.0.1/group/cherrypick/git_cherrypick_commit)