-
Instagram
- Rapid City, SD
Block or Report
Block or report carljm
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
django-secure Public archive
This project was merged into Django 1.8, and is now unsupported and unmaintained as a third-party app.
-
django-form-utils Public
[UNMAINTAINED] Form enhancements for Django (fieldset and row-attrs support, and more)
-
django-transaction-hooks Public archive
Django database backends with post-transaction-commit hooks. Merged into Django 1.9; please report bugs or make feature requests in core Django, not here.
-
synology-mediamon Public
Auto-indexing media files monitor for Synology DiskStation NAS
-
django-adminfiles Public
[MIRROR] File uploader/manager/picker for Django admin; see demo screencast at http://vimeo.com/8940852
-
484 contributions in the last year
Contribution activity
May 2023
Created 13 commits in 4 repositories
Created 1 repository
Created a pull request in python/cpython that received 6 comments
gh-104112: link from cached_property docs to method-caching FAQ
fixes #104112
Issue: gh-104112
Opened 9 other pull requests in 4 repositories
python/cpython
6
merged
- gh-104377: fix cell in comprehension that is free in outer scope
- gh-104357: fix inlined comprehensions that close over iteration var
- gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization
- gh-87849: fix SEND specialization family definition
- gh-104184: fix building --with-pydebug --enable-pystats
- gh-103963: fix 'make regen-opcode' in out-of-tree builds
python/peps
1
merged
python/pyperformance
1
merged
pyston/python-macrobenchmarks
1
merged
Reviewed 29 pull requests in 2 repositories
python/cpython
25 pull requests
- gh-103763: Implement PEP 695
- gh-104357: fix inlined comprehensions that close over iteration var
-
gh-103000: Optimise
dataclasses.asdictfor the common case - GH-96803: Document and test new unstable internal frame API functions
- gh-87849: fix SEND specialization family definition
- gh-97933: inline list/dict/set comprehensions
- gh-103295: expose API for writing perf map files
- gh-104240: return code unit metadata from codegen
-
gh-103193: Improve
getattr_statictest coverage - gh-104240: make _PyCompile_CodeGen support different compilation modes
-
gh-103193: cache calls to
inspect._shadowed_dictininspect.getattr_static - gh-97696 Remove unnecessary check for eager_start kwarg
- gh-85934: Use getattr_static when adding mock spec
- GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque for users of PEP 523.
- gh-103963: fix 'make regen-opcode' in out-of-tree builds
- gh-68968: Correcting message display issue with assertEqual
- gh-104144: Skip scheduling a done callback if a TaskGroup task completes eagerly
- gh-104144: Optimize gather to finish eagerly when all futures complete eagerly
- gh-104078: Improve performance of PyObject_HasAttrString
- [3.11] gh-103590: do not wrap a single exception raised from a try-except*
- gh-103590: mention that the change is included in 3.11.4 and clarify except* documentation
- gh-104066: Improve performance of hasattr for module objects
- gh-104057: Fix direct invocation of test_super
- gh-87092: Expose assembler to unit tests
- gh-97696: asyncio eager tasks factory
- Some pull request reviews not shown.
python/peps
1 pull request
Created an issue in python/cpython that received 2 comments
we should not recommend using functools.cache on methods
Documentation
Currently the documentation for functools.cached_property recommends stacking @property and @functools.cache decorators to "achieve a…





