-
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
pyxl3 PublicForked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
943 contributions in the last year
| Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2024
Created 43 commits in 3 repositories
Created a pull request in python/cpython that received 27 comments
gh-116968: Reimplement Tier 2 counters
The counters now reuse the adaptive counter machinery, and temperature uses exponential backoff. Some details are changed, see the issue. I still n…
+272
−170
lines changed
•
27
comments
Opened 14 other pull requests in 2 repositories
python/cpython
8
merged
5
closed
-
gh-108716:: Remove _PyStaticCode_Init/Fini
This contribution was made on Mar 21
-
gh-117045: Add code object to function version cache
This contribution was made on Mar 19
-
gh-116976: Merge _CHECK_STACK_SPACE into preceding _CHECK_FUNCTION_EXACT_ARGS
This contribution was made on Mar 18
-
Cleanup tier2 debug output
This contribution was made on Mar 17
-
gh-108716: Cleanup remaining deepfreeze infrastructure
This contribution was made on Mar 16
-
gh-116916: Remove separate next_func_version counter
This contribution was made on Mar 16
-
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)"
This contribution was made on Mar 11
-
Parallelize regen-cases
This contribution was made on Mar 7
-
Kenjin tier2 inliner redux pristine
This contribution was made on Mar 6
-
Kenjin tier2 inliner redux
This contribution was made on Mar 6
-
Kenjin/tier2 inliner redux
This contribution was made on Mar 5
-
Fix debug output for optimized executor
This contribution was made on Mar 4
-
DRAFT: limited call inlining
This contribution was made on Mar 3
Fidget-Spinner/cpython
1
closed
-
Implement _GROW_TIER2_FRAME without adding tier2_extra_size
This contribution was made on Mar 5
Reviewed 44 pull requests in 3 repositories
python/cpython
25 pull requests
-
gh-116968: Reimplement Tier 2 counters
This contribution was made on Mar 27
-
A few minor tweaks to get stats working and compiling cleanly.
This contribution was made on Mar 25
-
GH-117086: Fix function version numbering
This contribution was made on Mar 25
-
gh-117176: Fix warning
This contribution was made on Mar 24
-
gh-117180: Complete call sequence when trace stack overflow
This contribution was made on Mar 23
-
gh-112383: teach dis how to interpret ENTER_EXECUTOR
This contribution was made on Mar 23
-
gh-91227: Ignore ERROR_PORT_UNREACHABLE
This contribution was made on Mar 23
-
gh-115754: Add Py_GetConstantRef() function
This contribution was made on Mar 21
-
gh-117045: Add code object to function version cache
This contribution was made on Mar 20
-
GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimize them perfectly.
This contribution was made on Mar 20
-
gh-76785: Clean Up Interpreter ID Conversions
This contribution was made on Mar 20
-
[3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774)
This contribution was made on Mar 20
-
[3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774)
This contribution was made on Mar 20
-
gh-96471: Add asyncio queue shutdown
This contribution was made on Mar 20
-
gh-94808: add tests covering
PyFunction_{Get,Set}ClosureThis contribution was made on Mar 19 -
gh-113538: Allow client connections to be closed
This contribution was made on Mar 18
-
gh-115258: Fix failed tests on threading queue shutdown
This contribution was made on Mar 18
-
Cleanup tier2 debug output
This contribution was made on Mar 17
-
Update titles and subtitles on landing page template
This contribution was made on Mar 16
-
GH-108362: Incremental GC implementation
This contribution was made on Mar 15
-
gh-116760: Fix pystats for trace attempts
This contribution was made on Mar 13
-
gh-116631: Fix race condition in
test_shutdown_immediate_put_joinThis contribution was made on Mar 13 -
gh-96471: Add ShutDown to threading module '__all__'
This contribution was made on Mar 13
-
gh-115419: Change default sym to not_null
This contribution was made on Mar 13
-
gh-113538: Allow client connections to be closed
This contribution was made on Mar 11
- Some pull request reviews not shown.
python/peps
2 pull requests
-
PEP 7: Require -Werror=declaration-after-statement
This contribution was made on Mar 19
-
PEP 3156: Fix a typo — "ipv4_address" -> "ipv6_address"
This contribution was made on Mar 14
python/devguide
1 pull request
-
Revise specific guidance about avoiding 'CPU'
This contribution was made on Mar 14
Created an issue in python/cpython that received 14 comments
Store both function and code object in the function version cache
(Copied from faster-cpython/ideas#665.) The idea here is to avoid function version cache misses for generator expressions. (See faster-cpython/idea…
14
comments
Opened 10 other issues in 4 repositories
python/cpython
3
open
3
closed
-
Incorrect output due to Tier 2
_LOAD_CONST_INLINEThis contribution was made on Mar 20 -
Combine
_CHECK_FUNCTION_EXACT_ARGSand_CHECK_STACK_SPACEuops?This contribution was made on Mar 18 -
dis.py hard-codes that ENTER_EXECUTOR is a backwards jump (it isn't always)
This contribution was made on Mar 18
-
Move Tier 2 interpreter out of
_PyEval_EvalFrameDefaultThis contribution was made on Mar 18 -
Side exit temperature requires exponential backoff
This contribution was made on Mar 18
-
Why do we have two counters for function versions?
This contribution was made on Mar 16
faster-cpython/ideas
2
open
-
Can we split
_INIT_CALL_PY_EXACT_ARGSfurther in Tier 2?This contribution was made on Mar 18 -
Store both function and code object in the function version cache
This contribution was made on Mar 17
python/steering-council
1
open
-
PEP 742 -- Narrowing types with TypeIs
This contribution was made on Mar 14
capi-workgroup/decisions
1
open
-
Overwhelmed by requests to choose
This contribution was made on Mar 5






