-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
22 Pull requests merged by 15 people
-
Remove deferred
typing
import inannotationlib
#132034 merged
Apr 3, 2025 -
gh-60115: Support frozen modules for linecache.getline()
#131638 merged
Apr 2, 2025 -
[3.13] gh-130197: pygettext: Test the --escape option (GH-131902)
#132032 merged
Apr 2, 2025 -
[3.12] gh-130197: pygettext: Test the --escape option (GH-131902)
#132033 merged
Apr 2, 2025 -
gh-118761: Fix star-import of ast (alternative)
#132025 merged
Apr 2, 2025 -
[3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
#131239 merged
Apr 2, 2025 -
gh-111178: Skip test_perf_profiler on function sanitizer
#132020 merged
Apr 2, 2025 -
[3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015)
#132019 merged
Apr 2, 2025 -
gh-118761: Optimise import time for ast
#131953 merged
Apr 2, 2025 -
GH-131498: Cases generator: Parse down to C statement level.
#131948 merged
Apr 2, 2025 -
gh-131974: Fix usages of
locked_deref
inctypes
#131975 merged
Apr 2, 2025 -
gh-131544: Update docs for PyType_AddWatcher
#132015 merged
Apr 2, 2025 -
gh-59705: Fix solaris detection in test_set_name
#132012 merged
Apr 2, 2025 -
gh-132013: use relaxed atomics in hash of frozenset
#132014 merged
Apr 2, 2025 -
[3.13] gh-131888: fix ResourceWarning in test_ftplib (GH-131889)
#132009 merged
Apr 2, 2025 -
[3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889)
#132010 merged
Apr 2, 2025 -
gh-131888: fix ResourceWarning in test_ftplib
#131889 merged
Apr 2, 2025 -
[3.13] gh-132002: Fix crash of
ContextVar
on unhashablestr
subtype (GH-132003)#132007 merged
Apr 2, 2025 -
[3.12] gh-132002: Fix crash of
ContextVar
on unhashablestr
subtype (GH-132003)#132008 merged
Apr 2, 2025 -
gh-132002: Fix crash of
ContextVar
on unhashablestr
subtype#132003 merged
Apr 2, 2025 -
gh-130197: pygettext: Test the
--escape
option#131902 merged
Apr 2, 2025 -
GH-128055: fix test_sysconfigdata_json outside the builddir
#128070 merged
Apr 2, 2025
15 Pull requests opened by 12 people
-
Fixed a typo in the documentation
#132005 opened
Apr 2, 2025 -
gh-125434: Display thread name in faulthandler
#132016 opened
Apr 2, 2025 -
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization
#132018 opened
Apr 2, 2025 -
GH-131904: Fix Py_STACKREF_DEBUG build
#132022 opened
Apr 2, 2025 -
Add tests for Bluetooth RFCOMM, HCI and SCO
#132023 opened
Apr 2, 2025 -
gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for comparison
#132027 opened
Apr 2, 2025 -
gh-118761: Improve import time of ``annotationlib``
#132028 opened
Apr 2, 2025 -
gh-131885: Document `*` for `code.InteractiveConsole`
#132029 opened
Apr 2, 2025 -
gh-131912: Refactored description of grouping options in format specification docs
#132030 opened
Apr 2, 2025 -
gh-118761: Use `enum._simple_enum` for `annotationlib.Format`
#132031 opened
Apr 2, 2025 -
gh-118761: Cover the import time optimisations in What's New
#132035 opened
Apr 2, 2025 -
gh-118761: Optimise import time for ``shlex``
#132036 opened
Apr 2, 2025 -
gh-118761: Optimise import time for ``string``
#132037 opened
Apr 3, 2025 -
gh-132038: Make perf version check in test_perf_profiler more robust
#132039 opened
Apr 3, 2025 -
gh-46236: Add missing PyUnicode_FromOrdinal() doc
#132040 opened
Apr 3, 2025
16 Issues closed by 11 people
-
Decimal strict mode should prevent Decimal("0.89") == 0.89
#125557 closed
Apr 3, 2025 -
.replace functions in datetime do not call __new__
#89039 closed
Apr 2, 2025 -
`PyType_AddWatcher` and friends are not thread safe in free-threading
#131544 closed
Apr 2, 2025 -
`ctypes.Pointer.get_contents` doesn't hold the object's lock for long enough
#131974 closed
Apr 2, 2025 -
Add Py_BREAKPOINT and sys._breakpoint hooks
#53844 closed
Apr 2, 2025 -
TSAN race in frozenset_hash
#132013 closed
Apr 2, 2025 -
_LOAD_ATTR_WITH_HINT should be able to work lock-free in the free-threaded builds
#130373 closed
Apr 2, 2025 -
intermittent ResourceWarning in test_ftplib
#131888 closed
Apr 2, 2025 -
Segfault deallocating a `ContextVar` built with `str` subclass
#132002 closed
Apr 2, 2025 -
multiprocessing.Queue unexpected behaviour when using multiple queues and multiple producers
#132001 closed
Apr 2, 2025 -
my_var: self.SubClass type hint returns Variable not allowed in type expression
#132004 closed
Apr 2, 2025 -
Time for Python 4.0
#131980 closed
Apr 2, 2025 -
add PEP-585 support to singledispatch
#131996 closed
Apr 2, 2025 -
test_sysconfig.TestSysConfig.test_sysconfigdata_json fails: it expects 'userbase' to be '/root/.local'
#128055 closed
Apr 2, 2025 -
Compilation on Windows fails with assert in generated_cases.c.h
#131987 closed
Apr 2, 2025
8 Issues opened by 8 people
-
Optimize class creation
#132042 opened
Apr 3, 2025 -
Add contextmanager interface to `argparse.ArgumentParser` for better sub-command declarations
#132041 opened
Apr 3, 2025 -
test_perf_profiler test failure if installed perf version string contains commit hash
#132038 opened
Apr 3, 2025 -
_MIPS_SIM comparison may contain undefined identifiers for _ABI
#132026 opened
Apr 2, 2025 -
Inconsistency in json.JSONEncoder Description Regarding skipkeys Behavior
#132021 opened
Apr 2, 2025 -
Error traceback when interrupting+terminating python
#132017 opened
Apr 2, 2025 -
Failed assertion in `_PyEval_EvalFrameDefault`: `self_o != NULL`
#132011 opened
Apr 2, 2025 -
Apple App Store rejecting apps because of "(ITMS-91061) Missing privacy manifest"
#132006 opened
Apr 2, 2025
59 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-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path
#132000 commented on
Apr 2, 2025 • 11 new comments -
gh-100926: Move ctype's pointers cache to StgInfo
#131282 commented on
Apr 3, 2025 • 10 new comments -
gh-131591: Implement PEP 768
#131937 commented on
Apr 2, 2025 • 4 new comments -
gh-131927: Prevent emitting optimizer warnings twice in the REPL
#131993 commented on
Apr 2, 2025 • 4 new comments -
WIP: gh-114467: Support posix_spawn in subprocess.Popen with cwd != None
#114468 commented on
Apr 2, 2025 • 2 new comments -
[3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
#107841 commented on
Apr 2, 2025 • 2 new comments -
gh-84464: Update `turtle.circle()` drawing direction doc
#128986 commented on
Apr 2, 2025 • 1 new comment -
gh-129013: Don't expose `async_generator_wrapped_value` in `PY_YIELD` callbacks
#129031 commented on
Apr 2, 2025 • 1 new comment -
gh-130115: fix thread identifiers for 32-bit musl
#130391 commented on
Apr 2, 2025 • 1 new comment -
gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Windows-related C code
#131944 commented on
Apr 2, 2025 • 1 new comment -
gh-112632 : Added an option for block formatting to Lib/pprint.py
#129274 commented on
Apr 2, 2025 • 1 new comment -
gh-131918: Add _ThreadLocalSqliteConnection in dbm.sqlite
#131920 commented on
Apr 2, 2025 • 1 new comment -
gh-111178: allow AC to disable fastcall convention to avoid UBSan failures
#131605 commented on
Apr 2, 2025 • 1 new comment -
gh-130631: Make join_header_words() more similar to the original Perl version
#130632 commented on
Apr 2, 2025 • 0 new comments -
gh-130320: gettext: Test fallback translations
#130321 commented on
Apr 2, 2025 • 0 new comments -
gh-129719: Restore missing socket.CAN_RAW_ERR_FILTER on Linux
#129721 commented on
Apr 2, 2025 • 0 new comments -
GH-129382: change venv's API symlinks default to match the CLI
#129493 commented on
Apr 2, 2025 • 0 new comments -
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object
#129127 commented on
Apr 2, 2025 • 0 new comments -
`sqlite`: `timeout` doesn't seem to work
#130971 commented on
Apr 2, 2025 • 0 new comments -
gh-130827: Support `typing.Self` annotations in `singledispatchmethod()`
#130829 commented on
Apr 2, 2025 • 0 new comments -
gh-85792: Update shebang to python3
#130863 commented on
Apr 3, 2025 • 0 new comments -
gh-129847: Add graphlib.reverse(), graphlib.as_transitive()
#130875 commented on
Apr 2, 2025 • 0 new comments -
gh-130197: pygettext: Fix and test the `--exclude-file` option
#131381 commented on
Apr 2, 2025 • 0 new comments -
[WIP] gh-129813, PEP 782: Add PyBytesWriter C API
#131681 commented on
Apr 2, 2025 • 0 new comments -
GH-114809: Add support for macOS multi-arch builds with the JIT enabled
#131751 commented on
Apr 3, 2025 • 0 new comments -
gh-130655: Add a test for bad magic numbers when parsing gettext MO files
#131909 commented on
Apr 2, 2025 • 0 new comments -
gh-74756: support precision field for integer formatting types
#131926 commented on
Apr 3, 2025 • 0 new comments -
gh-118761: Optimise import time for textwrap
#131956 commented on
Apr 2, 2025 • 0 new comments -
gh-85302: Add support for BTPROTO_SCO on FreeBSD
#131981 commented on
Apr 2, 2025 • 0 new comments -
gh-131885: Document `/` for `decimal.Context` methods
#131990 commented on
Apr 2, 2025 • 0 new comments -
gh-131885: Document `/` for `codecs` functions
#131992 commented on
Apr 2, 2025 • 0 new comments -
The interpreter crashes when specializing bound method calls on unbound objects
#131998 commented on
Apr 2, 2025 • 0 new comments -
test_embed and test_ssl failing on linux 6.12.13
#131579 commented on
Apr 2, 2025 • 0 new comments -
Add build support for Apple visionOS
#131999 commented on
Apr 2, 2025 • 0 new comments -
Multithreaded scaling regression in 3.13.1t
#131988 commented on
Apr 2, 2025 • 0 new comments -
Performance loss for `str.rstrip()` for 3.13+
#131947 commented on
Apr 2, 2025 • 0 new comments -
Add a `collection.abc.Function` ABC for function-like objects
#131983 commented on
Apr 2, 2025 • 0 new comments -
Faulthandler output should include the thread name
#125434 commented on
Apr 2, 2025 • 0 new comments -
`singledispatchmethod.register` fails with `typing.Self` annotation
#130827 commented on
Apr 2, 2025 • 0 new comments -
colorization in cli json tool
#131952 commented on
Apr 2, 2025 • 0 new comments -
UBSan: Calling a function through pointer to incorrect function type is undefined behavior
#111178 commented on
Apr 2, 2025 • 0 new comments -
[FreeThreading] test_ssl fails with env_changed: warnings.filters was modified by test_ssl
#126483 commented on
Apr 2, 2025 • 0 new comments -
error in building 3.13.2 for arm free-threaded with jit
#130834 commented on
Apr 2, 2025 • 0 new comments -
CPython fails to compile when the internal `Py_STACKREF_DEBUG` macro is defined
#131904 commented on
Apr 2, 2025 • 0 new comments -
Inheritance from base class with property in class makes them non-instantiatable
#91393 commented on
Apr 2, 2025 • 0 new comments -
Update function signatures to use `*` and `/` as needed
#131885 commented on
Apr 2, 2025 • 0 new comments -
Update bundled pip to address CVE-2023-5752 in cpython 3.9 & 3.10
#131860 commented on
Apr 2, 2025 • 0 new comments -
Move description of grouping options in format specification docs
#131912 commented on
Apr 2, 2025 • 0 new comments -
add several options to msgfmt.py
#77393 commented on
Apr 2, 2025 • 0 new comments -
pygettext: Clean up obsolete tests and improve test coverage
#130197 commented on
Apr 2, 2025 • 0 new comments -
`ctypes` pointer writes are not thread safe
#128182 commented on
Apr 2, 2025 • 0 new comments -
New REPL sometimes incrementally indents traceback lines
#131968 commented on
Apr 2, 2025 • 0 new comments -
Document PyUnicode_* API
#46236 commented on
Apr 3, 2025 • 0 new comments -
Improve import time of various stdlib modules
#118761 commented on
Apr 3, 2025 • 0 new comments -
gh-115997: Make `HTTPResponse.read1` and `readline` raise `IncompleteRead`
#115998 commented on
Apr 2, 2025 • 0 new comments -
gh-121921: Update Lib/test/crashers
#126360 commented on
Apr 2, 2025 • 0 new comments -
gh-128045: Mark unknown opcodes as deopting to themselves
#128044 commented on
Apr 2, 2025 • 0 new comments -
gh-126703: Add freelists for iterators and range, method and builtin_function_or_method objects
#128368 commented on
Apr 2, 2025 • 0 new comments -
gh-128661: Remove DeprecationWarning in evaluate_forward_ref
#128930 commented on
Apr 2, 2025 • 0 new comments