-
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.
-
-
828 contributions in the last year
Less
More
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
-
GH-100113: remove remaining
yield fromusage fromasynciotests - gh-99761: Add _PyLong_IsPositiveSingleDigit
- Fix an outdated test in asyncio
- Each instruction is two codewords, and consists of "opcode, oparg, 0, 0"
- GH-98831: Typed stack effects, and more instructions converted
- gh-94912: Added marker for non-standard coroutine function detection
- gh-100077: make test_code.test_invalid_bytecode more robust and maintainable
- gh-93453: No longer create an event loop in get_event_loop()
- [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created
- [3.10] gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784)
- [3.11] gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784)
- GH-91166: zero copy SelectorSocketTransport transport implementation
- gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits
-
GH-66285: remove redundant
time.sleepfromtest_fork_signal_handling - GH-98831: Support cache effects in super- and macro instructions
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






