Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Beijing, China
- http://aisk.me/
Pinned
269 contributions in the last year
Activity overview
Contribution activity
December 2019
Created a pull request in python/cpython that received 7 comments
bpo-27873: Update docstring for multiprocessing.Pool.map
Update docstring for multiprocessing.Pool.map to mention pool.starmap().
Prev PR: #17367 @aeros https://bugs.python.org/issue27873 Automerge-Trigge…
+2
−1
•
7
comments
Created an issue in Thriftpy/thriftpy2 that received 1 comment
Invalid thrift_spec if type is used before define
Codes to reproduce this: test.thrift struct Container { 1: A field1; 2: list<A> field2; 3: list<map<string, A>> field3; } struct A { 1: string value }
1
comment