Math PhD Student, CPython Core Developer. (he/him)
-
The Ohio State University
- Columbus, Ohio
Block or Report
Block or report sweeneyde
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
thompson_knots Public
Scripts related to creating knot-theoretical links from elements of Thompson's group
Python
-
FEH-Robot Public
The program used for Team E4 (Zach Boledovic, Mason Cobb, Luke Koury and Dennis Sweeney) in the 2018 FEH Robot competition at The Ohio State University
C++
-
1
class LazyProductObject:
2# Assume there are n >= 1 iterators, with repeat = r.3# len(pools) == n and len(indices) == len(result) == n*r4# pools[0:num_incomplete_pools] are lists of items that will still5# get added to from iterators, while pools[num_incomplete_pools:n]
325 contributions in the last year
Activity overview
Contributed to
python/cpython,
faster-cpython/ideas,
sweeneyde/thompson_knots
and 16 other
repositories
Contribution activity
June 2022
Created 6 commits in 2 repositories
Created 1 repository
- sweeneyde/coveragepy Python
Created a pull request in nedbat/coveragepy that received 5 comments
Opened 4 other pull requests in 1 repository
Reviewed 11 pull requests in 1 repository
python/cpython
11 pull requests
- gh-91432: Specialize FOR_ITER
- GH-93516: Store offset of first traceable instruction in code object
- GH-93678: reduce boilerplate and code repetition in the compiler
- [3.10] gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
- [3.11] gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
- gh-92930: _pickle.c: Acquire strong references before calling save()
- Fix missing word in sys.float_info docstring
- GH-91095: Specialize calls to normal python classes
- gh-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return
- gh-93433: Fix dis doc example output
- gh-93356: Lay out exception handling code at end of code unit
Created an issue in python/cpython that received 4 comments
Building on Windows should remove all __pycache__
Feature or enhancement
The file Makefile.pre.in already has this target:
pycremoval: -find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';'…
4
comments



