Skip to content
Avatar

Organizations

@python
Block or Report

Block or report gvanrossum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. patma Public

    Pattern Matching

    Python 971 56

  2. 500lines Public

    Forked from aosabook/500lines

    500 Lines or Less

    Python 269 47

  3. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 171 16

  4. pyxl3 Public

    Forked from vikasuy/pyxl

    A Python 3 extension for writing structured and reusable inline HTML.

    Python 143 13

  5. Guido's time machine

    Python 88 10

  6. BDFL website

    HTML 87 11

646 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

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
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
Opened 1 other issue in 1 repository
python/cpython 1 open

Seeing something unexpected? Take a look at the GitHub profile guide.