Skip to content

Monthly issue metrics report #88

Closed
@github-actions

Description

@github-actions

Issue Metrics

Metric Average Median 90th percentile
Time to first response 1 day, 0:09:44 3:12:11 2 days, 18:14:11
Time to close 4 days, 1:31:11 2 days, 8:52:12 10 days, 16:02:47
Time to answer None None None
Metric Count
Number of items that remain open 198
Number of items closed 115
Number of most active mentors 0
Total number of items created 313
Title URL Author Time to first response Time to close Time to answer
pathlib ABCs: add protocols for supporting types python/cpython#127456 barneygale 0:05:51 None None
4 tests consistently failing on free-threaded Windows PGO buildbot python/cpython#127455 itamaro None None None
Improve and maintain Doc/data/refcounts.dat python/cpython#127443 picnixz 4:11:00 None None
pyrepl should provide full traceback if possible to help debug possible buggy failures. python/cpython#127442 AraHaan None None None
Python may startup fails if the home variable in pyvenv.cfg is inaccurate python/cpython#127440 CharlieZhao95 None None None
iOS clang aliases crash with "invalid directory name" error if called with arguments having spaces python/cpython#127434 FeodorFitsner 0:07:09 None None
Add CI test for cross-builds python/cpython#127432 FFY00 None None None
sysconfig data is generated with the host Python's Makefile when cross-compiling python/cpython#127429 FFY00 None None None
[PGO] Provide Pre-Generated Profiles python/cpython#127425 ptr1337 None None None
tarfile.TarFile.errors is initialized for some reason as None even though it really only accepts str python/cpython#127424 kbaikov 0:11:57 None None
test_start_new_thread_failed flaky: failed on macOS (free threading) python/cpython#127421 colesbury 2:07:51 None None
AIX build broken with Illegal instruction python/cpython#127417 ayappanec 8:51:08 1 day, 10:03:02 None
Add PyMem_Raw{New,Resize} convenience macros python/cpython#127415 picnixz 1:36:40 None None
Allow to show specialized bytecode via dis CLI python/cpython#127413 picnixz 3:05:27 None None
invalid conversion from ‘void*’ to ‘_PyCodeArray*’ found in internal headers when compiling with Python 3.14t python/cpython#127411 clin1234 1:35:25 None None
Set sys.abiflags on Windows to make check free-threaded/debug builds easier python/cpython#127405 XuehaiPan None None None
Removing unncessary class states in bdb.Breakpoint python/cpython#127392 bombs-kim 4:17:54 None None
Uops Executed displayed wrong in Tools/scripts/summarize_stats.py python/cpython#127389 alonme None None None
Missing document of WeakValueDictionary.itervaluerefs python/cpython#127388 koyuki7w 17:02:04 None None
Add F_DUPFD_QUERY to fcntl python/cpython#127385 rruuaanng None None None
Add RDS_CMSG_RXPATH_LATENCY to socket python/cpython#127383 rruuaanng 5:53:28 None None
pathlib ABCs: prune PathBase interface python/cpython#127381 barneygale None None None
Pattern matching on Enum.name fails to distinguish between members with duplicate values python/cpython#127375 1957-001B 0:11:53 0:36:36 None
Unbounded growth in SpooledTemporaryFile.writelines() python/cpython#127371 bertptrs None None None
Replace ctypes.DllGetClassObject and remove DllCanUnloadNow python/cpython#127369 encukou 4:15:37 None None
macOS CI is failing for 3.13 due to Tcl/Tk 9 on Homebrew python/cpython#127359 hugovk None 2 days, 4:05:24 None
gettext Make target replaces SPHINXOPTS from command line python/cpython#127356 rffontenelle None None None
Unable to force color output on Windows python/cpython#127353 PalmtopTiger None None None
On MacOS Sequoia IMKClient and IMKSession warning in Terminal apps python/cpython#127352 ndegroot 12:54:45 None None
_Py_wfopen no longer exported python/cpython#127350 PlanetCNC 1:57:50 None None
PyREPL crashes when there aren't enough columns python/cpython#127349 trag1c None None None
Document traceback.print_list python/cpython#127347 tomasr8 1 day, 11:35:49 None None
Compatibility Issue with socket Module and OpenBSD Multicast Options python/cpython#127344 emphyrioio 4:01:20 None None
Clinic causes compiler warnings when using a getter and setter with a docstring python/cpython#127341 ZeroIntensity 3 days, 5:55:19 3 days, 5:55:01 None
Unhelpful parse error in decoder.py python/cpython#127339 Smit-tay 0:41:16 None None
importlib.resources regression for custom ResourceReader python/cpython#127337 zooba None None None
Add TIOCM_OUT1, TIOCM_OUT2, and TIOCM_LOOP constants to termios python/cpython#127335 rruuaanng 1 day, 17:47:23 None None
Add support for OpenSSL 3.4 python/cpython#127330 encukou None None None
Title: Add Optional Comparator Support to heapq for Enhanced Flexibility python/cpython#127328 Agent-Hellboy 0:02:47 None None
test_embed fails when generating PGO profile information on Linux python/cpython#127322 diegorusso 0:42:56 3:52:41 None
Setting f_trace_opcodes to True can lead to f_lineno being removed in some cases (using breakpoint()/pdb.set_trace()) python/cpython#127321 Viicos 1:48:46 None None
Python 3.14.0a2 should have raised exception when a socket is already in used, shouldn't it? python/cpython#127319 rayluo 0:43:36 None None
[FreeThreading] object_set_class() fails with an assertion error in _PyCriticalSection_AssertHeld() python/cpython#127316 devdanzin 2:35:09 2 days, 12:48:16 None
Change error message for a NULL thread state on the free-threaded build python/cpython#127314 ZeroIntensity None None None
Logging getLogger Documentation Incomplete python/cpython#127313 Wikilicious 0:04:33 None None
Unable to access any source downloads from python.org python/cpython#127307 zyd14 0:07:42 2:19:34 None
codecs.encode with utf-* encoding and errors returing str rejects surrogates blindly python/cpython#127305 litlighilit 4:59:21 None None
Document token.EXACT_TOKEN_TYPES python/cpython#127303 brettcannon 0:32:09 3 days, 13:02:24 None
Ensure builtin hashlib implementations honor usedforsecurity=True when _hashlib is in FIPS mode python/cpython#127298 xnox 0:18:03 None None
Argparse: "default" interacts incorrectly/non-intuitively with action="count" python/cpython#127296 MJKirk 2:55:49 None None
ctypes: Switch field accessors to fixed-width integers python/cpython#127295 encukou None None None
Py_GIL_DISABLED is not set on Windows python/cpython#127294 FFY00 0:15:49 None None
Wrong ARM platform configuration in pcbuild.sln python/cpython#127285 smurav 9:17:19 9:17:19 None
ENH: Improve help() to suggest related commands when invalid input is given python/cpython#127284 bushraqurban 1:47:48 None None
concurrent.future.thread._python_exit: continuing blocking while exceptions occureded on windows. python/cpython#127282 GoodenoughPhysicsLab 1 day, 14:48:47 None None
Missing styles for pages created by a 'python -m pydoc -w' call python/cpython#127276 denisbukanov None None None
Defer functions defined in nested classes in free-threaded builds python/cpython#127274 mpage None None None
PyCell_GET/SET are not thread-safe in free-threaded builds python/cpython#127271 nascheme None None None
Type slots are not thread-safe in free-threaded builds python/cpython#127266 mpage None None None
Confusing single quotes and/or apostrophe python/cpython#127265 funkyrailroad 0:02:13 0:59:25 None
pathlib: Path('.').exists() returns True when current working directory (cwd) was deleted python/cpython#127264 dan-blanchard 0:57:17 None None
Inconsistent behavior of fromisoformat methods in datetime module implementations python/cpython#127260 donBarbos 1 day, 22:07:04 None None
[tests] asyncio: test_staggered_race_with_eager_tasks() fails randomly python/cpython#127258 vstinner 0:04:27 4 days, 1:58:59 None
[tests] test_poplib fails with "env changed" on Arch Linux with OpenSSL 3.4: [SYS] unknown error (_ssl.c:2634) python/cpython#127257 vstinner 3:42:34 None None
Make CopyComPointer public and add to ctypes doc. python/cpython#127255 junkmd None None None
Clarify stability of Stable ABI python/cpython#127253 encukou None None None
Correct name of zconf.in.h is zconf.h.in python/cpython#127248 smurav 2:17:10 3:17:18 None
sys.set_int_max_str_digits ValueError Message is Inaccurate python/cpython#127238 amhamor 0:36:48 6:15:26 None
urllib.request.pathname2url(): generate RFC 1738 URLs where possible python/cpython#127236 barneygale None 1 day, 1:06:43 None
Failed assertion in Python/legacy_tracing.c:431 on a free-threading build python/cpython#127235 devdanzin 20:58:46 None None
Assertion failures from _interpchannels._register_end_types python/cpython#127234 devdanzin 21:07:45 None None
Add colour to unittest output python/cpython#127221 hugovk 8:24:54 None None
pathname2url() does not work if path starts with // python/cpython#127217 serhiy-storchaka None 7:34:50 None
Python simply exits when using py command and importing tkinter python/cpython#127215 Advik-B None None None
multiprocessing.Process() with method fork() works not the same with os.fork() on unloading of .so files python/cpython#127213 Yi-sir 2 days, 19:00:49 None None
Should socketserver.BaseServer have abstract methods? python/cpython#127209 tungol 3 days, 10:49:42 None None
ExtensionFileLoader.load_module aborts when initialized with a path containing null-bytes python/cpython#127208 devdanzin 5 days, 10:38:51 5 days, 18:42:36 None
Add latest NETLINK_* constants python/cpython#127197 rruuaanng None None None
_interpreters.exec with invalid dict as shared segfaults python/cpython#127196 devdanzin 2:18:47 None None
http.cookies.SimpleCookie.load() fails to consistently handle malformed cookies python/cpython#127195 moonsikpark 3 days, 11:40:43 None None
pip still doesn't work after a fresh install using the MacOS installer python/cpython#127193 SephReed 0:18:12 0:12:15 None
3.14.0a2 rebuild needed for 0x03070000 limited api c extension python/cpython#127191 MrBitBucket 5:40:55 None None
Segfault from asyncio.events._running_loop.__setattr__ with invalid name python/cpython#127190 devdanzin 6:54:06 5 days, 5:59:04 None
Add tests to verify the behavior of _ctypes.CopyComPointer. python/cpython#127183 junkmd None 3 days, 9:20:06 None
Assertion failure from StringIO.__setstate__ python/cpython#127182 devdanzin None 2 days, 17:18:08 None
Convert _sysconfigdata to a JSON file python/cpython#127178 FFY00 6 days, 22:34:02 None None
subprocess.run gets in an infinite loop closing every possible file descriptor python/cpython#127177 edre 1:18:16 6:19:00 None
Support more/larger xattrs? (now = "no space left on device") python/cpython#127176 pjotrek-b 12:16:18 2 days, 23:57:03 None
recommend what to use instead of asyncio.get_event_loop in 3.14 what's new python/cpython#127174 graingert None None None
venv module not respecting ACLs python/cpython#127172 piotr-kubiak None None None
Segfault in invalid concurrent.futures.interpreter.WorkerContext python/cpython#127165 devdanzin 0:10:48 None None
Turn off PGO for JIT CI python/cpython#127154 brandtbucher 0:26:35 5 days, 7:10:53 None
<not running> console spam when running tests python/cpython#127152 colesbury 0:24:08 1:28:19 None
python 3.13 gdb extension does not work with optimized build python/cpython#127147 kasium None None None
Emscripten: Get test suite passing python/cpython#127146 hoodmane None None None
Document forward compatibility for suggest_on_error python/cpython#127134 savannahostrowski 1 day, 15:37:38 1 day, 15:38:30 None
Raise exception when nesting argument groups and mutually exclusive groups python/cpython#127133 savannahostrowski None 2 days, 11:26:33 None
Pass opaque state to PyContext_AddWatcher callback python/cpython#127124 rhansen 11:17:18 None None
Remove redundant small int check in long_dealloc python/cpython#127119 eendebakpt None None None
The Last Fields of PyInterpreterState and of _PyRuntimeState Should Not Change python/cpython#127117 ericsnowcurrently None 21:44:08 None
Circular import error for threading when using importlib.util.LazyLoader with a custom finder python/cpython#127116 Sachaa-Thanasius None None None
Emscripten: Make the web example work again python/cpython#127111 hoodmane None None None
test_interpreters.test_stress Crashes in managed_static_type_clear() python/cpython#127108 ericsnowcurrently None None None
ConfigParser replaces unnamed section on every read call python/cpython#127096 PalmtopTiger 2:46:26 None None
urllib.request.urlopen('file:...').url incorrect value python/cpython#127090 barneygale 2:40:40 None None
Add missing description for codes in http.HTTPStatus python/cpython#127089 donBarbos 2:23:27 None None
Calling ShareableList.count in threads aborts: Assertion 'self->exports == 0' failed python/cpython#127085 devdanzin 1 day, 4:02:05 None None
Disabling the uop optimizer leads to crashes python/cpython#127083 brandtbucher 16:12:08 None None
Replacing "Windows only: ..." with the .. availability:: Windows directive in ctypes doc. python/cpython#127082 junkmd 1 day, 13:15:11 1 day, 13:15:11 None
Thread-unsafe libc functions python/cpython#127081 colesbury None None None
Pickletools is too restrictive on STOP opcode python/cpython#127079 Legoclones None None None
urllib.request.url2pathname() mishandles a UNC URI variant python/cpython#127078 barneygale None 1 day, 6:49:49 None
FileIO Strace test fails on Gentoo (test_fileio test_syscalls_read) python/cpython#127076 cmaloney 1 day, 21:35:33 1 day, 21:51:16 None
New Python REPL double-prints completion suggestions python/cpython#127073 ucodery None None None
Outdated socket.NETLINK_* constants python/cpython#127072 tungol 2 days, 18:35:09 6 days, 18:15:22 None
socket.RDS_CMSG_RDMA_UPDATE doesn't seem to be real python/cpython#127069 tungol 6 days, 18:36:40 None None
New REPL repeats prompt with newline after each key python/cpython#127068 Kurpaph 1:08:23 None None
methodcaller is not thread-safe (or re-entrant) python/cpython#127065 colesbury 0:42:48 None None
IDLE displays ANSI sequences in tracebacks when sys.excepthook is customized python/cpython#127060 vstinner 5:00:33 None None
Bound instance methods fail to satisfy runtime_checkable Protocol python/cpython#127059 GDYendell 0:54:18 1:41:36 None
Tuples should be immutable and safe in C, as well as in Python. python/cpython#127058 markshannon 0:33:42 None None
asyncio proactor udp transport stops responding after send to port that isn't listening due to ConnectionResetError from WSARecvFrom python/cpython#127057 bugale None None None
subprocess.Popen.poll race condition returns without polling the child python/cpython#127050 gschaffner None None None
asyncio.subprocess.Process race condition kills an unrelated process on Unix python/cpython#127049 gschaffner 0:34:20 None None
Building Python-3.14.0a2 with --enable-bolt fails with library not found error: /usr/lib/libbolt_rt_instr.a python/cpython#127047 leon-matthews None None None
Pickletools doesn't error on EXT4 negative argument python/cpython#127045 Legoclones 15:10:06 20:28:43 None
An interpreter can start running during _interpreters.destroy python/cpython#127041 ZeroIntensity None None None
Allow lazily loaded modules to be imported multiple times without forced resolution python/cpython#127036 Sachaa-Thanasius None None None
test_ssl often fails against OpenSSL 3.4.0 python/cpython#127026 smontanaro 5:19:51 None None
venv can't figure out that it's isolated python/cpython#127025 imperialwool 9:19:37 None None
Simplify PyStackRef_FromPyObjectSteal python/cpython#127022 colesbury None 6 days, 0:58:24 None
PyCode_GetCode is not thread-safe and causes assertion fail with Python 3.13td python/cpython#127020 XuehaiPan 6:26:23 2 days, 6:19:45 None
Add an API to allow getting the number of "performance" cores-only python/cpython#127017 alex 0:12:45 None None
argparse: remove the type, choices, and metavar parameters but still in the documentation. python/cpython#127013 loan75 0:07:01 0:17:35 None
importlib.abc.Traversable.read_text() incompatible with importlib.resources._functional.read_text() usage (Python 3.13) python/cpython#127012 kurtmckee 1 day, 2:51:15 None None
Add str and repr to ConfigParser for Better Debugging and Unit Testing python/cpython#127011 Agent-Hellboy 2:01:41 None None
Remove lazy dictionary tracking python/cpython#127010 markshannon 7:47:30 3 days, 0:05:49 None
subprocess.run parameters not fully documented python/cpython#127008 CitrusWire 10:47:49 None None
shutil.which() can return non-executable path starting with 3.12 on Windows python/cpython#127001 lazka 9:35:57 3 days, 10:39:57 None
Pickletools Default Encoding python/cpython#126997 Legoclones 9:05:12 2 days, 8:52:12 None
Pickle deserialization null byte discrepancy python/cpython#126996 Legoclones 8:50:33 None None
Pickle INT/LONG base discrepancy python/cpython#126992 Legoclones 9:23:05 None None
Missing Py_DECREF for load_build in _pickle.c python/cpython#126991 Legoclones 17:09:48 1 day, 14:21:13 None
Crash in _PyXI_ApplyErrorCode() python/cpython#126986 ericsnowcurrently 2:24:39 2 days, 17:49:21 None
Make pyvenv.cfg-relocation part of the interpreter initialization instead of the site module python/cpython#126985 FFY00 None 7 days, 14:17:39 None
bytearray().__buffer__(256) crashes python/cpython#126980 sobolevn None 21:30:54 None
Custom environments in subinterpreters python/cpython#126977 FFY00 3:18:55 None None
inconsistency in 3.13 LOAD_GLOBAL docs python/cpython#126970 stopa27 9:44:07 None None
limitations of new multiline code and closure support in pdb python/cpython#126958 limwz01 4:55:19 None None
Typecheck can be added to _pydatetime.timedelta.new python/cpython#126947 bombs-kim None 1 day, 11:13:49 None
Error message in getopt.do_longs can be improved based on the existing comment python/cpython#126946 bombs-kim 8 days, 1:39:12 8 days, 1:39:12 None
Better error message when missing args to pdb command python/cpython#126944 hauntsaninja None None None
Struct fields with size > 65535 bytes throw TypeError python/cpython#126937 Melissa0x1f992 1:56:52 None None
Feature Request: Expose Handling Frame Information in Python's Traceback Module python/cpython#126935 vanschelven 0:15:11 None None
line with "with" should not be on the stacktrace for exceptions raised in exit python/cpython#126932 vanschelven 0:38:37 None None
Cannot os.spawnl with no arguments python/cpython#126931 CitrusWire 1:23:13 None None
'ImportError: DLL load failed while importing xxxxxxx: The filename or extension is too long' with LongPathsEnabled python/cpython#126929 Andrej730 1 day, 6:34:39 None None
Allow relative imports in the __main__ module python/cpython#126926 FFY00 1 day, 10:01:31 None None
"make testios" fails with Xcode 16+ due to changes in xcresulttool python/cpython#126925 ned-deily 18:24:21 None None
sysconfig.get_config_vars() values always get overwritten with the values from Makefile python/cpython#126920 FFY00 None 4:15:28 None
An interpreter's initial thread can be accessed while finalizing python/cpython#126914 ZeroIntensity None None None
Update "credits" command output python/cpython#126911 StanFromIreland 0:06:18 1 day, 17:39:33 None
Supporting stack unwinding in the JIT compiler python/cpython#126910 pablogsal 0:42:45 None None
test_os.ExtendedAttributeTests fail on filesystems with low xattr limits (e.g. ext4 with small blocks) python/cpython#126909 mgorny 1 day, 19:55:14 1 day, 19:55:14 None
Running atexit from threads in free-threading build segfaults python/cpython#126907 devdanzin 0:05:18 None None
When loading the python core dll using LoadLibraryA/W the encodings module cannot load. python/cpython#126905 AraHaan 2 days, 10:49:32 None None
_CHECK_FUNCTION interferes with partial evaluation python/cpython#126902 Fidget-Spinner None None None
Add **kw to tkinter.Misc.after and tkinter.Misc.after_idle python/cpython#126899 Xiaokang2022 None None None
Emscripten support: Use es6 modules python/cpython#126898 hoodmane 4 days, 21:28:52 4 days, 21:28:52 None
Outdated docs about asyncio.start_server() python/cpython#126896 beavailable 7 days, 20:17:40 7 days, 20:17:40 None
Segfault/aborts calling readline.set_completer_delims in threads in a free-threaded build python/cpython#126895 devdanzin 5:26:53 None None
Warmup counters should be reset when JIT compiling code python/cpython#126892 brandtbucher None 4 days, 15:34:39 None
Restore docstrings in ssl python/cpython#126890 ZeroIntensity 5:45:36 None None
patch does not correctly restore state on objects without dict python/cpython#126886 c00w 0:08:20 None None
Calling cProfile.runctx in threads on a free-threading build segfaults python/cpython#126884 devdanzin 1:59:21 None None
datetime.fromisoformat() parses offset minutes outside 00-59 range python/cpython#126883 ariebovenberg 4 days, 8:07:34 None None
Internal docs: Update code blocks in garbage_collector.md to improve syntax highlighting python/cpython#126882 tomasr8 2:40:08 12 days, 0:22:44 None
Segfault with asyncio.base_events.BaseEventLoop when passed a small float to set_debug. python/cpython#126881 devdanzin 13:54:41 13 days, 14:41:31 None
autoconf link test for tcl/tk fails with optimizing compilers python/cpython#126877 bramoore None None None
Assertion failure for socket with too large default timeout (larger than INT_MAX) python/cpython#126876 devdanzin 1:27:12 None None
Add freelist for compact int objects python/cpython#126868 eendebakpt None None None
Module unittest examples cannot work python/cpython#126864 samimakinen-twoday None None None
TEST failed: test_posix python/cpython#126863 perovskikh 2:27:05 None None
Possible overflow in typeobject.c:tail_contains python/cpython#126862 federicovalenso 0:06:38 None None
Overflow if ast.AST.end_col_offset is absurdly large python/cpython#126860 federicovalenso 0:13:42 None None
Overflow if co_linetable is absurdly large python/cpython#126859 federicovalenso 0:10:28 None None
Overflow if co_exceptiontable is absurdly large python/cpython#126858 federicovalenso 0:08:40 None None
Start-of-line navigation is weird in new REPL, with completions showing python/cpython#126851 ferdnyc None None None
pstats.Stats.get_stats_profile can't handle functions with the same name python/cpython#126850 skmendez 1 day, 3:50:25 None None
subprocess.Popen doesn't redirect child process' stderr to stdout python/cpython#126848 yurivict 0:38:02 None None
Some edge cases in email.utils.parsedate_to_datetime seem to differ from RFC2822 spec python/cpython#126845 ariebovenberg 16:04:47 None None
Remove the AST optimizer python/cpython#126835 Eclips4 None None None
Cannot open zip64 file if Zip64EOCD record has additional data python/cpython#126834 VladRassokhin None None None
Provide visualizations of executor graphs python/cpython#126833 markshannon None None None
Add option for redirecting stdout and stderr to the system log python/cpython#126821 freakboy3742 None None None
maximum recursion depth in deepcopy regression python/cpython#126817 tacaswell 4 days, 11:46:00 None None
pygettext: false positives when extracting messages python/cpython#126807 tomasr8 None 2 days, 22:06:20 None
Use a higher tier-up threshold for JIT code python/cpython#126795 brandtbucher 2:09:19 None None
Warning about the use of site-specific path when the site initialization has been disabled python/cpython#126793 FFY00 2:43:17 12 days, 20:38:18 None
sysconfig data inconsistencies caused by the disabling the site initialization on virtual environments python/cpython#126789 FFY00 4 days, 17:28:07 3 days, 7:57:08 None
Introduces more interactive command for PDB python/cpython#126785 ywq880611 1:20:12 None None
Support qualified referencing for ntpath.abspath() python/cpython#126782 nineteendo None None None
Fix ntpath.normpath() for drive-relative paths python/cpython#126780 nineteendo None 8 days, 2:09:55 None
linecache.checkcache() is not threadsafe or GC finalizer re-entrancy safe python/cpython#126775 graingert 0:45:41 None None
urllib.request.url2pathname() mishandles empty authority sections (mostly) python/cpython#126766 barneygale None 9 days, 6:03:11 None
Indentation fix to one line of the source code? python/cpython#126757 zhangyx1998 0:05:44 2:33:42 None
Unexpected behavior accessing attributes provided by tp_getset python/cpython#126752 zhangyx1998 None 4:08:51 None
Wasi + Emscripten: configure behavior with --enable-optimizations seems incorrect? python/cpython#126748 hoodmane 3:46:17 None None
Fix Docu time.rst - GetSystemTimePreciseAsFileTime() and monotonic() clock python/cpython#126745 dbstf None None None
multiprocessing async .get() hangs if the pool is terminated python/cpython#126743 mdavis-xyz 1:38:19 None None
Allow to set non-UTF8 exception messages python/cpython#126742 picnixz 0:04:57 None None
Outdated pprint.pp doc example about pypi sampleproject version python/cpython#126731 Wulian233 0:05:18 1 day, 17:04:28 None
locale.nl_langinfo(locale.ERA) does not work for past eras python/cpython#126727 serhiy-storchaka 15 days, 1:29:11 9 days, 1:00:08 None
(Re)move paragraph(s) about the differences with the C interface in the math module? python/cpython#126722 Nodd 7:21:33 None None
Missing explanation about math.fmod python/cpython#126719 Nodd 0:45:05 None None
InterpreterPoolExecutor workers do not inherit modifications made to sys.path before starting. python/cpython#126714 TkTech 6:56:33 None None
the socket module should include getifaddrs because it is necessary to translate the output of if_nameindex into addresses python/cpython#126713 glyph 9:31:35 None None
ast.literal_eval Segmentation Fault in Python 3.9/3.10 python/cpython#126711 EgodPrime 0:14:09 None None
Make os.Pathlike more similar to a Protocol python/cpython#126705 tungol None 19:06:34 None
Use freelist for range and range_iter objects python/cpython#126703 eendebakpt 1 day, 17:09:36 None None
itertools.tee lookahead/peek example doesn't work python/cpython#126701 yggdr 1:20:35 None None
pygettext: Add support for multi-argument gettext functions python/cpython#126700 tomasr8 10 days, 17:36:35 10 days, 17:36:35 None
Protocols can't inherit from AsyncIterator python/cpython#126699 tungol None None None
Emscripten support: Remove --with-emscripten-target python/cpython#126691 hoodmane 6:04:41 4 days, 9:08:18 None
CPython should not assume that pthread_self returns the same value in fork parent and child python/cpython#126688 nico 1 day, 8:12:53 1 day, 8:22:11 None
Zero-width characters cause unbounded memory use in PyREPL python/cpython#126685 trag1c 1:53:33 None None
Suggestion for argparse: raise a warning on type=bool python/cpython#126676 user202729 6 days, 15:58:04 None None
Use else instead of finally in "The with statement" documentation. python/cpython#126664 vivodi 2:10:50 2:24:03 None
Naming consistency for various types python/cpython#126662 tungol None None None
_interpreters.exec with invalid parameters segfaults python/cpython#126654 devdanzin 11:24:35 14:12:55 None
Doc/using/configure.rst missing an entry for --enable-experimental-jit option python/cpython#126647 Eclips4 None 6:06:36 None
_interpreters is not thread safe on the free-threaded build python/cpython#126644 devdanzin 0:06:19 None None
NamedTemporaryFile doesn't issue a ResourceWarning when left unclosed on POSIX python/cpython#126639 graingert 2:06:16 None None
multiprocessing forkserver main contains dead main_path= handling code python/cpython#126631 gpshead None None None
Expose error code XML_ERROR_NOT_STARTED of Expat >=2.6.4 python/cpython#126624 hartwork 2:39:56 None None
Please upgrade bundled Expat to 2.6.4 (e.g. for the fix to CVE-2024-50602) python/cpython#126623 hartwork 2:26:29 None None
Incorrect representation of itertools.count(sys.maxsize) python/cpython#126618 picnixz None None None
ctypes: Make COMError, mentioned in the "Function prototypes" section of documentation, public. python/cpython#126615 junkmd None 11 days, 17:23:48 None
Python 3.13 REPL have issues when typing/deleting single line, that goes wrapped on multiple lines python/cpython#126614 XCanG 1 day, 7:18:52 None None
Reserve stack space for passing values between uops python/cpython#126612 mpage None 16 days, 20:03:45 None
Availability extension's text translation causes warning python/cpython#126609 rffontenelle 1:28:01 None None
Corrupt .pyc files stay on disk after failed writes python/cpython#126606 xavierholt 15:38:22 5 days, 0:09:07 None
urllib.request.pathname2url() raises on NTFS alternate data stream python/cpython#126601 barneygale None 13 days, 4:04:47 None
Remove the _PyOptimizer APIs python/cpython#126599 brandtbucher 5:12:54 None None
Generator objects are defined using PyObject_HEAD rather than PyObject_VAR_HEAD python/cpython#126596 jbower-fb 10 days, 20:18:27 None None
Failed assertion in itertoolsmodule.c: itertools_count_impl for count(sys.maxsize) python/cpython#126595 devdanzin 0:31:26 3 days, 20:54:06 None
Failed assertion in typeobject.c::wrap_buffer for b"".__buffer__(-2**31 - 1) python/cpython#126594 devdanzin 4 days, 0:59:47 15 days, 17:13:20 None
3.13: cannot run python -m tkinter due to missing init.tcl python/cpython#126592 ahmadkakarr 7:34:46 None None
Add EHWPOISON to errno module python/cpython#126585 rruuaanng None None None
Adapt sys.audit() to Argument Clinic python/cpython#126579 serhiy-storchaka 0:23:06 2:06:06 None
zipfile.Path.open is slow when opening for writing in a ZIP with many entries python/cpython#126565 janhicken 0:40:43 2 days, 6:40:24 None
Turn shutil into a runnable module python/cpython#126562 zhihaoy 0:01:04 None None
nogil inconsistent empty list while sorting python/cpython#126559 luisggpina 0:18:29 None None
ctypes: We do not correctly handle NULL dlsym() return values python/cpython#126554 grgalex 0:29:59 None None
importlib.reload is not thread-safe python/cpython#126548 bswck 4:00:15 None None
Pre-allocate version numbers for common builtin classes. python/cpython#126547 markshannon None 1 day, 0:57:22 None
The docs for the typing stdlib module use the phrase "bound type var" to mean two distinct things python/cpython#126543 fofoni 0:27:34 3 days, 19:30:27 None
ConfigParser chokes on conflict markers in stdin and throws AttributeError python/cpython#126541 myxoid 0:59:43 None None
Guides to the parser and grammar contain obsolete links to devguide python/cpython#126529 valerii-chirkov 20:11:49 1 day, 2:26:24 None
make regen-unicodedata produces different file on macos and windows python/cpython#126525 sobolevn None 5 days, 4:21:55 None
"Check if generated files are up to date" job misses regen-unicodedata and regen-limited-abi python/cpython#126524 sobolevn 4 days, 5:02:40 None None
Issue in Installing Certificates.command python/cpython#126520 FlightSimFan94 4:34:24 None None
SET_OPCODE_OR_RETURN undefined if configured with --disable-gil python/cpython#126513 smontanaro 0:03:54 1:31:21 None
Guide to the parser contains an obsolete link to Changing CPython's grammar python/cpython#126509 valerii-chirkov 0:01:59 4:07:14 None
SRE ignores the ASCII flag on character ranges with non-BMP upper bound python/cpython#126505 djoooooe 7:31:38 5 days, 2:18:01 None
test_ssl: ConnectionHandler shuts down ThreadedEchoServer python/cpython#126500 encukou None 5 days, 0:12:47 None
test_ssl: non_linux_skip_if_other_okay_error assumes err.reason is a string python/cpython#126499 encukou None 5 days, 0:48:55 None
Cannot create venv due to missing venvlaunchert_d.exe for Python 3.13td venv on Windows python/cpython#126497 XuehaiPan None 2 days, 2:56:46 None
Mark all objects reachable from roots as live before doing main cyclic GC pass python/cpython#126491 markshannon 1:31:21 None None
Python implementation of pickle calls persistent_id() for a persistent id python/cpython#126489 serhiy-storchaka None 9:17:55 None
[FreeThreading] test_ssl fails with env_changed: warnings.filters was modified by test_ssl python/cpython#126483 vstinner 1 day, 11:33:23 None None
No proper validation for month in Calendar Module python/cpython#126476 gugupy 0:44:41 9 days, 11:07:58 None
Weirdo multiprocessing: Shared objects taking more time in sharing smaller data than larger data between multiple processes. python/cpython#126471 ayushbisht2001 1 day, 16:42:56 None None
Unnecessary error-checking branch in lexer.c. python/cpython#126469 qqwqqw689 1:15:34 None None
Failure during the print of select.select output with unblocking sys.stdin python/cpython#126468 yurivict 16:04:04 None None
aarch64-apple-darwin/clang JIT CI is broken python/cpython#126464 brandtbucher 11:48:33 1 day, 18:18:34 None
[Python 3.11 only] "Post-init processing" section of dataclasses contains duplicate sentences + malformatted code example python/cpython#126462 akabraham None None None
Calling _pickle.load with a MagicMock results in SystemError/aborts python/cpython#126461 devdanzin 13:29:10 13:29:10 None
HACL SIMD support incorrectly detected under WASI python/cpython#126458 brettcannon 0:08:28 1 day, 0:26:18 None
_pyrepl._minimal_curses.tigetstr segfaults python/cpython#126456 devdanzin 9:38:03 7 days, 19:47:41 None
Calling many methods on _ssl._SSLSocket() segfaults python/cpython#126455 devdanzin 0:03:37 14:05:27 None
register contextvars.Context to collections.abc.Mapping python/cpython#126451 tungol 0:01:35 6 days, 17:02:57 None
Thread sanitizer (free-threading) / Thread sanitizer test failure python/cpython#126445 Zheaoli None 0:26:38 None
multiprocessing.Event.set() can deadlock when called from a signal handler or trace function python/cpython#126434 ivarref 0:31:54 None None
Compile warnings in "i686-pc-windows-msvc/msvc (Debug)" python/cpython#126433 sobolevn 1:02:23 9 days, 22:42:26 None
Several problems with _lsprof_Profiler_enable python/cpython#126425 sobolevn None 6:03:27 None
Register multiprocessing proxy types to an appropriate collections.abc class python/cpython#126417 tungol 11:03:21 11:03:21 None
New warning: 'initializing': conversion from '__int64' to 'int', possible loss of data python/cpython#126415 Eclips4 None 2:40:58 None
Add translation tests for getopt and optparse python/cpython#126413 tomasr8 None 10 days, 13:42:06 None
UAF in asyncio.Future when removing a callback while fut->fut_callbacks length is 1 python/cpython#126405 Nico-Posada 14:23:24 7 days, 19:34:11 None
Support socket timeout in SysLogHandler to prevent indefinite blocking on socket creation python/cpython#126400 hodamarr 0:26:21 None None
Unexpected behavior of clear() after clone() in turtle.py module python/cpython#126399 Chaebin-Kim24 2 days, 15:05:28 None None
Preserving order of options and nonoption arguments in gnu_getopt() python/cpython#126390 serhiy-storchaka None 9 days, 9:44:00 None
Add tests to verify the behavior of basic COM methods. python/cpython#126384 junkmd 18 days, 7:45:49 21 days, 4:05:24 None
Support options with optional arguments python/cpython#126374 serhiy-storchaka 9 days, 17:13:04 7 days, 19:06:17 None
urllib.request.url2pathname() mishandles colons in URLs on Windows python/cpython#126367 barneygale 5:07:21 None None
Abort in free-threaded build due to mutation of ChainMap of a Counter in threads python/cpython#126366 devdanzin 3:38:33 None None
crashers/mutation_inside_cyclegc.py hangs and sometimes segfaults on the free-threading build python/cpython#126365 tomasr8 2:30:10 None None
Speed up pattern parsing in pathlib.Path.glob() python/cpython#126363 barneygale None 1 day, 4:47:31 None
Remove obsolete import guards around gettext in getopt and optparse python/cpython#126357 tomasr8 None 4:45:45 None
Remove implicit creation of event loop from asyncio.get_event_loop python/cpython#126353 kumaraditya303 1:29:50 1 day, 3:54:00 None
Turtle context managers for fill, poly and tracer python/cpython#126349 yngvem None None None
SystemError from calling __iter__ on a released memoryview python/cpython#126341 devdanzin 0:38:26 10 days, 18:53:42 None
3.13.0 REPL crashes on double ctrl+z in line overflow python/cpython#126332 base-13 7:53:04 None None
Simplify stdlib code by using itertools.batched() python/cpython#126317 lgeiger 1:00:37 14:29:11 None
grp is not thread safe python/cpython#126316 devdanzin 16:07:15 19 days, 15:14:02 None
tracemalloc aborts when run from threads in no-gil python/cpython#126315 devdanzin 2 days, 6:26:11 None None
Running tracemalloc in threads segfaults on no-gil python/cpython#126314 devdanzin None None None
curses.napms() aborts with a SystemError python/cpython#126313 devdanzin 2:02:38 2 days, 11:03:29 None
GC aborts in debug no-gil build python/cpython#126312 devdanzin 0:05:38 13 days, 15:52:43 None
An os.sched_param object can be dumped with pickle, but loading raises TypeError python/cpython#126303 Willy19921992 17:23:57 3 days, 13:35:59 None
Constant slices are deduplicated too aggressively python/cpython#126298 befeleme 0:01:08 6 days, 3:45:41 None
Missing docstrings on some objects in the xml.etree C implementation. python/cpython#126273 pan324 None None None

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:python/cpython is:issue created:2024-11-01..2024-11-30 -reason:"not planned"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions