Popular repositories Loading
-
-
-
plt-study
plt-study PublicForked from steshaw/plt
A path to Programming Language Theory enlightenment
-
urxvt-tabbedex
urxvt-tabbedex PublicForked from stepb/urxvt-tabbedex
Tabbed plugin for rxvt-unicode with many enhancements
Perl 2
-
zenburn-el
zenburn-el PublicForked from dbrock/zenburn-el
The zenburn color theme for GNU Emacs
Emacs Lisp 2
1,636 contributions in the last year
Day of Week | March Mar | 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 |
Contribution activity
March 2025
Created 219 commits in 2 repositories
Created a pull request in python/cpython that received 2 comments
gh-118331: Fix a couple of issues when list allocation fails
This fixes a couple of bugs that are triggered when list allocation fails. Specifically, when the list object is allocated successfully, but alloca…
Opened 4 other pull requests in 2 repositories
facebookexperimental/free-threading-benchmarking
3
merged
-
Remove results with unknown host
This contribution was made on Mar 24
-
Update workflows
This contribution was made on Mar 18
-
Remove unknown results
This contribution was made on Mar 18
python/cpython
1
merged
-
gh-118331: Fix
test_list.ListTest.test_no_memory
under trace refs buildThis contribution was made on Mar 6
Reviewed 14 pull requests in 2 repositories
python/cpython
11 pull requests
-
[3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm …
This contribution was made on Mar 26
-
gh-123358: Use
_PyStackRef
inLOAD_DEREF
This contribution was made on Mar 25 -
gh-117657: Fix data race in
compare_unicode_unicode_threadsafe
This contribution was made on Mar 25 -
gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen
This contribution was made on Mar 25
-
gh-131586: Avoid refcount contention in some "special" calls
This contribution was made on Mar 24
-
gh-130704: Strength reduce
LOAD_FAST{_LOAD_FAST}
This contribution was made on Mar 20 -
gh-131269: Avoid binding functions in random.py
This contribution was made on Mar 17
-
gh-131113: Fix data race in dict.popitem()
This contribution was made on Mar 11
-
gh-130396: Fix thread sanitizer crashes on stack overflow tests
This contribution was made on Mar 10
-
gh-118331: Fix
test_list.ListTest.test_no_memory
under trace refs buildThis contribution was made on Mar 6 -
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT
This contribution was made on Mar 6
facebookexperimental/free-threading-benchmarking
3 pull requests
-
Add the macos results to plots.
This contribution was made on Mar 18
-
Fix typo in darwin runner's arch.
This contribution was made on Mar 17
-
Add darwin runner
This contribution was made on Mar 17
Created an issue in python/cpython that received 1 comment
test_list.ListTest.test_no_memory
fails under tracerefs
Bug report
Bug description:
After gh-130811, test_list.ListTest.test_no_memory
fails when CPython is configured with --with-trace-refs
, because mem…
Opened 2 other issues in 1 repository
python/cpython
2
open
-
Dynamic borrow checking for stackrefs
This contribution was made on Mar 20
-
take_ownership
may erroneously clear MemoryError exceptionsThis contribution was made on Mar 13