-
Microsoft
- San Francisco Bay Area
- https://python.org/~guido/
- @gvanrossum
Block or Report
Block or report gvanrossum
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
pyxl3 Public
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
630 contributions in the last year
Contribution activity
August 2022
Created 1 commit in 1 repository
Created a pull request in python/cpython that received 29 comments
GH-95704: Don't suppress errors from tasks when TG is cancelled
When a task catches CancelledError and raises some other error, the other error should not silently be suppressed. Exception: when uncancel() != 0,…
+36
−28
•
29
comments
Reviewed 14 pull requests in 3 repositories
python/cpython
12 pull requests
- [3.11] gh-95724: Clarify taskgroups.py license. (GH-95847)
- gh-95724: Clarify taskgroups.py license.
- GH-95704: Don't suppress errors from tasks when TG is cancelled
- gh-91248: Add PyFrame_GetVar() function
- gh-95724: change the taskgroup permission notice to reflect who the permission was given to
- [3.11] GH-95289: Always call uncancel() when parent cancellation is requested (GH-95602)
- [3.11] gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
- gh-94936: C getters: co_varnames, co_cellvars, co_freevars
- GH-95289: Always call uncancel() when parent cancellation is requested
- [3.11] gh-91447: Fix findtext to only give an empty string on None (GH-91486)
- gh-91447: Fix findtext to only give an empty string on None
- gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel()