-
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
-
527 contributions in the last year
Contribution activity
May 2023
Created 34 commits in 6 repositories
Created 3 repositories
-
carljm/compgenerator
Python
•
Built by
-
carljm/compfinder
Python
•
Built by
- carljm/python-macrobenchmarks Python
Created a pull request in python/cpython that received 12 comments
gh-104615: don't make unsafe swaps in apply_static_swaps
It's not safe to apply SWAP statically if it would reorder two instructions that store to the same location. Issue: gh-104615
Opened 16 other pull requests in 5 repositories
python/cpython
2
open
9
merged
1
closed
- gh-104619: never leak comprehension locals to outer locals()
- [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620).
- gh-104602: ensure all cellvars are known up front
- gh-104374: don't inline comprehensions in non-function scopes
- gh-104404: fix crasher with nested comprehensions plus lambdas
- 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
- gh-104112: link from cached_property docs to method-caching FAQ
carljm/compgenerator
1
merged
python/peps
1
merged
python/pyperformance
1
merged
pyston/python-macrobenchmarks
1
merged
Reviewed 39 pull requests in 3 repositories
python/cpython
25 pull requests
- gh-104615: don't make unsafe swaps in apply_static_swaps
- gh-104549: Set __module__ on TypeAliasType
- gh-104374: Remove access to class scopes for inlined comprehensions
- gh-104600: Make function.__type_params__ writable
-
gh-104555: Runtime-checkable protocols: Don't let previous calls to
isinstance()influence whetherissubclass()raises an exception - gh-75367: fix data descriptor detection in inspect.getattr_static
- gh-104482: Fix error handling bugs in ast.c
-
GH-102613: Fix recursion error from
pathlib.Path.glob() - gh-103763: Implement PEP 695
-
Fix refleak in
super_descr_get - 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
- Some pull request reviews not shown.
carljm/compgenerator
1 pull request
python/peps
1 pull request
Created an issue in python/steering-council that received 5 comments
PEP 709, for the third and (hopefully) final time
In light of the SC feedback that the change to class-scope name visibility in comprehensions discussed in https://discuss.python.org/t/pep-709-one-…





