-
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.
-
-
789 contributions in the last year
Less
More
Contribution activity
February 2023
Created 37 commits in 5 repositories
Created a pull request in python/cpython that received 31 comments
gh-98831: Modernize CALL and family
Note that we have a few opcodes starting with CALL_ that aren't specializations of CALL.
Issue: gh-98831
+646
−588
•
31
comments
Opened 7 other pull requests in 1 repository
python/cpython
7
merged
- gh-98831: Use opcode metadata for stack_effect()
- gh-98831: Finish the UNPACK_SEQUENCE family
- gh-98831: Move DSL documentation here from ideas repo
- gh-98831: Modernize FORMAT_VALUE
- gh-98831: Modernize CALL_FUNCTION_EX
- gh-98831: Modernize the FOR_ITER family of instructions
- gh-98831: Modernize the LOAD_GLOBAL family
Reviewed 27 pull requests in 1 repository
python/cpython
25 pull requests
- [3.10] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst (gh-100270)
- [3.11] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst (GH-100270)
- [3.10] gh-100226: Clarify StreamReader.read behavior (GH-101807)
- [3.11] gh-100226: Clarify StreamReader.read behavior (GH-101807)
- gh-100226: Clarify StreamReader.read behavior
- gh-101766: Fix refleak for _BlockingOnManager resources from test suite level
-
GH-96764: rewrite
asyncio.wait_forto useasyncio.timeout -
gh-101952: Fix possible segfault in
BUILD_SETopcode - gh-101766: Fix refleak for _BlockingOnManager resources
- gh-101799: implement PREP_RERAISE_STAR as an intrinsic function
- gh-98831: Use opcode metadata for stack_effect()
- gh-98831: Modernize CALL and family
-
gh-97725: Fix documentation for the default file of
Task.print_stack - [3.11] Make use of TESTFN_ASCII in test_fileio (GH-101645)
- Make use of TESTFN_ASCII in test_fileio
- gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in the instruction definition DSL
- gh-98831: Modernize the FOR_ITER family of instructions
- gh-98831: Modernize CALL_FUNCTION_EX
- gh-98831: rewrite COPY and SWAP in the instruction definition DSL
- gh-101573 Optimized collections.abc
- gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst
- gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition DSL
- gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruction definition DSL
- gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL
- gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition DSL
- Some pull request reviews not shown.
Created an issue in faster-cpython/ideas that received 13 comments
Benchmark noise
I am despairing at the nosiness of our benchmarks. For example, here are two different runs from identical code (I forgot to run pystats, so I re-r…
13
comments






