-
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.
-
-
773 contributions in the last year
Less
More
Contribution activity
October 2022
Created 16 commits in 6 repositories
Created a pull request in python/cpython that received 4 comments
GH-88968: Add notes about socket ownership transfers
There are four event loop methods (create_connection, create_datagram_endpoint, create_server, and connect_accepted_socket) that take an optional sock
+48
−0
•
4
comments
Opened 9 other pull requests in 3 repositories
python/cpython
2
open
4
merged
- GH-79033: Fix asyncio.Server.wait_closed()
- Fix some incorrect indentation around the main switch
- GH-97696: Initial work on eager tasks
- GH-88968: Reject socket that is already used as a transport
- GH-90985: Revert "Deprecate passing a message into cancel()"
- GH-95913: Update what's new in 3.11 for asyncio
faster-cpython/ideas
1
open
1
merged
python/devguide
1
merged
Reviewed 86 pull requests in 4 repositories
python/cpython
25 pull requests
-
GH-96764: rewrite
asyncio.wait_forto useasyncio.timeout - gh-98641: The documentation about asyncio.TaskGroup might portray it as a replacement for asyncio.gather
-
[3.10] GH-89237: fix hang in proactor
subprocess.wait_closed()(GH-98572) -
[3.11] GH-89237: fix hang in proactor
subprocess.wait_closed()(GH-98572) - GH-91166: zero copy SelectorSocketTransport transport implementation
-
GH-89237: fix hang in proactor
subprocess.wait_closed() - [3.10] GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
- [3.11] GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
- GH-91635: clarify docs about closing of transport in asyncio
-
[3.11] GH-98407: fix
test_kill_issue43884to not leak child processes (GH-98491) -
GH-98407: fix
test_kill_issue43884to not leak child processes - GH-87390: Add remaining tests for PEP 646
- GH-98363: Add itertools.batched()
-
[3.11] GH-98543: Fix
asyncio.TaskGroupto not keep reference to errors after raising ExceptionGroup (GH-98544) -
[3.11] GH-98539: fix ref cycle in
_SSLProtocolTransportafter close (GH-98540) -
GH-98539: fix ref cycle in
_SSLProtocolTransportafter close -
GH-98543: Fix
asyncio.TaskGroupto not keep reference to errors after raising ExceptionGroup - gh-93453: No longer create an event loop in get_event_loop()
- GH-98275: Clarify that asyncio.Task.cancel() does not throw CancelledError into not-yet-started coroutine.
- [3.10] gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)
- [3.11] gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)
- gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode
- gh-98172: [doc] mention that except* handles naked exceptions
- GH-98388: Add tests for happy eyeballs and its internal workings
-
_overload_dummyraisesNotImplementedError, notRuntimeError - Some pull request reviews not shown.
python/peps
1 pull request
Azure/azure-sdk-for-python
1 pull request
python/devguide
1 pull request
Created an issue in faster-cpython/ideas that received 6 comments
Mechanics of interpreter generation from DSL
Assuming we have a DSL roughly like this (modified per #477), we have a few ways to integrate this. We could place the generator input in a separa…
6
comments






