Popular repositories
-
-
pyxl3 Public
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
697 contributions in the last year
Less
More
Contribution activity
September 2021
Created 7 commits in 2 repositories
Reviewed 16 pull requests in 3 repositories
python/cpython
13 pull requests
- bpo-45055: Add retry when downloading externals on Windows
- bpo-45020: Freeze os, site, and codecs.
- bpo-45214: add the LOAD_NONE opcode
- bpo-34093: Produce consistent output from marshal.dumps().
- bpo-45020: Drop the frozen .h files from the repo.
- bpo-45019: Silence a warning in test_ctypes.
- bpo-45020: Freeze some of the modules imported during startup.
- bpo-45152: refactor the dis module to make handling of hasconst opcod…
- bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules.
- bpo-45168: change dis output to omit missing values rather than replacing them by their index
- bpo-45020: Freeze the modules imported during startup.
-
bpo-37596: Update
test_deterministic_setsto correctly handle different string hash algorithms - bpo-45056: Remove trailing unused constants from co_consts
python/peps
2 pull requests
python/mypy
1 pull request
Created an issue in cython/cython that received 8 comments
[BUG] PyCode_New and PyCode_NewWithPosOnlyArgs are going away in 3.11
See https://bugs.python.org/issue45122 The appropriate internal C API is _PyCode_New, which takes a struct containing various (sometimes optional) …
8
comments