-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
20 Pull requests merged by 12 people
-
gh-135759: consistently reject negative sizes in SHAKE digests
#135767 merged
Jun 21, 2025 -
gh-135557: Use atomic writes on heapq operations
#135601 merged
Jun 21, 2025 -
[3.14] gh-135645: Added
supports_isolated_interpreters
tosys.implementation
(GH-135667)#135786 merged
Jun 21, 2025 -
gh-135645: Added
supports_isolated_interpreters
tosys.implementation
#135667 merged
Jun 21, 2025 -
gh-127146: Skip test_os.test_mode for Emscripten
#135764 merged
Jun 21, 2025 -
[3.13] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770)
#135777 merged
Jun 20, 2025 -
[3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770)
#135776 merged
Jun 20, 2025 -
gh-135756: Fix nonexistent parameter in tkinter docs
#135770 merged
Jun 20, 2025 -
[3.14] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724)
#135775 merged
Jun 20, 2025 -
gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size
#135724 merged
Jun 20, 2025 -
gh-135380: enhance critical section held assertions
#135381 merged
Jun 20, 2025 -
gh-135721: skip
test_trashcan_python_class
on wasm buildbots with stack overflow#135766 merged
Jun 20, 2025 -
gh-131798: JIT: Optimize _CALL_LEN when the length is known
#135260 merged
Jun 20, 2025 -
[3.14] Docs: Document
PyExceptionClass
functions in the C API (GH-135697)#135757 merged
Jun 20, 2025 -
[3.13] Docs: Document
PyExceptionClass
functions in the C API (GH-135697)#135758 merged
Jun 20, 2025 -
Docs: Document
PyExceptionClass_Name
#135697 merged
Jun 20, 2025 -
gh-135748: use argument clinic for more socket methods
#135749 merged
Jun 20, 2025 -
[3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684)
#135747 merged
Jun 20, 2025 -
gh-89083: Attaching RFC links in UUID docs
#135684 merged
Jun 20, 2025 -
[3.14] gh-135532: update
Modules/_hacl/python_hacl_namespaces.h
(GH-135741)#135745 merged
Jun 20, 2025
10 Pull requests opened by 9 people
-
gh-135751: traceback: add recent_first and show_lines parameter
#135752 opened
Jun 20, 2025 -
gh-134584: Specialize STORE_FAST by reference and type in JIT
#135761 opened
Jun 20, 2025 -
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros
#135762 opened
Jun 20, 2025 -
gh-135768: fix allowed/blocked IPv6 domains in `http.cookiejar`
#135771 opened
Jun 20, 2025 -
GH-132532: Make CHECK_PERIODIC an instruction, not just a uop.
#135772 opened
Jun 20, 2025 -
[3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size
#135778 opened
Jun 20, 2025 -
GH-90117: Check for `list` and `tuple` before `MappingView` in `pprint`
#135779 opened
Jun 21, 2025 -
Remove unnecessary trailing backslashes
#135781 opened
Jun 21, 2025 -
[3.14] gh-127146: Skip test_os.test_mode for Emscripten (GH-135764)
#135784 opened
Jun 21, 2025 -
[3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (GH-135601)
#135787 opened
Jun 21, 2025
8 Issues closed by 7 people
-
data race between lock free list reads and heapq
#135557 closed
Jun 21, 2025 -
3.14: missing sys.implementation.supports_isolated_interpreters?
#135645 closed
Jun 21, 2025 -
gh-135780:Proof of Concept: Integer Overflow Vulnerability in dtoa.c
#135780 closed
Jun 21, 2025 -
`tkinter.commondialog.Dialog.show()` documentation has nonexistent `color` parameter
#135756 closed
Jun 20, 2025 -
Add tkinter to the official embeddable python zip file
#99566 closed
Jun 20, 2025 -
Re Bug
#135750 closed
Jun 20, 2025 -
`test_capi` fails on wasm buildbots with stack overflow
#135721 closed
Jun 20, 2025 -
Segfault/abort in `_Py_uop_sym_new_const` on a JIT build
#135608 closed
Jun 20, 2025
16 Issues opened by 15 people
-
Crossbuild: `sys.implementation` and `build-details.json`
#135785 opened
Jun 21, 2025 -
`umask`ed `os.makedirs()` sometimes fails on Emscripten
#135783 opened
Jun 21, 2025 -
Proof of Concept: Integer Overflow Vulnerability in dtoa.c
#135782 opened
Jun 21, 2025 -
clang -fsanitize=memory detected error with the trivial program that embeds the Python interpreter
#135774 opened
Jun 20, 2025 -
venv using symlinks and empty pyvenv.cfg isn't recognized as venv / able to find python home
#135773 opened
Jun 20, 2025 -
Embedded Python on Windows, `site_import=0`: `sys.path` contains executable path rather than sys.prefix
#135769 opened
Jun 20, 2025 -
Correctly block IPv6 domains in `http.cookiejar`
#135768 opened
Jun 20, 2025 -
Improve error message when passing an invalid producer to `dict`
#135765 opened
Jun 20, 2025 -
Add a Clinic Convert for positive-only `Py_ssize_t` (but not `size_t`)
#135763 opened
Jun 20, 2025 -
The error message from `codecs.register_error()` and `str.encode()` should be clearer
#135760 opened
Jun 20, 2025 -
SystemError in OpenSSL's SHAKE when passing negative digest sizes
#135759 opened
Jun 20, 2025 -
Undocumented 3.14 C API
#135755 opened
Jun 20, 2025 -
Software Network 3.13.5 module fails to build
#135754 opened
Jun 20, 2025 -
Support `locale` module on Android
#135753 opened
Jun 20, 2025 -
traceback: add `recent_first` and `show_lines` parameters
#135751 opened
Jun 20, 2025 -
use argument clinic for more socket functions
#135748 opened
Jun 20, 2025
49 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
GH-135379: Top of stack caching for the JIT.
#135465 commented on
Jun 20, 2025 • 7 new comments -
gh-135648: Document that `shutil.copyfileobj` doesn't flush
#135737 commented on
Jun 21, 2025 • 4 new comments -
gh-116502: Fix memory access violation on fatal error with Windows
#116503 commented on
Jun 21, 2025 • 3 new comments -
gh-135056: Add a --cors CLI argument to http.server
#135057 commented on
Jun 20, 2025 • 3 new comments -
gh-102247: Improve documentation of http.HTTPStatus members update
#133190 commented on
Jun 20, 2025 • 2 new comments -
gh-129926: Speed up sqlite3.Row item access
#129927 commented on
Jun 20, 2025 • 1 new comment -
gh-127971: fix off-by-one read beyond the end of a string during search
#132574 commented on
Jun 21, 2025 • 1 new comment -
gh-135571: Guard _hashlib usage in test_hashlib.py
#135572 commented on
Jun 20, 2025 • 1 new comment -
gh-134861: Add CSV and 🍌SV output formats to `asyncio ps`
#134862 commented on
Jun 20, 2025 • 1 new comment -
Synced docs and docstring for `sysconfig.get_platform`
#135530 commented on
Jun 21, 2025 • 1 new comment -
gh-119786: Add InternalDocs/qsbr.md.
#135411 commented on
Jun 20, 2025 • 1 new comment -
gh-135110: Fix misleading generator.close() documentation
#135152 commented on
Jun 20, 2025 • 1 new comment -
GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13
#133831 commented on
Jun 20, 2025 • 0 new comments -
gh-125996: fix thread safety of ordered dict
#133734 commented on
Jun 20, 2025 • 0 new comments -
gh-132771: Added assert for potential Integer Overflow in the mark_stacks function
#132830 commented on
Jun 20, 2025 • 0 new comments -
gh-132732: Automatically constant evaluate pure operations
#132733 commented on
Jun 20, 2025 • 0 new comments -
Inaccurate description of multiprocessing.Queue.close()
#135730 commented on
Jun 20, 2025 • 0 new comments -
gh-132314: suppress `maybe-uninitialized` compiler warning
#134207 commented on
Jun 20, 2025 • 0 new comments -
gh-135177: Raise OverflowError in _Py_call_instrumentation_jump to handle potential integer overflow
#135202 commented on
Jun 20, 2025 • 0 new comments -
gh-135239: simpler use of mutex in hashlib & co
#135267 commented on
Jun 20, 2025 • 0 new comments -
GH-133136: Revise QSBR to reduce excess memory held
#135473 commented on
Jun 20, 2025 • 0 new comments -
gh-135532: module-wide cleanup for HACL*-based extension modules
#135536 commented on
Jun 20, 2025 • 0 new comments -
GH-135106: Restrict trashcan to GC'ed objects
#135682 commented on
Jun 20, 2025 • 0 new comments -
gh-135647: fix random.vonmisesvariate() and random.lognormvariate() accept invalid parameters
#135717 commented on
Jun 21, 2025 • 0 new comments -
gh-135552: Reset type cache after finalization to prevent possible segfault while garbage collecting
#135728 commented on
Jun 20, 2025 • 0 new comments -
gh-135532: optimize calls to `PyMem_Malloc` in SHAKE digest computation
#135744 commented on
Jun 20, 2025 • 0 new comments -
Undocumented 3.13 C API
#118915 commented on
Jun 20, 2025 • 0 new comments -
json dump fails for mixed-type keys when sort_keys is specified
#69643 commented on
Jun 20, 2025 • 0 new comments -
Eliminate redundant refcounting in the JIT
#134584 commented on
Jun 20, 2025 • 0 new comments -
3.13.2: cast in Py_XDECREF causes runtime failures with immortal objects
#135746 commented on
Jun 20, 2025 • 0 new comments -
Rewrite & cleanup HACL*-based extension modules
#135532 commented on
Jun 20, 2025 • 0 new comments -
`generator.close()` never raises `GeneratorExit`
#135110 commented on
Jun 20, 2025 • 0 new comments -
venv overwrites existing .gitignore
#135604 commented on
Jun 20, 2025 • 0 new comments -
Performance issue with ARM64 windows Python release binaries
#134524 commented on
Jun 20, 2025 • 0 new comments -
Make it possible for the jit to deopt to tier1 upon interrupts
#132532 commented on
Jun 20, 2025 • 0 new comments -
with statement star target
#135617 commented on
Jun 20, 2025 • 0 new comments -
ImportError in `test.support.suppress_imortalization` when using `--enable-optimizations` and `--disable-test-modules`
#135734 commented on
Jun 20, 2025 • 0 new comments -
Documentation for except* could be clearer
#135629 commented on
Jun 20, 2025 • 0 new comments -
codeobject.co_nlocals and codeobject.co_varnames are incorrect for function definition
#133326 commented on
Jun 20, 2025 • 0 new comments -
Increased memory usage with mimalloc
#135153 commented on
Jun 20, 2025 • 0 new comments -
Memory access violation on fatal error with Windows
#116502 commented on
Jun 20, 2025 • 0 new comments -
Abort in `_interpqueuesmodule` due to queue being created with negative `maxsize`
#135698 commented on
Jun 20, 2025 • 0 new comments -
3.14.0b3 JIT build fails with `KeyError: 'R_X86_64_GOTPCREL'`
#135690 commented on
Jun 21, 2025 • 0 new comments -
Broken tests with "legacy" sys.float_repr_style
#128051 commented on
Jun 21, 2025 • 0 new comments -
Emscripten: Get test suite passing
#127146 commented on
Jun 21, 2025 • 0 new comments -
webbrowser.open doesn't work on Android
#90371 commented on
Jun 21, 2025 • 0 new comments -
`sys.exit` unpacks its argument if it is a 0- or 1-element tuple
#133548 commented on
Jun 21, 2025 • 0 new comments -
gh-51067: add `ZipFile.remove()`
#103033 commented on
Jun 21, 2025 • 0 new comments -
gh-130693: Add options of the tkinter.Text.search method: -nolinestop -all -overlap -strictlimits
#130848 commented on
Jun 21, 2025 • 0 new comments