-
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.
-
-
646 contributions in the last year
Less
More
Contribution activity
August 2022
Created 4 commits in 2 repositories
Created a pull request in python/cpython that received 43 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,…
+35
−28
•
43
comments
Opened 1 other pull request in 1 repository
python/cpython
1
merged
Reviewed 32 pull requests in 4 repositories
python/cpython
25 pull requests
- GH-96079 Fix missing field name for _AnnotatedAlias
- gh-69142: add %:z strftime format code
- Docs: Fix asyncio-task.rst
- bpo-46309: Added reference to task created by StreamReaderProtocol
- gh-94972: document that shield users need to keep a reference to their task
- GH-95238: lazily compute line number for tracebacks
- [3.11] GH-95704: Don't suppress errors from tasks when TG is cancelled (GH-95761)
- [3.11] GH-95736: fix IsolatedAsyncioTestCase to initialize Runner bef…
- gh-95736: Fix event loop creation in IsolatedAsyncioTestCase
- gh-96030: IsolatedAsyncioTestCase: don't create asyncio runner for skipped tests
-
Add
asyncio.Runnerdocs aboutloop_factory - GH-95736: fix IsolatedAsyncioTestCase to set event loop before calling setup functions
- GH-95899: fix asyncio.Runner to call set_event_loop once
- [3.11] Clarify asyncio.Runner docs re: loop_factory (GH-95979)
- gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11'
- [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)
- Some pull request reviews not shown.
python/peps
3 pull requests
python/steering-council
1 pull request
python/typing_extensions
1 pull request
Created an issue in python/cpython that received 6 comments
TimeoutError not raised by 'timeout' context manager when "side errors" occur
Consider something like this: async with asyncio.timeout(1): try: await asyncio.sleep(2) # Will be interrupted after 1 second finally: 1/0 # Crash …
6
comments




