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 979 63

  2. 500lines Public

    Forked from aosabook/500lines

    500 Lines or Less

    Python 277 49

  3. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 180 23

  4. pyxl3 Public

    Forked from vikasuy/pyxl

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

    Python 147 15

  5. Guido's time machine

    Python 91 12

  6. BDFL website

    HTML 90 14

825 contributions in the last year

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

Contribution activity

December 2022

Created 5 commits in 2 repositories

Created a pull request in faster-cpython/ideas that received 4 comments

Remove special syntax for super(X) = A + B in favor of macro(X) = A + JOIN + B

This can now be expressed as a macro using A + JOIN + B. See also python/cpython#100124 and #507.

+6 −6 4 comments
Reviewed 41 pull requests in 6 repositories
python/cpython 25 pull requests
python/peps 2 pull requests
python/pyperformance 1 pull request
iritkatriel/cpython 1 pull request
faster-cpython/tools 1 pull request
gvanrossum/gvanrossum.github.io 1 pull request

Created an issue in faster-cpython/ideas that received 4 comments

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 …

4 comments
Opened 1 other issue in 1 repository

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