CPython Dev in Residence
Python 3.8 & 3.9 Release Manager. llanga on Twitter. Python core developer, hobbyist musician, dad.
- Poznań, Poland
- http://lukasz.langa.pl
- @llanga
Block or Report
Block or report ambv
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
flake8-pyi Public
A plugin for Flake8 that provides specializations for type hinting stub files
693 contributions in the last year
Less
More
Contribution activity
November 2021
Created 14 commits in 3 repositories
Created a pull request in python/cpython that received 6 comments
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291
The closure in cb_test was the root cause of the refleak, to address it we're taking the callback handle and deleting it when we don't need it anym…
+4
−1
•
6
comments
Opened 7 other pull requests in 1 repository
python/cpython
1
closed
6
merged
- [3.9] bpo-45640: [docs] Tokens are now clickable (GH-29260)
-
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for
traceback is None(GH-29590) - [3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
- bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS
- Add generated artifacts in Mac/ to .gitignore; update copyright
-
[3.9] bpo-45578: add tests for
dis.distb(GH-29332) -
[3.10] bpo-45578: add tests for
dis.distb(GH-29332)
Reviewed 9 pull requests in 1 repository
python/cpython
9 pull requests
- [3.9] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
- bpo-45573: Introduce extension module flags in Makefile (GH-29594)
- bpo-45835: Fix race condition in test_queue
- bpo-45235: Revert an argparse bugfix that caused a regression
-
[doc] bpo-45680: Disambiguate
__getitem__and__class_getitem__in the data model. - [doc] bpo-45680: Improve glossary entry for generic types
-
[3.9] bpo-45678: Fix
singledispatchmethodclassmethod/staticmethodbug - [3.10] bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
- [3.9] bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)