Michał Górny

Results 218 comments of Michał Górny

@AndrewAmmerlaan, the problem is that the original logic combined getting internal version with checking file magic for kernel. However, as we added support for "raw" kernels, we've ended up looking...

In fact, it's a violation of [PEP 615](https://peps.python.org/pep-0615) and as such, the package can't work on PEP 615-conformant Linux distributions that do not provide vendored tzdata, such as Gentoo.

Also, I think the bug report is about 3.0.0.

To be honest, I can't figure out what this is supposed to do. It seems to grab the list of timezones from `tzdata`, except that `tzdata` is not used anywhere...

@mozillazg, have you made any progress wrt updating the automation for this repo? We find it very helpful for PyPy packaging on Gentoo but the mirroring delays are a bit...

> > Right now I see that default branch has been synced but the release branches or tags haven't. > > @mgorny The issue has been resolved. Thanks. Unfortunately, `release-pypy2.7-v7.3.12rc1`...

Thanks a lot! Your work is of great help to us in Gentoo, and to me specifically as it saves me from having to figure out how to use Mercurial...

My initial experience with pandas 2.2.0 + pyarrow is that the test suite crashes CPython on assertions. I will report a bug once I get a clear traceback. This will...

For the record, my patch is pretty poor. It would certainly be better to limit the scope (i.e. `push`/`pop`) to the call itself.