September 2024 Archives by author
Starting: Sun Sep 1 01:28:23 EDT 2024
Ending: Mon Sep 30 22:03:21 EDT 2024
Messages: 351
- [New-bugs-announce] [Issue 123550] Incorrect code snippet for `BUILD_TUPLE` in `dis` docs
CPython Issues
- [New-bugs-announce] [Issue 123553] New warning: `‘compiler_is_top_level_await’ defined but not used [-Wunused-function]`
CPython Issues
- [New-bugs-announce] [Issue 123557] Limit the reading size from Unix sockets to avoid memory overallocation
CPython Issues
- [New-bugs-announce] [Issue 123560] Invalid description for '' formatting type for floats
CPython Issues
- [New-bugs-announce] [Issue 123562] Improve `SyntaxError` message for `case ... as a.b`
CPython Issues
- [New-bugs-announce] [Issue 123570] Improve `weakref_slot` docs in `dataclasses.rst`
CPython Issues
- [New-bugs-announce] [Issue 123572] REPL incorrectly maps values for virtual keyboard on Windows
CPython Issues
- [New-bugs-announce] [Issue 123579] Document "!" token in lexical analysis document
CPython Issues
- [New-bugs-announce] [Issue 123580] Match statement's `signed_number` token is not properly defined
CPython Issues
- [New-bugs-announce] [Issue 123583] List generic arguments for `collections.abc` base classes in documentation
CPython Issues
- [New-bugs-announce] [Issue 123584] Move `ContextManager` and `AsyncContextManager` type hinting docs from `typing` to `contextlib`
CPython Issues
- [New-bugs-announce] [Issue 123593] Deep recursion `PyObject_IsInstance` raises `SystemError`
CPython Issues
- [New-bugs-announce] [Issue 123596] Python implementation of traceback limit does not default to 1000 as documented in 3.13
CPython Issues
- [New-bugs-announce] [Issue 123598] Possibility to add host to URI returned by `Path.as_uri()`
CPython Issues
- [New-bugs-announce] [Issue 123599] `Path.from_uri()` doesn't work if the URI contains host component
CPython Issues
- [New-bugs-announce] [Issue 123609] PyObject_GetBuffer(PyBUF_FORMAT) breaks on a memoryview
CPython Issues
- [New-bugs-announce] [Issue 123610] Some missing handle types in `ctypes.wintypes`
CPython Issues
- [New-bugs-announce] [Issue 123614] # A save function in the Turtle module
CPython Issues
- [New-bugs-announce] [Issue 123618] Could not build msi on windows server vnext
CPython Issues
- [New-bugs-announce] [Issue 123619] Instance method performance issue with free threading (3.13rc1)
CPython Issues
- [New-bugs-announce] [Issue 123621] Dictionary and set documentation mixup
CPython Issues
- [New-bugs-announce] [Issue 123627] pip prevents installing packages with just explicit `--user` and forces to add `--break-system-packages`
CPython Issues
- [New-bugs-announce] [Issue 123644] urlparse() should decode percent-encoding in userinfo
CPython Issues
- [New-bugs-announce] [Issue 123645] test_socket failed when compiling from source (Python 3.12.5)
CPython Issues
- [New-bugs-announce] [Issue 123646] Accidentally left ``lel.patch`` in 3.12 branch
CPython Issues
- [New-bugs-announce] [Issue 123649] building python 3.13.0rc1 (test_sqlite3 failed)
CPython Issues
- [New-bugs-announce] [Issue 123657] `decimal.getcontext` is problematic
CPython Issues
- [New-bugs-announce] [Issue 123658] math.average function proposal
CPython Issues
- [New-bugs-announce] [Issue 123660] [pycore] internal macros for accessing empty string/bytes singletons
CPython Issues
- [New-bugs-announce] [Issue 123672] Clarifying the `PyGILState_` API for per-GIL subinterpreters
CPython Issues
- [New-bugs-announce] [Issue 123674] Clinical Research- Critical data infiltration by third party
CPython Issues
- [New-bugs-announce] [Issue 123678] Please upgrade bundled Expat to 2.6.3 (e.g. for the fixes to CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492)
CPython Issues
- [New-bugs-announce] [Issue 123681] `test_strftime_y2k` fails on embedded Linux
CPython Issues
- [New-bugs-announce] [Issue 123682] `_pyrepl.input.KeymapTranslator` tests for non-existent Unicode category
CPython Issues
- [New-bugs-announce] [Issue 123693] zipfile.Path.name uses inappropriate Windows semantics
CPython Issues
- [New-bugs-announce] [Issue 123695] tsan: fix race:sock_recv_impl suppressions for free-thread building
CPython Issues
- [New-bugs-announce] [Issue 123700] Update tested OpenSSL branches in `Tools/ssl/multissltests.py` and CI
CPython Issues
- [New-bugs-announce] [Issue 123714] Update JIT compilation to use LLVM 19
CPython Issues
- [New-bugs-announce] [Issue 123716] Configure script fails with 'Bad substitution' error on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 123718] Build error: implicit declaration of 'explicit_memset' in NetBSD 10.0
CPython Issues
- [New-bugs-announce] [Issue 123720] Unable to cancel Server.serve_forever() if a reader is blocked while reading (3.12 regression)
CPython Issues
- [New-bugs-announce] [Issue 123722] [Memory error/Bad free] Objects/setobject.c, PyMem_Free may free local variable. Found by Clang Static Analyzer(CSA)
CPython Issues
- [New-bugs-announce] [Issue 123723] unittest mock with __new__ function lead to TypeError
CPython Issues
- [New-bugs-announce] [Issue 123726] Document caveats of `zipfile.Path` around name sanitization
CPython Issues
- [New-bugs-announce] [Issue 123727] Feature: provide (safe) traversal facilities for `zipfile.Path`
CPython Issues
- [New-bugs-announce] [Issue 123731] Segmentation Fault When Running Bytecode Modification Code on Python 3.13.0b1
CPython Issues
- [New-bugs-announce] [Issue 123734] `PyObject_CallFunction` generates `MemoryError` when format string is `iy#` and buffer is on stack
CPython Issues
- [New-bugs-announce] [Issue 123735] netrc should be able to ignore some tokens like 'protocol'
CPython Issues
- [New-bugs-announce] [Issue 123736] multiprocessing.connection.Client deadlocks when trying to connect to a listener without a password
CPython Issues
- [New-bugs-announce] [Issue 123739] sqlite3 usage of context manager leads to memory accumulation
CPython Issues
- [New-bugs-announce] [Issue 123742] Make email/message.py read headers more robustly
CPython Issues
- [New-bugs-announce] [Issue 123745] Improve performance of deepcopy setting keep alive key in the memo
CPython Issues
- [New-bugs-announce] [Issue 123747] `Includes/internal/pycore_code.h` uses `static_assert()` but does not inlcude `pymacro.h`
CPython Issues
- [New-bugs-announce] [Issue 123748] Error compiling HACL* Blake2 support for macOS universal binaries
CPython Issues
- [New-bugs-announce] [Issue 123750] ParseResult._replace() usage encouraged in python docs
CPython Issues
- [New-bugs-announce] [Issue 123756] Only support restart command in pdb when it's a command line usage
CPython Issues
- [New-bugs-announce] [Issue 123765] Inquiring about the function of `Parser->level` in `parser.c`, maybe it can be deleted when enable-optimization?
CPython Issues
- [New-bugs-announce] [Issue 123777] typing/Generic __orig_class__ availability during __init__ in 3.6 vs 3.7~3.12
CPython Issues
- [New-bugs-announce] [Issue 123780] `test_pkgutil` should clean up `spam` module
CPython Issues
- [New-bugs-announce] [Issue 123786] else explantion confusing
CPython Issues
- [New-bugs-announce] [Issue 123788] `time.strftime` does't work properly with format specifier `%f` on Windows
CPython Issues
- [New-bugs-announce] [Issue 123789] `secrets.randbits` returns only nonnegative integers
CPython Issues
- [New-bugs-announce] [Issue 123793] Timeout is doubled - socket.create_connection()
CPython Issues
- [New-bugs-announce] [Issue 123796] When dividing - 0 with - 1 in python
CPython Issues
- [New-bugs-announce] [Issue 123797] Availability of `ptsrname_r` is not checked at runtime on macOS
CPython Issues
- [New-bugs-announce] [Issue 123803] Supports arbitrary code page encodings on Windows
CPython Issues
- [New-bugs-announce] [Issue 123807] Python 3.8.20 and 3.9.20 releases missing GPG signatures
CPython Issues
- [New-bugs-announce] [Issue 123809] `re` hangs on forever for this pattern
CPython Issues
- [New-bugs-announce] [Issue 123810] Python os Modul path bug (Windows 11, Python Version 3.12.5)
CPython Issues
- [New-bugs-announce] [Issue 123811] Issue with Round Function in Python
CPython Issues
- [New-bugs-announce] [Issue 123821] Regression in 3.12.5 causing non-deterministic failures in Black
CPython Issues
- [New-bugs-announce] [Issue 123823] test_posix Fails on NetBSD: Operation Not Supported for posix_fallocate
CPython Issues
- [New-bugs-announce] [Issue 123826] Unused function warnings during mimalloc build on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 123828] TSAN race in _waiting_release
CPython Issues
- [New-bugs-announce] [Issue 123832] `socket.getaddrinfo` on Solaris fails if service name (port) is specified, but socket type / protocol unspecified
CPython Issues
- [New-bugs-announce] [Issue 123834] Add `symtable` to the list of modules with a CLI
CPython Issues
- [New-bugs-announce] [Issue 123836] Testing math_testcases.txt lacks support for signed zeros
CPython Issues
- [New-bugs-announce] [Issue 123839] When changing any multi-value variable in a def when being an import value, it changes also the value that has been imported
CPython Issues
- [New-bugs-announce] [Issue 123843] Broken Zope.dev datetime references
CPython Issues
- [New-bugs-announce] [Issue 123849] test_sqlite3/test_dump.py Fails if SQLite Foreign Keys Enabled
CPython Issues
- [New-bugs-announce] [Issue 123850] Result no expected on simple math operation
CPython Issues
- [New-bugs-announce] [Issue 123851] shelve del only removes the reference not the actual data
CPython Issues
- [New-bugs-announce] [Issue 123853] Incorrect Windows locale for Cambodian
CPython Issues
- [New-bugs-announce] [Issue 123856] The new REPL fails on Ctrl-C after search
CPython Issues
- [New-bugs-announce] [Issue 123858] Improve document for SyntaxWarning
CPython Issues
- [New-bugs-announce] [Issue 123860] 3.13 __static_attributes__ ignores self parameters other than "self"
CPython Issues
- [New-bugs-announce] [Issue 123863] REPL indentation after print or evaluation is printed
CPython Issues
- [New-bugs-announce] [Issue 123870] test.test_pyrepl.test_pyrepl.TestMain.test_readline_history_file fails on MacOS with TERM=dumb
CPython Issues
- [New-bugs-announce] [Issue 123873] SQLite3 threadsafety property should return 2 for serialized
CPython Issues
- [New-bugs-announce] [Issue 123876] Hosted documentation has not been updated in a couple of days
CPython Issues
- [New-bugs-announce] [Issue 123877] Support `wasm32-wasip1` as the default WASI target triple
CPython Issues
- [New-bugs-announce] [Issue 123880] Python 3.13 breaks circular imports during single phase init of extension module
CPython Issues
- [New-bugs-announce] [Issue 123881] Compiler should not modify the AST
CPython Issues
- [New-bugs-announce] [Issue 123882] Timedelta cannot be used in match statements
CPython Issues
- [New-bugs-announce] [Issue 123884] Incorrect optimization in itertools.tee()
CPython Issues
- [New-bugs-announce] [Issue 123892] _wmi missing in sys.stdlib_module_names
CPython Issues
- [New-bugs-announce] [Issue 123894] Simplifying ascii-decode
CPython Issues
- [New-bugs-announce] [Issue 123899] multiprocessing.Barrier does not return if waiting process is terminated (tested on windows)
CPython Issues
- [New-bugs-announce] [Issue 123900] Possible kernel crash on vfork
CPython Issues
- [New-bugs-announce] [Issue 123902] argsparse.py : parameters misinterpreted
CPython Issues
- [New-bugs-announce] [Issue 123905] Update TOML description to include version number
CPython Issues
- [New-bugs-announce] [Issue 123909] PyType_From*: Disallow metaclasses with custom tp_new
CPython Issues
- [New-bugs-announce] [Issue 123911] ftplib cannot connect to server which has banner / welcome message configured
CPython Issues
- [New-bugs-announce] [Issue 123913] `cursesmodule` uses `winobj` which might be `NULL`
CPython Issues
- [New-bugs-announce] [Issue 123915] buildrelease.bat uses same build directory for AMD64 and ARM64
CPython Issues
- [New-bugs-announce] [Issue 123916] PyObject_HEAD_INIT is defined incorrectly
CPython Issues
- [New-bugs-announce] [Issue 123917] The configure script incorrectly detects crypt() when it doesn't exist
CPython Issues
- [New-bugs-announce] [Issue 123919] `_freeze_module.c` has several unhandled nulls
CPython Issues
- [New-bugs-announce] [Issue 123923] Use deferred reference counting in some `_PyInterpreterFrame` fields
CPython Issues
- [New-bugs-announce] [Issue 123925] configure doesn't disable ncurses extended_pair_content() if ncursesw is not available
CPython Issues
- [New-bugs-announce] [Issue 123930] Better error message for from imports when a script shadows a module
CPython Issues
- [New-bugs-announce] [Issue 123934] reset_mock resets MagicMock's magic methods in an unexpected way
CPython Issues
- [New-bugs-announce] [Issue 123935] Incorrect slot check: typo in `__dictoffest__`
CPython Issues
- [New-bugs-announce] [Issue 123940] Daemonic threads not killed in python 3.13
CPython Issues
- [New-bugs-announce] [Issue 123942] Missing test for docstring-handling code in ast_opt.c
CPython Issues
- [New-bugs-announce] [Issue 123944] test_pyrepl fails on x86-64 macOS buildbot -- setupterm: could not find terminfo database
CPython Issues
- [New-bugs-announce] [Issue 123945] Argparse does not identify negative numbers with underscores as a numerical value
CPython Issues
- [New-bugs-announce] [Issue 123951] The examples of "c extern" in the "Doc/includes/newtypes" directory of Python 3.11 and later versions need to be optimized, the structure of the `__dict__` in the C extern example under `Doc/includes/newtypes` is outdated.
CPython Issues
- [New-bugs-announce] [Issue 123954] Inefficient ssl.SSLWantReadError exception slows down very common use-case
CPython Issues
- [New-bugs-announce] [Issue 123958] codegen should ideally not need to know the optimization level
CPython Issues
- [New-bugs-announce] [Issue 123961] Avoid global module's dictionary variable in `_cursesmodule.c`
CPython Issues
- [New-bugs-announce] [Issue 123963] Expose CurrentByteCount from expat
CPython Issues
- [New-bugs-announce] [Issue 123967] faulthandler's `dump_traceback` doesn't handle case where top-most frame is `FRAME_OWNED_BY_CSTACK`
CPython Issues
- [New-bugs-announce] [Issue 123969] Add _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning
CPython Issues
- [New-bugs-announce] [Issue 123968] `python -m random --float N` should pick a float between 0 and N, not 1 and N
CPython Issues
- [New-bugs-announce] [Issue 123973] New REPL sets global `__package__` to `'_pyrepl'`
CPython Issues
- [New-bugs-announce] [Issue 123974] OSError: Invalid argument in test_get_clock_info when testing thread_time clock on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 123976] Expand documentation for importlib.metadata custom providers to include caveats regarding backports
CPython Issues
- [New-bugs-announce] [Issue 123978] test_thread_time fails on NetBSD: time difference exceeds expected threshold
CPython Issues
- [New-bugs-announce] [Issue 123983] Pythread_ident_t is not used consistently and could be more robust.
CPython Issues
- [New-bugs-announce] [Issue 123987] Sentinel in namespace path breaks NamespaceReader
CPython Issues
- [New-bugs-announce] [Issue 123990] Remove `WITH_FREELISTS` macro
CPython Issues
- [New-bugs-announce] [Issue 123993] Request for a set of function tool for debugging
CPython Issues
- [New-bugs-announce] [Issue 123994] Buildbot failure in test_importlib.test_open_text
CPython Issues
- [New-bugs-announce] [Issue 123996] Use array of size 1 for `self_or_null` and other instruction inputs that get merged into another array.
CPython Issues
- [New-bugs-announce] [Issue 124001] PyFaulthandler: heap-buffer-overflow
CPython Issues
- [New-bugs-announce] [Issue 124002] redefination in closure functions
CPython Issues
- [New-bugs-announce] [Issue 124008] invaild assertion of _io__WindowConsoleIO_write_impl
CPython Issues
- [New-bugs-announce] [Issue 124013] remove _PyCompile_IsTopLevelAwait
CPython Issues
- [New-bugs-announce] [Issue 124016] upgrade Unicode database to 16.0.0
CPython Issues
- [New-bugs-announce] [Issue 124019] codegen_annotations_in_scope is called when ste->ste_annotations_used is false
CPython Issues
- [New-bugs-announce] [Issue 124022] class docstring in interactive mode generates a NOP with the docstring's location
CPython Issues
- [New-bugs-announce] [Issue 124027] Python 3.13+ REPL inserts ~ on [Del] [PgUp] [PgDn] with TERM=vt100
CPython Issues
- [New-bugs-announce] [Issue 124030] test_termios.test_tcsendbreak fails with 'Inappropriate ioctl for device' error on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 124040] testHypot in test_match uses assertEqual on floats
CPython Issues
- [New-bugs-announce] [Issue 124041] python3.10.12 crashed on powerpc 32bit system when PyGC_Collect()
CPython Issues
- [New-bugs-announce] [Issue 124043] Crash for `concurrent.futures.ThreadPoolExecutor` when `num_futures` > `num_workers` on free-threaded Python
CPython Issues
- [New-bugs-announce] [Issue 124044] Tracker: protect macros expansions using `do { ... } while (0)` constructions
CPython Issues
- [New-bugs-announce] [Issue 124046] Add `curses` prefix to global variables in `_cursesmodule.c`
CPython Issues
- [New-bugs-announce] [Issue 124050] Timer class for context manager usage in time module
CPython Issues
- [New-bugs-announce] [Issue 124053] Move RE examples to Python HOWTOs
CPython Issues
- [New-bugs-announce] [Issue 124058] Remove c_interactive from the compiler struct, as well as `_PyCompile_IsInteractive` and `_PyCompile_IsNestedScope`
CPython Issues
- [New-bugs-announce] [Issue 124060] 3.13 traceback module print / format functions fail if incorrect source is found by linecache
CPython Issues
- [New-bugs-announce] [Issue 124064] Lots of new compiler warnings
CPython Issues
- [New-bugs-announce] [Issue 124068] ``test_asyncio.test_base_events`` leaks references in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 124071] runs slow
CPython Issues
- [New-bugs-announce] [Issue 124074] [C API] Add _Py_NewImmortalRef() function to the internal C API
CPython Issues
- [New-bugs-announce] [Issue 124083] test_strsignal fails on NetBSD with TypeError
CPython Issues
- [New-bugs-announce] [Issue 124087] Unexpected behaviour of `is` operator towards two identical objects!
CPython Issues
- [New-bugs-announce] [Issue 124088] How to get msecs from PyTime API in 3.13?
CPython Issues
- [New-bugs-announce] [Issue 124089] Calling typing.get_type_hints with a class or instance method with PEP 695 type parameters fails if PEP 563 is enabled
CPython Issues
- [New-bugs-announce] [Issue 124096] Pasting a function definition does not work in 3.13 REPL with Windows Terminal
CPython Issues
- [New-bugs-announce] [Issue 124098] `urllib.request.OpenerDirector.add_handler()` matches too broadly
CPython Issues
- [New-bugs-announce] [Issue 124099] Typo in comment in Modules/Setup.bootstrap.in
CPython Issues
- [New-bugs-announce] [Issue 124102] Update Dependency Information for PCBuild to Correct Information
CPython Issues
- [New-bugs-announce] [Issue 124104] Recalculate style is triggered whenever you change any kind of style - in this case the transform of the viewport changes. Just to clarify, this is not a reflow, but recalculate style.
CPython Issues
- [New-bugs-announce] [Issue 124105] Re-rendering nodes should not happen if you just click the canvas. Are your custom nodes wrapped with `memo`?
CPython Issues
- [New-bugs-announce] [Issue 124108] test_strcoll_with_diacritic and test_strxfrm_with_diacritic tests failing on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 124111] Update tkinter to use Tk 8.6.15 or (better) Tk 9.0
CPython Issues
- [New-bugs-announce] [Issue 124113] what happens when venv is run using existing directory
CPython Issues
- [New-bugs-announce] [Issue 124114] "AssertionError: SRE module mismatch" in /main/Lib/tokenize.py
CPython Issues
- [New-bugs-announce] [Issue 124117] Improve speed of shutil.copytree
CPython Issues
- [New-bugs-announce] [Issue 124118] "RuntimeWarning: assigning None to unbound local": an inscrutable error
CPython Issues
- [New-bugs-announce] [Issue 124120] Document `Annotated.__origin__`
CPython Issues
- [New-bugs-announce] [Issue 124122] New build warnings: `warning: unused function 'round_down' [-Wunused-function]`
CPython Issues
- [New-bugs-announce] [Issue 124124] Duplicate entry for the same configparser change in 3.13 release
CPython Issues
- [New-bugs-announce] [Issue 124126] `os.path.getsize` very slow for Windows 11
CPython Issues
- [New-bugs-announce] [Issue 124127] [C API] Make Py_REFCNT() opaque in limited C API 3.14
CPython Issues
- [New-bugs-announce] [Issue 124130] Regex \B doesn't match empty string
CPython Issues
- [New-bugs-announce] [Issue 124132] Incorrect shutil.copytree() behaviour with symlink=False and ignore_dangling_symlinks=True
CPython Issues
- [New-bugs-announce] [Issue 124139] Windows virtual environment does not work correctly under WSL
CPython Issues
- [New-bugs-announce] [Issue 124149] Daemon threads are not forced to exit as part of runtime finalization
CPython Issues
- [New-bugs-announce] [Issue 124153] Add `PyType_GetBaseByToken` function with `Py_tp_token` slot
CPython Issues
- [New-bugs-announce] [Issue 124157] PEP 649: Avoid creation of function objects for `__annotate__`
CPython Issues
- [New-bugs-announce] [Issue 124159] Looping through empty list yields a None object
CPython Issues
- [New-bugs-announce] [Issue 124160] Segfault when trying to use PyRun_SimpleFile() with some imports
CPython Issues
- [New-bugs-announce] [Issue 124165] Optimize keep_top_bit() in heapq module by using _Py_bit_length()
CPython Issues
- [New-bugs-announce] [Issue 124167] ntpath not adding slash after drive letters
CPython Issues
- [New-bugs-announce] [Issue 124168] dynamic import of module fails from readonly location
CPython Issues
- [New-bugs-announce] [Issue 124170] Regression: ImportError for `HeaderWriteError` in long-running process post-Python update for CVE-2024-6923
CPython Issues
- [New-bugs-announce] [Issue 124176] Improve UX for mocking dataclasses that are problematic to instantiate
CPython Issues
- [New-bugs-announce] [Issue 124178] Support `enumerate` with `reversed` function
CPython Issues
- [New-bugs-announce] [Issue 124182] "DeprecationWarning: builtin type has no __module__ attribute" when using PyStructSequence_NewType from a module method
CPython Issues
- [New-bugs-announce] [Issue 124184] with python 3.12 it is not supporting jupyter notebook notebook.nbextensions
CPython Issues
- [New-bugs-announce] [Issue 124188] Take into account encoding of source file for syntax error
CPython Issues
- [New-bugs-announce] [Issue 124190] Ignore compiler warnings for entire file or directory in CI tooling
CPython Issues
- [New-bugs-announce] [Issue 124191] Remove -Wconversion from CFLAGS_NODIST in --enable-safety
CPython Issues
- [New-bugs-announce] [Issue 124194] Wrong link in "What's new in Python 3.8" (apparent typo in issue ID)
CPython Issues
- [New-bugs-announce] [Issue 124201] In-built Python Version Manager (PVM) and Package Manager
CPython Issues
- [New-bugs-announce] [Issue 124202] Possible to nest interactive help
CPython Issues
- [New-bugs-announce] [Issue 124205] Minor inconsistency in description of Warnings between warnings.html and exceptions.html
CPython Issues
- [New-bugs-announce] [Issue 124206] `get_type_hints(K format=FORWARDREF)` raises when `K` is dynamically created class
CPython Issues
- [New-bugs-announce] [Issue 124210] threading module is missing basic/introductory usage example
CPython Issues
- [New-bugs-announce] [Issue 124212] Invalid variable name in `venv` code for symlink failure handling on Windows
CPython Issues
- [New-bugs-announce] [Issue 124213] Test failures inside `systemd-nspawn --suppress-sync=true` container
CPython Issues
- [New-bugs-announce] [Issue 124217] RFC 9637 not implemented by ipaddress module
CPython Issues
- [New-bugs-announce] [Issue 124218] Reference count contention with nested functions
CPython Issues
- [New-bugs-announce] [Issue 124220] struct.pack() - the "p" case needs a revisit
CPython Issues
- [New-bugs-announce] [Issue 124228] AssertionError in test_uuid on NetBSD: Expected UUID version 1, but got version 4
CPython Issues
- [New-bugs-announce] [Issue 124234] Improve `mock.reset_mock` docs: clarify that `return_value` and `side_effects` are booleans
CPython Issues
- [New-bugs-announce] [Issue 124238] Asterisk (*) list duplication bug
CPython Issues
- [New-bugs-announce] [Issue 124239] Class objects become immortal and cannot be GC after creating a new thread in free-threaded Python
CPython Issues
- [New-bugs-announce] [Issue 124241] sys.executable is sometimes wrong
CPython Issues
- [New-bugs-announce] [Issue 124245] UserWarning in test_argparse
CPython Issues
- [New-bugs-announce] [Issue 124248] SystemError/Assertion failure when processing struct with '0p' field
CPython Issues
- [New-bugs-announce] [Issue 124254] Windows Installer update with "keep current options" uninstalled the free-threaded binaries
CPython Issues
- [New-bugs-announce] [Issue 124257] Invalid datetime.time.fromisoformat
CPython Issues
- [New-bugs-announce] [Issue 124260] % in documentation breaks Argumentparser
CPython Issues
- [New-bugs-announce] [Issue 124265] Delete redundant code in traceback.c
CPython Issues
- [New-bugs-announce] [Issue 124268] The index method of the tuple is incorrect
CPython Issues
- [New-bugs-announce] [Issue 124269] Rewrite `typing.Annotated` docs
CPython Issues
- [New-bugs-announce] [Issue 124271] http.server.BaseHTTPRequestHandler.parse_request func has bug!!!
CPython Issues
- [New-bugs-announce] [Issue 124284] Reference counting stats do not account for immortal objects.
CPython Issues
- [New-bugs-announce] [Issue 124285] Behavior change for `foo and 1 or 2`: 3.12 newly converts `foo` to bool twice
CPython Issues
- [New-bugs-announce] [Issue 124286] datetime.datetime.now() returns wrong time on Windows when env var TZ is set
CPython Issues
- [New-bugs-announce] [Issue 124287] Request for Clarification on Experimental Status of Free-Threaded Builds with GIL in CPython 3.13
CPython Issues
- [New-bugs-announce] [Issue 124290] built python from source but pip executables in scripts are for the wrong cpu type
CPython Issues
- [New-bugs-announce] [Issue 124293] '_Stream' object has no attribute 'seekable'
CPython Issues
- [New-bugs-announce] [Issue 124294] str.format() raises misleading error when using negative indices
CPython Issues
- [New-bugs-announce] [Issue 124295] Add translation tests to argparse
CPython Issues
- [New-bugs-announce] [Issue 124296] Remove `ma_version_tag` (PEP 699 / PEP 509)
CPython Issues
- [New-bugs-announce] [Issue 124305] argparse eats initial '=' from short option argument
CPython Issues
- [New-bugs-announce] [Issue 124308] Impossible to identify asyncio.TimeoutError from other TimeoutError
CPython Issues
- [New-bugs-announce] [Issue 124309] Happy Eyeballs crashes with Eager Task Factory
CPython Issues
- [New-bugs-announce] [Issue 124312] `pathlib.WindowsPath` resolve() behavior discrepancy between windows paths and unix paths
CPython Issues
- [New-bugs-announce] [Issue 124317] Timeit f-string performance for self assignments
CPython Issues
- [New-bugs-announce] [Issue 124321] Argparse negative number parsing does not capture -.5
CPython Issues
- [New-bugs-announce] [Issue 124327] Incorrect formatting small negative floats
CPython Issues
- [New-bugs-announce] [Issue 124333] About compileall error exit code
CPython Issues
- [New-bugs-announce] [Issue 124342] PEP 649: `functools.update_wrapper` implementation
CPython Issues
- [New-bugs-announce] [Issue 124344] `_PyObject_IS_GC()` should not use `PyType_HasFeature()`
CPython Issues
- [New-bugs-announce] [Issue 124345] argparse: abbreviated single-dash long options do not work with =
CPython Issues
- [New-bugs-announce] [Issue 124351] Optimize Endianness Handling in ctypes Module
CPython Issues
- [New-bugs-announce] [Issue 124354] Modules being cached and not being able to reload the modules until uninstall and reinstall
CPython Issues
- [New-bugs-announce] [Issue 124363] Expression before `=` in an f-string is interpreted like a normal string with escape sequences
CPython Issues
- [New-bugs-announce] [Issue 124364] Tkinter Memory Leak when updating any UI elements most noticeable when updating label images, only present on windows
CPython Issues
- [New-bugs-announce] [Issue 124366] Thread-safe atomic counters
CPython Issues
- [New-bugs-announce] [Issue 124370] Python "HOWTO" guide for free-threading
CPython Issues
- [New-bugs-announce] [Issue 124375] Crash running PyO3 tests with --test-threads=1000
CPython Issues
- [New-bugs-announce] [Issue 124378] New test_ttk failure on Mac
CPython Issues
- [New-bugs-announce] [Issue 124379] Document _PyStackRef
CPython Issues
- [New-bugs-announce] [Issue 124385] Document PyLong_AS_LONG
CPython Issues
- [New-bugs-announce] [Issue 124397] Strategy for Iterators in Free Threading
CPython Issues
- [New-bugs-announce] [Issue 124398] Pin LLVM 18.1.0 for JIT CI (Windows)
CPython Issues
- [New-bugs-announce] [Issue 124400] Use the normal code path for breakpoint commands in pdb
CPython Issues
- [New-bugs-announce] [Issue 124402] test_free_threading and test_super take way to long.
CPython Issues
- [New-bugs-announce] [Issue 124405] NameError in `openpty` after #118826
CPython Issues
- [New-bugs-announce] [Issue 124408] Skip more tests for Emulated Linux JIT CI Jobs
CPython Issues
- [New-bugs-announce] [Issue 124412] How to convert annotations to `Format.SOURCE` in `__annotate__`?
CPython Issues
- [New-bugs-announce] [Issue 124432] Need tests for gettext support in argparse
CPython Issues
- [New-bugs-announce] [Issue 124433] asyncio.queues documentation should mention what it's supposed to contain
CPython Issues
- [New-bugs-announce] [Issue 124442] __static_attributes__ is not deteministic
CPython Issues
- [New-bugs-announce] [Issue 124445] Alias that is generic over a ParamSpec cannot be further specialized
CPython Issues
- [New-bugs-announce] [Issue 124448] Update bundled Tcl/Tk to 8.6.15 (Windows, macOS installer)
CPython Issues
- [New-bugs-announce] [Issue 124451] IDLE doesn't know where to start parsing
CPython Issues
- [New-bugs-announce] [Issue 124452] Parsing adds whitespace to the front of long headers
CPython Issues
- [New-bugs-announce] [Issue 124457] Drop `coverity`
CPython Issues
- [New-bugs-announce] [Issue 124470] Crash when assigning to instance dictionary from multiple threads while reading
CPython Issues
- [New-bugs-announce] [Issue 124471] Set name for reusable workflow
CPython Issues
- [New-bugs-announce] [Issue 124476] test_codecs fails with RuntimeError on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 124478] Review and simplify argparse docs
CPython Issues
- [New-bugs-announce] [Issue 124483] `_Py_Dealloc` is an escaping call
CPython Issues
- [New-bugs-announce] [Issue 124486] AssertionError in test_whichdb_ndbm on NetBSD
CPython Issues
- [New-bugs-announce] [Issue 124487] Python-3.13.0rc2 cannot build in windows 11 with visual studio 2022 and windows sdk 10.0.26100
CPython Issues
- [New-bugs-announce] [Issue 124496] Alias that is generic over a ParamSpec is not hashable when using a list as parameters_expression
CPython Issues
- [New-bugs-announce] [Issue 124498] TypeAliasType is always generic when `type_params=()` is passed.
CPython Issues
- [New-bugs-announce] [Issue 124502] [C API] Add PyUnicode_Equal() function
CPython Issues
- [New-bugs-announce] [Issue 124503] Stack-based `ast.literal_eval` Implementation
CPython Issues
- [New-bugs-announce] [Issue 124510] The timeout setting is not honored when a transaction is active (with example)
CPython Issues
- [New-bugs-announce] [Issue 124511] pip install python
CPython Issues
- [New-bugs-announce] [Issue 124513] framelocalsproxy_new() crash if called with no arguments
CPython Issues
- [New-bugs-announce] [Issue 124514] # Bug report
CPython Issues
- [New-bugs-announce] [Issue 124520] Breaking backward compatibility between `ctypes` and metaclasses in Python 3.13.
CPython Issues
- [New-bugs-announce] [Issue 124521] Non-deterministic behavior of difflib.HtmlDiff.make_table
CPython Issues
- [New-bugs-announce] [Issue 124522] Bag documentation 7.1. Fancier Output Formatting, with str.format() funnction exemple..
CPython Issues
- [New-bugs-announce] [Issue 124526] [DOC] PDF build has missing Unicode characters
CPython Issues
- [New-bugs-announce] [Issue 124529] `datetime.strptime(dt.strftime("%c"), "%c"))` fails when year is <1000.
CPython Issues
- [New-bugs-announce] [Issue 124531] `datetime.strftime` strings can be terminated by "\x00" literals
CPython Issues
- [New-bugs-announce] [Issue 124538] v3.13.0rc2 Segmentation Fault in gc.get_referents. PyCapsule->traverse_func is NULL
CPython Issues
- [New-bugs-announce] [Issue 124547] Crash when detaching dict from inline values and no memory is available
CPython Issues
- [New-bugs-announce] [Issue 124549] `datetime.strptime` accepts incompatible arguments
CPython Issues
- [New-bugs-announce] [Issue 124552] Improve the accuracy of possible breakpoint check in bdb
CPython Issues
- [New-bugs-announce] [Issue 124565] `name` and `mode` attributes only documented for `io.FileIO` but exist for `TextIOWrapper`, `BufferedReader`, and `BufferedWriter` as well
CPython Issues
- [New-bugs-announce] [Issue 124567] Incremental GC means that Sphinx is significantly slower in 3.13 than in 3.12
CPython Issues
- [New-bugs-announce] [Issue 124570] ctypes.Union & ctypes.Structure: common features should be tested on both types
CPython Issues
- [New-bugs-announce] [Issue 124581] File "/root/miniconda3/lib/python3.11/wave.py", line 250, in initfp raise Error('file does not start with RIFF id') wave.Error: file does not start with RIFF id
CPython Issues
- [New-bugs-announce] [Issue 124583] The pickle module documentation makes confusing statements about secure alternatives
CPython Issues
- [New-bugs-announce] [Issue 124586] Reference leaks on current main
CPython Issues
- [New-bugs-announce] [Issue 124589] Wrong type for `parameters` argument of `inspect.Signature`
CPython Issues
- [New-bugs-announce] [Issue 124590] Exception in traceback logging
CPython Issues
- [New-bugs-announce] [Issue 124593] Every input in asyncio REPL (wrongly) runs in a separate PEP 567 context
CPython Issues
- [New-bugs-announce] [Issue 124594] Every input in asyncio REPL (wrongly) runs in a separate PEP 567 context
CPython Issues
- [New-bugs-announce] [Issue 124606] Leak in `test_datetime`
CPython Issues
- [New-bugs-announce] [Issue 124608] f-string docs update: the level of expression nesting in format specifiers
CPython Issues
- [New-bugs-announce] [Issue 124609] _Py_ThreadId() fails when compiled using GCC on Windows
CPython Issues
- [New-bugs-announce] [Issue 124612] Replace container images to packages from cpython-devcontainers
CPython Issues
- [New-bugs-announce] [Issue 124613] test_perf_profiler fails on Linux (both AArch64 and x86)
CPython Issues
- [New-bugs-announce] [Issue 124616] Windows uninstaller breaks on legacy OS's
CPython Issues
- [New-bugs-announce] [Issue 124618] Sslsocket.shutdown should not delete the ssl context
CPython Issues
- [New-bugs-announce] [Issue 124619] PyGILStateEnsure() (Probably) Crashes If Called After Finalization
CPython Issues
- [New-bugs-announce] [Issue 124621] Use new REPL for wasm demo
CPython Issues
- [New-bugs-announce] [Issue 124622] Fail PyGILState_Ensure() If Finalizing?
CPython Issues
- [New-bugs-announce] [Issue 124628] Pyrepl on windows is blocking where it shouldn't
CPython Issues
- [New-bugs-announce] [Issue 124639] Please restore the loop param to staggered.staggered_race
CPython Issues
- [New-bugs-announce] [Issue 124642] Free-threaded dictionary lookups aren't marking objects as weakref'd
CPython Issues
- [New-bugs-announce] [Issue 124650] Regarding whether we should add `Py_CurrentArch` or `Py_ArchName`
CPython Issues
- [New-bugs-announce] [Issue 124651] `venv` activation scripts do not quote strings properly
CPython Issues
- [New-bugs-announce] [Issue 124652] `functools.partialmethod` simplification
CPython Issues
- [New-bugs-announce] [Issue 124653] Python 3.12+ breaks backwards compatibility for logging QueueHandler with SimpleQueue
CPython Issues
- [New-bugs-announce] [Issue 124656] Profilers do not work in threads
CPython Issues
- [New-bugs-announce] [Issue 124658] Code Error In Documentation Section - 3.1.2
CPython Issues
- [New-bugs-announce] [Issue 124665] [C API] Add `PyCodec_UnregisterError` to un-register custom error handlers
CPython Issues
- [New-bugs-announce] [Issue 124666] Intermittent buildbot failure on Android aarch64
CPython Issues
- [New-bugs-announce] [Issue 124668] asyncio documentation
CPython Issues
- [New-bugs-announce] [Issue 124675] Allow `default` keyword argument in dict.get() method
CPython Issues
- [New-bugs-announce] [Issue 124682] Intermittent test_support.test_fd_count failure on iOS
CPython Issues
- [New-bugs-announce] [Issue 124684] PyCapsule use of tp_traverse is likely unsafe
CPython Issues
- [New-bugs-announce] [Issue 124688] _decimal: Store a module state in objects for faster access
CPython Issues
- [New-bugs-announce] [Issue 124693] Support parsing negative scientific notation and complex numbers in argparse
CPython Issues
- [New-bugs-announce] [Issue 124694] Add concurrent.futures.InterpreterPoolExecutor
CPython Issues
- [New-bugs-announce] [Issue 124697] refactor the implementation of inlined comprehensions
CPython Issues
- [New-bugs-announce] [Issue 124703] Do not raise an Exception when exiting pdb
CPython Issues
- [New-bugs-announce] [Issue 124706] Repeated creation of ProcessPoolExecutor leads to "Too many open files"
CPython Issues
- [New-bugs-announce] [Issue 124715] Not all types have "trashcan" protection and tp_dealloc can overflow stack
CPython Issues
- [New-bugs-announce] [Issue 124720] Update "Using Python on macOS" document for free-threading installation
CPython Issues
- [New-bugs-announce] [Issue 124722] `test_class.TestInlineValues.test_detach_materialized_dict_no_memory` leaks references
CPython Issues
- [New-bugs-announce] [Issue 124734] `lzma` module parity issues between platforms
CPython Issues
- [New-bugs-announce] [Issue 124742] Add PYTHON_GC_THRESHOLD env var
CPython Issues
- [New-bugs-announce] [Issue 124746] Python/flowgraph.c:528: all_exits_have_lineno: Assertion `0' failed
CPython Issues
- [New-bugs-announce] [Issue 124748] Non-working code in update() method of weakref.WeakKeyDictionary
CPython Issues
- [New-bugs-announce] [Issue 124761] Add socket.SO_REUSEPORT_LB and use it in socket.create_server(reuse_port=True)
CPython Issues
- [New-bugs-announce] [Issue 124768] Spurious "Type does not define the tp_name field" in 3.13.0rc2t
CPython Issues
- [New-bugs-announce] [Issue 124771] Add a high-level tuning option for the cyclic GC
CPython Issues
- [New-bugs-announce] [Issue 124780] AbstractEventLoop.stop() doesn't stop if nothing has been executed
CPython Issues
- [New-bugs-announce] [Issue 124781] [Idle] Indent width bug after adding custom keyset
CPython Issues
- [New-bugs-announce] [Issue 124785] [TraceRefs build]
CPython Issues
- [New-bugs-announce] [Issue 124787] TypeAliasType with wrong default order should raise an error.
CPython Issues
- [New-bugs-announce] [Issue 124815] HTTP to HTTPS redirect forgets original method [urllib.request]
CPython Issues
- [New-bugs-announce] [Issue 124816] unittest.mock spec and create_autospec should support type-hints
CPython Issues
- [New-bugs-announce] [Issue 124819] Improve tracebacks for C functions (pass information about arguments)
CPython Issues
- [New-bugs-announce] [Issue 124820] Fix compiler warnings on JIT builds where `-mno-outline-atomics` are not supported.
CPython Issues
Last message date:
Mon Sep 30 22:03:21 EDT 2024
Archived on: Mon Sep 30 22:03:26 EDT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).