Highlights
- Arctic Code Vault Contributor
- Developer Program Member
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 50 million developers.
Sign up
Pinned
1,043 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- isidentical/devguide Python
Created a pull request in python/cpython that received 13 comments
bpo-41979: Accept star-unpacking on with-item targets
- bpo-42218: Check for the error indicator when expecting a new token
- bpo-42206: Propagate and raise errors from PyAST_Validate in the parser
- bpo-42086: Document AST operator nodes acts as a singleton
- bpo-42000: Cleanup the AST related C-code
- bpo-38605: bump the magic number for 'annotations' future
- [3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
- bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable
Created an issue in sumerc/yappi that received 3 comments
3.10 compatability -- changes to frame object
Due to the changes in python/cpython#20803 (made the code a lot simpler), yappi isn't compiling on 3.10;
$ python -m pip install yappi Collecting …