-͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌͌
Highlights
Pinned Loading
-
python-trio/trio
python-trio/trio PublicTrio – a friendly Python library for async concurrency and I/O
-
-
-
1,373 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
Fuyukai/bigger-industrialisation,
Fuyukai/Reborn-Rebalance,
Fuyukai/rgcompiler
and 33 other
repositories
Loading
Contribution activity
February 2025
Created 194 commits in 3 repositories
Reviewed 2 pull requests in 1 repository
python-trio/trio-monitor
2 pull requests
-
Update monitor to pass basic tests
This contribution was made on Feb 5
-
Modernize project layout
This contribution was made on Feb 1
Created an issue in python-attrs/attrs that received 2 comments
Field name that's just an underscore causes a SyntaxError
@attrs.define()
class ABC: _: str = attrs.field()
File "<attrs generated init __main__.ABC>", line 2 self._ = ^
SyntaxError: invalid syntax
I wil…
2
comments
Opened 1 other issue in 1 repository
microsoft/pyright
1
closed
-
A function that accepts a recursive
type Thing = int | list[Thing]
only accepts literals, not variablesThis contribution was made on Feb 1