Popular repositories
-
-
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
1,053 contributions in the last year
Less
More
Contribution activity
April 2021
Created 4 commits in 2 repositories
Created a pull request in python/peps that received 4 comments
PEP 634: Change so __match_args__ must be a tuple
This was discussed on python-dev in the thread https://mail.python.org/archives/list/python-dev@python.org/thread/YYIT3QXMLPNLXQAQ5BCXE4LLJ57EE7JV/…
+3
−3
•
4
comments
Opened 3 other pull requests in 2 repositories
faster-cpython/cpython
2
closed
python/peps
1
merged
Reviewed 34 pull requests in 5 repositories
python/cpython 28 pull requests
- bpo-42737: Drop code generation for annotations with complex targets
- added exception groups
- bpo-43822: Improve syntax errors for missing commas
- bpo-43846: Use less stack for large literals and calls
- bpo-41515: Fix assert in test which throws SyntaxWarning.
- bpo-42904: Fix get_type_hints for class local namespaces
- bpo-41515: Fix KeyError raised in get_type_hints
- bpo-43760: Speed up check for tracing in interpreter dispatch
- bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py
- bpo-43772: fix TypeVar.__ror__
- bpo-43783: add ParamSpecArgs/Kwargs
- bpo-43682: Make staticmethod objects callable
- bpo-43797: Improve syntax error for invalid comparisons
- bpo-38605: Update "Future statements" docs since PEP 563 is always enabled
- bpo-43567: Improved generated code refresh on Windows
- bpo-43683: Minor corrections.
- bpo-43683: Handle generator entry in bytecode
- bpo-42128: Update pattern matching docs to match new PEP changes
- bpo-42128: __match_args__ can't be a list anymore
- bpo-41974: Remove part of the doc note regarding complex.__float__
- bpo-43693: Compute deref offsets in compiler
- [3.9] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (GH-25183)
- bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs
- bpo-43684: Add ADD_INT opcode
- [3.9] bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
- Some pull request reviews not shown.