Block or Report
Block or report pitrou
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
llvmlite Public
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
-
tornado Public
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
1,795 contributions in the last year
Activity overview
Contribution activity
February 2022
Created 2 commits in 1 repository
Created a pull request in apache/arrow that received 1 comment
ARROW-15389: [C++][Dev] Improve Array preview in GDB plugin
When printing a arrow::Array or arrow::ArrayData, try to print the array contents as well as its metadata. This is implemented for all primitive an…
Reviewed 9 pull requests in 3 repositories
apache/arrow
6 pull requests
- ARROW-15477: [C++][Python] Allow to create (FixedSize/Large)ListArray from arrays and type
-
ARROW-15520: [C++] Qualify
arrow_vendored::date::format()for C++20 compatibility - ARROW-15510: [C++][FlightRPC] Add CUDA memory manager support to benchmark
- ARROW-15511: [Python][C++] Remove reference management in numpy indexer
- ARROW-15465: [Python] Add some missing parquet marks in dataset tests
- ARROW-14098: [C++] subtract(time, time) -> duration kernel
apache/arrow-cookbook
2 pull requests
python/cpython
1 pull request
Created an issue in apache/arrow-cookbook that received 2 comments
[Python] test failure in flight.rst
make pytest gives me the following failure:
**********************************************************************
File "flight.rst", line 423, in …