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 archive

    Pattern Matching

    Python 978 63

  2. 500lines Public

    Forked from aosabook/500lines

    500 Lines or Less

    Python 276 49

  3. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 177 23

  4. pyxl3 Public

    Forked from vikasuy/pyxl

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

    Python 147 15

  5. BDFL website

    HTML 91 14

  6. Guido's time machine

    Python 91 12

828 contributions in the last year

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

Contribution activity

December 2022

Created 4 commits in 2 repositories

Created a pull request in python/cpython that received 1 comment

GH-98831: Get rid of super(), just use macro()

Instead of super(X) = Y + Z write macro(X) = Y + JOIN + Z and get rid of the code duplication for super and macro. Issue: gh-98831

+641 −714 1 comment
Opened 1 other pull request in 1 repository
faster-cpython/ideas 1 open
Reviewed 19 pull requests in 4 repositories
python/cpython 15 pull requests
python/peps 2 pull requests
faster-cpython/tools 1 pull request
gvanrossum/gvanrossum.github.io 1 pull request

Created an issue in faster-cpython/ideas that received 1 comment

Can super-instructions be rewritten as macros in the instruction definition DSL?

Currently our DSL has two separate but similar bits of syntax for super- and macro instructions: super(X) = A + B; macro(X) = A + B; These differ …

1 comment

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