July 2024 Archives by subject
Starting: Mon Jul 1 03:11:41 EDT 2024
Ending: Wed Jul 31 21:06:31 EDT 2024
Messages: 417
- [New-bugs-announce] [Issue 121196] `dict.fromkeys` must mark its parameters as pos-only
CPython Issues
- [New-bugs-announce] [Issue 121198] [TraceRefs] test_import fails with: _PyRefchain_Remove: Assertion `value == REFCHAIN_VALUE' failed.
CPython Issues
- [New-bugs-announce] [Issue 121199] Python fails to build on s390x RHEL7 LTO + PGO 3.x on: #if defined(__APPLE__) && defined(__has_attribute) && __has_attribute(availability)
CPython Issues
- [New-bugs-announce] [Issue 121200] test_posixpath.test_expanduser_pwd2() fails on s390x Fedora Rawhide 3.x
CPython Issues
- [New-bugs-announce] [Issue 121201] riscv64 fails to build Python/perf_jit_trampoline.c: Unsupported target architecture
CPython Issues
- [New-bugs-announce] [Issue 121206] test_pyrepl fails on s390x SLES: 'sys', 'ver' variables are unexpected
CPython Issues
- [New-bugs-announce] [Issue 121210] `ast.compare` fails if fields or attributes are missing at runtime
CPython Issues
- [New-bugs-announce] [Issue 121220] [weakref]: Consider marking ``test_threaded_weak_key_dict_copy`` and ``test_threaded_weak_value_dict_copy`` as cpu-heavy tests
CPython Issues
- [New-bugs-announce] [Issue 121223] Should we allow relative includes? (i.e. #include "../_ssl.h")
CPython Issues
- [New-bugs-announce] [Issue 121225] Use After Free in Stop(_lsprof.c)
CPython Issues
- [New-bugs-announce] [Issue 121227] Disallow setting an empty list for NPN in CPython 3.9 and earlier
CPython Issues
- [New-bugs-announce] [Issue 121229] __annotations__ lose type when a variable and its type have same name with default value None
CPython Issues
- [New-bugs-announce] [Issue 121237] Let strptime accept %:z
CPython Issues
- [New-bugs-announce] [Issue 121239] Embedded Python 3.11.8 - `PyConfig_Read` does not fully setup `PyConfig`
CPython Issues
- [New-bugs-announce] [Issue 121245] Python 3.13.0b3 REPL empties ~/.python_history
CPython Issues
- [New-bugs-announce] [Issue 121246] Case where LOAD_CONST and RETURN_VALUE are not combined into RETURN_CONST
CPython Issues
- [New-bugs-announce] [Issue 121247] Adsız
CPython Issues
- [New-bugs-announce] [Issue 121249] Add support for C99 complex type (_Complex) to the struct module
CPython Issues
- [New-bugs-announce] [Issue 121252] create_unix_server() removes listening unix socket, potentially from other process
CPython Issues
- [New-bugs-announce] [Issue 121253] 3.13b3 crashes in Cython test suite
CPython Issues
- [New-bugs-announce] [Issue 121256] The extend method of a list returns None
CPython Issues
- [New-bugs-announce] [Issue 121257] 3.13.0b3 regression:
CPython Issues
- [New-bugs-announce] [Issue 121263] Stackrefs (#118450) introduced a large performance regression on Windows
CPython Issues
- [New-bugs-announce] [Issue 121266] `always_inline` makes build fail with `-Og` and `--without-pydebug`
CPython Issues
- [New-bugs-announce] [Issue 121267] Tarfile is unnecessarily slow
CPython Issues
- [New-bugs-announce] [Issue 121268] Remove remnants of support for non-IEEE 754 systems from cmathmodule.c
CPython Issues
- [New-bugs-announce] [Issue 121271] test_pyrepl doesn't ignore PYTHONSTARTUP
CPython Issues
- [New-bugs-announce] [Issue 121272] Move input validation from compiler to earlier stages
CPython Issues
- [New-bugs-announce] [Issue 121274] nested filter via for loop incorrect behavior
CPython Issues
- [New-bugs-announce] [Issue 121275] Some tests in test_smtplib and test_logging failed when Python is configured with `--disable-ipv6`
CPython Issues
- [New-bugs-announce] [Issue 121277] Allow `.. versionadded:: next` in docs
CPython Issues
- [New-bugs-announce] [Issue 121279] importlib.abc: NameError: name 'warnings' is not defined
CPython Issues
- [New-bugs-announce] [Issue 121282] argparse mis-handles a store_true option in between two nargs="?" positionals
CPython Issues
- [New-bugs-announce] [Issue 121284] email: invalid RFC 2047 address header after refolding from compat32 to default
CPython Issues
- [New-bugs-announce] [Issue 121285] Remove backtracking from parsing tarfile members and headers
CPython Issues
- [New-bugs-announce] [Issue 121288] tuple.index vs list.index different value errors
CPython Issues
- [New-bugs-announce] [Issue 121289] Makine çalışmıyor
CPython Issues
- [New-bugs-announce] [Issue 121290] Random error of PyCapsule_New called with null pointer error when using seaborn matplotlib numpy and pandas
CPython Issues
- [New-bugs-announce] [Issue 121291] enum.Flag ignores bitwise operator methods from mixins
CPython Issues
- [New-bugs-announce] [Issue 121292] Optimize sort() and min()/max() by not calling keyfunc for size-1 inputs
CPython Issues
- [New-bugs-announce] [Issue 121295] KeyboardInterrupt during paste breaks the new REPL
CPython Issues
- [New-bugs-announce] [Issue 121298] Immutable dictionary in Python
CPython Issues
- [New-bugs-announce] [Issue 121300] 3.13 `copy.replace` isn't in `__all__`
CPython Issues
- [New-bugs-announce] [Issue 121301] Is it possible to implement TypeScript in python?
CPython Issues
- [New-bugs-announce] [Issue 121306] missing global names inside a class body (calling `exec` with a `ChainMap`)
CPython Issues
- [New-bugs-announce] [Issue 121313] Limit the reading size from pipes to their default buffer size on Unix systems
CPython Issues
- [New-bugs-announce] [Issue 121330] `SSLContext` might create infinite recursions in some use-cases
CPython Issues
- [New-bugs-announce] [Issue 121331] Weird `inspect.getsource` behavior with generators
CPython Issues
- [New-bugs-announce] [Issue 121332] ast constructors should look at `_attributes` for allowed attributes
CPython Issues
- [New-bugs-announce] [Issue 121333] Clarify what is the default executor for `asyncio.run_in_executor`
CPython Issues
- [New-bugs-announce] [Issue 121338] MSVC pragma to turn compiler optimization off around the _PyEval_EvalFrameDefault is no longer necessary
CPython Issues
- [New-bugs-announce] [Issue 121342] pkgutil direct use of zipimport._zip_directory_cache is no longer safe
CPython Issues
- [New-bugs-announce] [Issue 121347] Suffix in pathlib is not behaving like a file extension
CPython Issues
- [New-bugs-announce] [Issue 121351] test_pyrepl: test_not_wiping_history_file() fails (randomly?) on multiple buildbots
CPython Issues
- [New-bugs-announce] [Issue 121352] Use _Py_SourceLocation in symtable
CPython Issues
- [New-bugs-announce] [Issue 121354] dataclass overriding a property in the parent class is broken
CPython Issues
- [New-bugs-announce] [Issue 121355] Minor error in simple_stmts.rst
CPython Issues
- [New-bugs-announce] [Issue 121359] test_pyrepl.test_exposed_globals_in_repl failure
CPython Issues
- [New-bugs-announce] [Issue 121367] dis: BUILD_LIST docs incorrectly say count must be > 0
CPython Issues
- [New-bugs-announce] [Issue 121368] TypeError: descriptor 'some_method' for 'A' objects doesn't apply to a 'B' object
CPython Issues
- [New-bugs-announce] [Issue 121371] 3.13 Better Document `__replace__` on Dataclasses and Named Tuples
CPython Issues
- [New-bugs-announce] [Issue 121374] 3.13 Incorrect Docstrings in `_interpchannels`
CPython Issues
- [New-bugs-announce] [Issue 121376] pycache 32-bit timestamp seems to have second granularity and uses pycache when they're the same
CPython Issues
- [New-bugs-announce] [Issue 121377] Wrong binding of closure variable with intervening list comprehension
CPython Issues
- [New-bugs-announce] [Issue 121380] enumerate's are slow
CPython Issues
- [New-bugs-announce] [Issue 121381] subprocess._USE_VFORK doesn't change usage of vfork
CPython Issues
- [New-bugs-announce] [Issue 121382] Decimal class allows underscores that are not PEP 515 compliant
CPython Issues
- [New-bugs-announce] [Issue 121390] Memory leak in tracemalloc
CPython Issues
- [New-bugs-announce] [Issue 121394] "See help(type(self)) for accurate signature" in `__init__`'s docstring is misleading
CPython Issues
- [New-bugs-announce] [Issue 121396] Creating new object instance doesn't reset arrays filled using append!
CPython Issues
- [New-bugs-announce] [Issue 121397] Variable Interchange in Multiprocessing
CPython Issues
- [New-bugs-announce] [Issue 121399] dis: FOR_ITER says it no longer pops the stack in 3.12 but it still does when the iterator ended normally
CPython Issues
- [New-bugs-announce] [Issue 121400] Bad indentation after pasting code in interactive interpreter
CPython Issues
- [New-bugs-announce] [Issue 121401] Some upgradation
CPython Issues
- [New-bugs-announce] [Issue 121402] ZipFile.open() should not ignore compression, new file should default to today rather than 1980
CPython Issues
- [New-bugs-announce] [Issue 121403] Calling PyList_GetItemRef after PyList_New segfaults
CPython Issues
- [New-bugs-announce] [Issue 121404] split compiler.c into compiler and codegen
CPython Issues
- [New-bugs-announce] [Issue 121407] Faster `to_iternext` for `bltinmodule.c:sum`
CPython Issues
- [New-bugs-announce] [Issue 121409] No idea, everyone seems to be happy with it as is ; -).
CPython Issues
- [New-bugs-announce] [Issue 121412] Too long path for File handling in open method
CPython Issues
- [New-bugs-announce] [Issue 121419] Asyncio.Lock timeout
CPython Issues
- [New-bugs-announce] [Issue 121423] Speed up `socket.errotTab` and lazy import `selectors`
CPython Issues
- [New-bugs-announce] [Issue 121427] Compiling 3.13 in MSYS2/UCRT64 causes a type error for _PyTime_AsTime_t
CPython Issues
- [New-bugs-announce] [Issue 121429] 在進行浮點數乘法運算時,會多出了0.000000幾
CPython Issues
- [New-bugs-announce] [Issue 121434] Compiling main in MSYS2/UCRT64 causes a uninitialized error in 'PyEval_EvalCodeEx' for 'newargs'
CPython Issues
- [New-bugs-announce] [Issue 121436] add an operator for `not x`
CPython Issues
- [New-bugs-announce] [Issue 121439] Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused
CPython Issues
- [New-bugs-announce] [Issue 121443] Support add new -X option to dump heap and current stack automaticlly when MemoryError has been raised
CPython Issues
- [New-bugs-announce] [Issue 121445] Add C accelerator for `fnmatch.filter` & co.
CPython Issues
- [New-bugs-announce] [Issue 121448] python loses track of re-assignment of variable
CPython Issues
- [New-bugs-announce] [Issue 121450] Inline breakpoints should use the most recent pdb isntance, instead of creating a new one
CPython Issues
- [New-bugs-announce] [Issue 121453] Doc `tools/templates/download.html` missing `texinfo` format download link
CPython Issues
- [New-bugs-announce] [Issue 121456] Complex number as string with whitespace throws malformed string error
CPython Issues
- [New-bugs-announce] [Issue 121458] stale documentation about the minimum supported Windows version
CPython Issues
- [New-bugs-announce] [Issue 121459] PEP 703 Deferred reference counts
CPython Issues
- [New-bugs-announce] [Issue 121460] test.test__interpchannels.ChannelTests.test_channel_list_interpreters_released hangs on 32-bit ARM --pydebug builds
CPython Issues
- [New-bugs-announce] [Issue 121461] `os.path.normpath` documentation is not correctly indented
CPython Issues
- [New-bugs-announce] [Issue 121462] pathlib docs: table of corresponding os/os.path functions is disorganised
CPython Issues
- [New-bugs-announce] [Issue 121463] PyGILState_Ensure() deadlocks when accessed from other C++ threads
CPython Issues
- [New-bugs-announce] [Issue 121464] enum_next and pairwise_next can result in tuple elements with zero reference count in free-threading build
CPython Issues
- [New-bugs-announce] [Issue 121467] Mimalloc headers are not being installed
CPython Issues
- [New-bugs-announce] [Issue 121468] Make pdb asyncio aware
CPython Issues
- [New-bugs-announce] [Issue 121474] Barrier hangs indefinitely when arg `parties` < 0
CPython Issues
- [New-bugs-announce] [Issue 121477] PyLong_FromString() docs should point to C API functions rather than to int.to_bytes()/from_bytes()
CPython Issues
- [New-bugs-announce] [Issue 121479] JSONDecodeError verbose error mesage
CPython Issues
- [New-bugs-announce] [Issue 121484] 3.11 documentation has no changelog entry for 3.11.9
CPython Issues
- [New-bugs-announce] [Issue 121485] Use 64-bit integers for bit counts
CPython Issues
- [New-bugs-announce] [Issue 121487] Deprecation warning for ATOMIC_VAR_INIT in mimalloc
CPython Issues
- [New-bugs-announce] [Issue 121489] [C API] Private functions used by mypyc
CPython Issues
- [New-bugs-announce] [Issue 121497] Pyrepl doesn't respect correctly the history with input hook set
CPython Issues
- [New-bugs-announce] [Issue 121499] The pyrepl cache doesn't play well with history
CPython Issues
- [New-bugs-announce] [Issue 121506] REPL Error for: + if:
CPython Issues
- [New-bugs-announce] [Issue 121507] Unimplemented function KERNEL32.dll.CopyFile2 during pyproject.toml build of some packages
CPython Issues
- [New-bugs-announce] [Issue 121509] os.remove missing exception type
CPython Issues
- [New-bugs-announce] [Issue 121512] os.sched_yield() + range() unexpected influence
CPython Issues
- [New-bugs-announce] [Issue 121515] email: set_content() always assumes trailing EOL
CPython Issues
- [New-bugs-announce] [Issue 121521] Detect when wasmtime is not installed in `Tools/wasm/wasi.py`
CPython Issues
- [New-bugs-announce] [Issue 121524] `shutil.copytree` fails due to `os.setxattr` Permission denied on lustre filesystem
CPython Issues
- [New-bugs-announce] [Issue 121527] Extending an object's list attribute causes all new instances of the class to leak the value at __init__
CPython Issues
- [New-bugs-announce] [Issue 121528] [3.13] `Py_INCREF(PyExc_TypeError)` in stable ABI causes `python3.13: ./Include/internal/pycore_object.h:284: _PyObject_Init: Assertion '_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj)' failed.`
CPython Issues
- [New-bugs-announce] [Issue 121529] Undocumented from_ parameter in _mboxMMDF methods
CPython Issues
- [New-bugs-announce] [Issue 121533] `PyCell_Set` does not document that it sets an exception
CPython Issues
- [New-bugs-announce] [Issue 121542] email: documenting different behavior of trailing newline in `set_content` and `set_payload`
CPython Issues
- [New-bugs-announce] [Issue 121544] Unfixable potential race conditions on file descriptors in CPython
CPython Issues
- [New-bugs-announce] [Issue 121546] ContextVars are not thread-safe in the free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 121547] duplicated code in compiler's const cache functions
CPython Issues
- [New-bugs-announce] [Issue 121552] AttributeError: 'zipimporter' object has no attribute '_files'
CPython Issues
- [New-bugs-announce] [Issue 121554] remove _PyCompile_OpcodeHas* functions
CPython Issues
- [New-bugs-announce] [Issue 121560] unmatched datetime in unit test py3.13
CPython Issues
- [New-bugs-announce] [Issue 121562] hex_from_char run faster replacing switch-case with lookup table
CPython Issues
- [New-bugs-announce] [Issue 121564] Decimal().normalize() produces an incorrect result
CPython Issues
- [New-bugs-announce] [Issue 121567] Improve `slice` C-API docs by mentioning exceptions
CPython Issues
- [New-bugs-announce] [Issue 121569] C Unpickler memory leak when unpickling big geojsons
CPython Issues
- [New-bugs-announce] [Issue 121571] Do not use `EnvironmentError` in tests, use `OSError` instead
CPython Issues
- [New-bugs-announce] [Issue 121573] dbm.sqlite3.open() raises an exception if file does not exist
CPython Issues
- [New-bugs-announce] [Issue 121577] compileall shouldn't recompile up-to-date files with hash-based invalidation mode
CPython Issues
- [New-bugs-announce] [Issue 121583] Can't build C extensions with --enable-pystats builds
CPython Issues
- [New-bugs-announce] [Issue 121584] F1/F2/F3 behavior in the new repl
CPython Issues
- [New-bugs-announce] [Issue 121588] New REPL does not work well with Tkinter
CPython Issues
- [New-bugs-announce] [Issue 121592] `select.poll()` objects are not thread-safe in the free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 121596] Sharing Interpreter Channels is Broken
CPython Issues
- [New-bugs-announce] [Issue 121603] `test_pyrepl` may read its own output
CPython Issues
- [New-bugs-announce] [Issue 121604] Make sure all deprecated items inimportlib
CPython Issues
- [New-bugs-announce] [Issue 121605] `test_pyrepl.run_repl` timeout is too small
CPython Issues
- [New-bugs-announce] [Issue 121607] Improve/clarify importlib recipe for loading code from a source file path
CPython Issues
- [New-bugs-announce] [Issue 121608] support perf trampoline on -linux-musl
CPython Issues
- [New-bugs-announce] [Issue 121609] Pasting 🏳️🌈 crashes the new Python REPL
CPython Issues
- [New-bugs-announce] [Issue 121610] Copy-pasted multi-statement block cannot be extended with new REPL
CPython Issues
- [New-bugs-announce] [Issue 121614] DLL load failed while importing _sqlite3: Not enough memory resources are available to process this command
CPython Issues
- [New-bugs-announce] [Issue 121615] Improve `module.rst` C-API docs
CPython Issues
- [New-bugs-announce] [Issue 121617] `memcpy()` usage without `#include <string.h>` in `pwdmodule.c`
CPython Issues
- [New-bugs-announce] [Issue 121621] asyncio module state should be locked with mutexes in free-threaded builds
CPython Issues
- [New-bugs-announce] [Issue 121624] xmlrpc.client does not properly handle severed HTTPS connections
CPython Issues
- [New-bugs-announce] [Issue 121627] mpmath bug?
CPython Issues
- [New-bugs-announce] [Issue 121629] Error when building _freeze_module in current main commit.
CPython Issues
- [New-bugs-announce] [Issue 121634] Test the `wasm32-wasip2` target triple
CPython Issues
- [New-bugs-announce] [Issue 121637] Python/compile.c:7482: int compute_code_flags(struct compiler *): Assertion `IS_TOP_LEVEL_AWAIT(c) || _PyST_IsFunctionLike(ste)' failed
CPython Issues
- [New-bugs-announce] [Issue 121639] zipfile: Deduplicate reinitialization setup for ZipExtFile when seeking
CPython Issues
- [New-bugs-announce] [Issue 121641] How to build AND install python from source on windows ( Command line )
CPython Issues
- [New-bugs-announce] [Issue 121645] [C API] Add PyBytes_Join() function
CPython Issues
- [New-bugs-announce] [Issue 121647] Define `_Py_TYPEOF` on MSVC and other compilers supporting `__typeof__`
CPython Issues
- [New-bugs-announce] [Issue 121649] Deadlock when shutting down ThreadPoolExecutor from inside OS Signal handler
CPython Issues
- [New-bugs-announce] [Issue 121650] email.policy.default - gotcha with re-using parsed headers with embedded newlines
CPython Issues
- [New-bugs-announce] [Issue 121651] ``test_pdb`` fails with an ``--forever`` argument
CPython Issues
- [New-bugs-announce] [Issue 121652] `weakrefobject.c` doesn't handle `allocate_weakref` failures
CPython Issues
- [New-bugs-announce] [Issue 121654] Limited API way of assigning to immutable types and/or making a class immutable
CPython Issues
- [New-bugs-announce] [Issue 121657] Incorrect error message for `yield from`
CPython Issues
- [New-bugs-announce] [Issue 121658] MimeTypes.add_type() missing from types and docs
CPython Issues
- [New-bugs-announce] [Issue 121660] `ga_getitem` can fail if `Py_GenericAlias` returns `NULL`
CPython Issues
- [New-bugs-announce] [Issue 121662] sys.stdin.read() exits the REPL process when stdin is set to be non-blocking on 3.14
CPython Issues
- [New-bugs-announce] [Issue 121671] Incomplete test coverage for `ast.get_docstring`
CPython Issues
- [New-bugs-announce] [Issue 121676] Python implementation of `functools.reduce` accepts keyword arguments, while the C implementation does not
CPython Issues
- [New-bugs-announce] [Issue 121678] Inconsistent results for matching with `re.IGNORECASE` if the character's casefold is of length > 1
CPython Issues
- [New-bugs-announce] [Issue 121682] pathlib docs: Method Path.absolute is missing from docs <v3.11 (also destinction from Path.resolve and rel. topics)
CPython Issues
- [New-bugs-announce] [Issue 121683] Issue with map object having both int and map types when using map with max or sum functions
CPython Issues
- [New-bugs-announce] [Issue 121685] Alternative to mock_calls for awaits in AsyncMock
CPython Issues
- [New-bugs-announce] [Issue 121692] Remove explicit `object` inheritance in some tests in `test_unittest`
CPython Issues
- [New-bugs-announce] [Issue 121698] Emscripten: WebAssembly type reflection experimental feature has changed
CPython Issues
- [New-bugs-announce] [Issue 121700] Emscripten trampolines not quite right since #106219
CPython Issues
- [New-bugs-announce] [Issue 121708] Incomplete test coverage for `unittest.util`
CPython Issues
- [New-bugs-announce] [Issue 121710] [C API] Add PyBytesWriter API
CPython Issues
- [New-bugs-announce] [Issue 121711] `python -m asyncio` returns 0 when failing with ENOTTY in the runner thread
CPython Issues
- [New-bugs-announce] [Issue 121712] `make test` fails on Linux (Ubuntu20.04) ext4 with mounted ntfs
CPython Issues
- [New-bugs-announce] [Issue 121717] Auto complete modules in new PYREPL
CPython Issues
- [New-bugs-announce] [Issue 121719] test_deadlock sometimes causes deadlock
CPython Issues
- [New-bugs-announce] [Issue 121723] multirpocessing.Pool in spawn mode breaks logging.handlers.QueueHandler configuration
CPython Issues
- [New-bugs-announce] [Issue 121731] mimalloc build fails on GNU/Hurd due to undeclared 'open'
CPython Issues
- [New-bugs-announce] [Issue 121735] Cannot read package data file after opening with importlib.resources.files(anchor) and running with zipapp
CPython Issues
- [New-bugs-announce] [Issue 121736] Numba JIT, Function Signature, Tuple int64
CPython Issues
- [New-bugs-announce] [Issue 121746] Inconsistent behaviour for ALT+M keybinding in pyrepl, ipython and ptpython
CPython Issues
- [New-bugs-announce] [Issue 121749] Discrepancy in docs for `PyModule_AddObjectRef`
CPython Issues
- [New-bugs-announce] [Issue 121751] PyThreadState_Clear, tstate_activate/_PyThreadState_Attach and drop_gil race race on TSAN
CPython Issues
- [New-bugs-announce] [Issue 121758] Removal of private API breaks uwsgi compilation
CPython Issues
- [New-bugs-announce] [Issue 121780] Unique `pathlib.Path` instances cause memory usage to increase indefinitely in 3.12 only
CPython Issues
- [New-bugs-announce] [Issue 121781] Add `dict` move_to_end(last=False) functionality in the `OrderedDict` documentation
CPython Issues
- [New-bugs-announce] [Issue 121782] `test_strptime` fails when `time.strftime` does not support `%Z` format string
CPython Issues
- [New-bugs-announce] [Issue 121784] Tier 1 code generator doesn't track used values if named `unused`
CPython Issues
- [New-bugs-announce] [Issue 121785] codecs.py: Legacy --disable-unicode branch
CPython Issues
- [New-bugs-announce] [Issue 121786] arm is slower than x86
CPython Issues
- [New-bugs-announce] [Issue 121789] Unused dependencies breaking code
CPython Issues
- [New-bugs-announce] [Issue 121790] `python -m asyncio` immidiatly fails with `TypeError`
CPython Issues
- [New-bugs-announce] [Issue 121791] `MethodDescriptor2_new` does not check for `NULL` in `_testcapi`
CPython Issues
- [New-bugs-announce] [Issue 121794] `_Py_MergeZeroLocalRefcount` should not set `ob_tid` to zero in fast-path dealloc
CPython Issues
- [New-bugs-announce] [Issue 121795] Improve performance of set membership testing from set arguments
CPython Issues
- [New-bugs-announce] [Issue 121797] Add class method Fraction.from_number()
CPython Issues
- [New-bugs-announce] [Issue 121798] Add class method Decimal.from_number()
CPython Issues
- [New-bugs-announce] [Issue 121804] The new repl sometimes does not show the error location when `SyntaxError` is raised
CPython Issues
- [New-bugs-announce] [Issue 121814] Segfault in 3.13 when calling `PyEval_SetTrace` from a thread with no Python frames
CPython Issues
- [New-bugs-announce] [Issue 121817] Add A Howto Page About Using Multiple Interpreters
CPython Issues
- [New-bugs-announce] [Issue 121824] Typo
CPython Issues
- [New-bugs-announce] [Issue 121828] if you unpack a single element tuple containing a string, it thinks you have len(str) elements
CPython Issues
- [New-bugs-announce] [Issue 121829] argparse behavior when a 'store' arg and a 'store_const' arg both store to the same dest is undefined and inconsistent
CPython Issues
- [New-bugs-announce] [Issue 121832] iOS testbed crashes when `--with-pydebug` enabled
CPython Issues
- [New-bugs-announce] [Issue 121834] Improve `complex` C-API error descriptions
CPython Issues
- [New-bugs-announce] [Issue 121836] pip3 install lxml failed when using Python 3.13.0b3 on Windows with MSVC
CPython Issues
- [New-bugs-announce] [Issue 121842] Improve `PyBytes_FromStringAndSize` test coverage
CPython Issues
- [New-bugs-announce] [Issue 121846] RPM version error for python3-3.9.18-3.el9_4.1.x86_64.rpm
CPython Issues
- [New-bugs-announce] [Issue 121847] Build failure with "--with-address-sanitizer" flag
CPython Issues
- [New-bugs-announce] [Issue 121849] [C API] Segmentation fault in PyUnicodeWriter when writing nothing and with initial length = 0
CPython Issues
- [New-bugs-announce] [Issue 121858] Conceptual Flaw in Python's Iterator Behavior During Collection Modification
CPython Issues
- [New-bugs-announce] [Issue 121860] Crash on _PyDict_CheckConsistency with an empty instance dict
CPython Issues
- [New-bugs-announce] [Issue 121863] CMultiplyNested closure crash: Python 3.13 regression
CPython Issues
- [New-bugs-announce] [Issue 121865] White space causes inconsistent frame traversal in With blocks
CPython Issues
- [New-bugs-announce] [Issue 121871] documentation html varies from timestamp
CPython Issues
- [New-bugs-announce] [Issue 121874] doc:
CPython Issues
- [New-bugs-announce] [Issue 121879] TestsMSI/`build_msi.yml` GHA workflow stopped passing
CPython Issues
- [New-bugs-announce] [Issue 121889] acosh(complex('±0+nanj')) should return complex('nan±pi/2j') (imaginary part sign is unspecified)
CPython Issues
- [New-bugs-announce] [Issue 121898] install python3.13-nogil in ubuntu return E: Sub-process /usr/bin/dpkg returned an error code (1)
CPython Issues
- [New-bugs-announce] [Issue 121905] "floating point" vs "floating-point"
CPython Issues
- [New-bugs-announce] [Issue 121906] punycode encoding denial-of-service (32kb: +1min)
CPython Issues
- [New-bugs-announce] [Issue 121908] Python-3.12.4 can not find OpenSSL in /usr/local
CPython Issues
- [New-bugs-announce] [Issue 121913] `create_connection` and `create_server` in `asyncio` didn't work with a Python build with IPv6 disabled
CPython Issues
- [New-bugs-announce] [Issue 121914] Ambiguous symbol table names
CPython Issues
- [New-bugs-announce] [Issue 121920] Python-3.12.4 install process broken
CPython Issues
- [New-bugs-announce] [Issue 121921] Update `Lib/test/crashers`
CPython Issues
- [New-bugs-announce] [Issue 121925] `console`, `empty_tuple`, `kwargs`, `console_result` might be uninitialized in `main.c`
CPython Issues
- [New-bugs-announce] [Issue 121927] New buildbot failures: `os.stdout.fileno()` is unsupported
CPython Issues
- [New-bugs-announce] [Issue 121930] translates to "problem related to raising to a power
CPython Issues
- [New-bugs-announce] [Issue 121935] TKinter Entries Get Disabled Automatically
CPython Issues
- [New-bugs-announce] [Issue 121937] Read error on txt file
CPython Issues
- [New-bugs-announce] [Issue 121938] test_ctypes: test_generated_data() fails on x86 Debian Installed with X 3.x
CPython Issues
- [New-bugs-announce] [Issue 121940] Simplify Windows write I/O around consoles on Windows 8+
CPython Issues
- [New-bugs-announce] [Issue 121944] LoongArch to Tier
CPython Issues
- [New-bugs-announce] [Issue 121945] Use *.pyi stub files as source for the inspect.signature()
CPython Issues
- [New-bugs-announce] [Issue 121946] Thread sanitizer tests failing in GitHub actions
CPython Issues
- [New-bugs-announce] [Issue 121952] test_pyrepl: test_inspect_keeps_globals_from_inspected_file() fails on s390x Fedora 3.x
CPython Issues
- [New-bugs-announce] [Issue 121953] Критические ошибки в некоторых библиотеках Python
CPython Issues
- [New-bugs-announce] [Issue 121954] Code object creation (const interning) can mutate tuples
CPython Issues
- [New-bugs-announce] [Issue 121957] Missing audit event for `Modules/main.c:pymain_start_pyrepl_no_main`
CPython Issues
- [New-bugs-announce] [Issue 121965] The mod(modulo) calculation with `complex` values gets the wrong error message saying 'complex' and 'float' instead of 'complex' and 'complex'
CPython Issues
- [New-bugs-announce] [Issue 121966] test_tools test failures on python 3.12
CPython Issues
- [New-bugs-announce] [Issue 121967] Add option to functools.update_wrapper()/@wraps to copy the coroutine flag
CPython Issues
- [New-bugs-announce] [Issue 121970] Improve and reorganise ``pyspecific``
CPython Issues
- [New-bugs-announce] [Issue 121973] test_pyrepl: test_inspect_keeps_globals_from_inspected_* are very flaky
CPython Issues
- [New-bugs-announce] [Issue 121978] Make Memory-Related Tests Less Fragile
CPython Issues
- [New-bugs-announce] [Issue 121980] Env Variable to Auto-Name Recognize __pycache__ As .__pycache__
CPython Issues
- [New-bugs-announce] [Issue 121982] csv module: Missing test case for an invalid quoting value
CPython Issues
- [New-bugs-announce] [Issue 121988] `test_pyrepl` is taking 1 hour on refleaks buildbots
CPython Issues
- [New-bugs-announce] [Issue 121992] Using custom OpenSSL version 3.x when compiling Python 3.x - fails
CPython Issues
- [New-bugs-announce] [Issue 121996] Introduce configure --disable-openssf-guide or --enable-openssf-guide
CPython Issues
- [New-bugs-announce] [Issue 121999] Fully implement PEP 706: Change default filter for TarFile.extract() and extractall() to 'data'
CPython Issues
- [New-bugs-announce] [Issue 122005] Segfault while (probably incorrectly) using Tkinter
CPython Issues
- [New-bugs-announce] [Issue 122014] test_sysconfig.test_user_similar fails on --disable-gil --with-platlibdir=lib64
CPython Issues
- [New-bugs-announce] [Issue 122026] Parser/lexer/lexer.c:1218: int tok_get_normal_mode(struct tok_state *, tokenizer_mode *, struct token *): Assertion `current_tok->curly_bracket_depth >= 0' failed.
CPython Issues
- [New-bugs-announce] [Issue 122029] CPython profiler broken with TensorFlow 2.17.0 code in Python 3.12.1+
CPython Issues
- [New-bugs-announce] [Issue 122033] venv.EnvBuilder creates inconsistent venv depending on the name of the Python executable
CPython Issues
- [New-bugs-announce] [Issue 122034] The use of `PyStackRef_AsPyObjectBorrow` makes it hard to track ownership of references, making analysis of escaping calls too difficult
CPython Issues
- [New-bugs-announce] [Issue 122035] AttributeError: 'os.stat_result' object has no attribute 'st_birthtime' on linux
CPython Issues
- [New-bugs-announce] [Issue 122036] Error in Spanish translation
CPython Issues
- [New-bugs-announce] [Issue 122040] xxmodule.c and its dot_h file
CPython Issues
- [New-bugs-announce] [Issue 122043] Add clarification note to zip
CPython Issues
- [New-bugs-announce] [Issue 122044] SBOM generation tool fails during gitignore filtering for libraries with no files
CPython Issues
- [New-bugs-announce] [Issue 122049] itertools.permutations not allowing to be called within two for loops
CPython Issues
- [New-bugs-announce] [Issue 122050] Python 3.13 beta refuses to build with error
CPython Issues
- [New-bugs-announce] [Issue 122053] `ctypes`: support kwflags for output parameters
CPython Issues
- [New-bugs-announce] [Issue 122055] Question about adjacent empty matches in regular expressions
CPython Issues
- [New-bugs-announce] [Issue 122056] heappush and heapreplace are failing on custom objects
CPython Issues
- [New-bugs-announce] [Issue 122057] Paths under %appdata% are written to the local cache instead
CPython Issues
- [New-bugs-announce] [Issue 122058] Outdated docstrings in `Lib/inspect.py`
CPython Issues
- [New-bugs-announce] [Issue 122066] Add test for the "roughly equivalent" implementations in itertools.rst
CPython Issues
- [New-bugs-announce] [Issue 122071] Traceback leaks global code when `exec`:ed code raises
CPython Issues
- [New-bugs-announce] [Issue 122080] OSError: [WinError 87] i am begginer, i cant solve that isue
CPython Issues
- [New-bugs-announce] [Issue 122081] Optional support for ieee context in the decimal module doesn't work
CPython Issues
- [New-bugs-announce] [Issue 122085] Docs: move deprecations into include files
CPython Issues
- [New-bugs-announce] [Issue 122087] 3.13.0b3: undocumented change in `inspect.isroutine()` for `functools.partial`
CPython Issues
- [New-bugs-announce] [Issue 122088] `typing_extensions.deprecated` and `warnings.deprecated` remove coroutine property; How to deprecate async functions?
CPython Issues
- [New-bugs-announce] [Issue 122089] logging should cache LogRecord.message
CPython Issues
- [New-bugs-announce] [Issue 122090] opening a repl from inside pdb via `interact` opens the basic repl
CPython Issues
- [New-bugs-announce] [Issue 122092] 系统调用bug
CPython Issues
- [New-bugs-announce] [Issue 122096] ``test_pathlib`` prints unnecessary information
CPython Issues
- [New-bugs-announce] [Issue 122099] Issue warning when running an outdated virtual environment after updating Python in-place
CPython Issues
- [New-bugs-announce] [Issue 122102] Need for a few corrections/updates regarding the `inspect.ismethoddescriptor()`'s and `inspect.isdatadescriptor()`'s docs and unit tests
CPython Issues
- [New-bugs-announce] [Issue 122122] shutil.copy2 does not copy sparse files efficiently
CPython Issues
- [New-bugs-announce] [Issue 122123] Add `devel` field to `sys.version_info`
CPython Issues
- [New-bugs-announce] [Issue 122129] Invoking 'help(...)' unexpectedly includes name of internal wrapper function.
CPython Issues
- [New-bugs-announce] [Issue 122130] Condition variable examples can be improved to show cv's main purpose - handling variables under a lock
CPython Issues
- [New-bugs-announce] [Issue 122133] Pure-Python implementation of socket.socketpair() doesn't authenticate connected socket
CPython Issues
- [New-bugs-announce] [Issue 122135] tarfile - Changelog versions change based on which doc version you are viewing
CPython Issues
- [New-bugs-announce] [Issue 122136] test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Fedora 41 CI
CPython Issues
- [New-bugs-announce] [Issue 122143] `ntpath.splitroot` raises `UnicodeDecodeError` when given `bytes` on Windows
CPython Issues
- [New-bugs-announce] [Issue 122145] Exception raised in traceback.StackSummary._should_show_carets exits interpreter on Windows
CPython Issues
- [New-bugs-announce] [Issue 122146] StreamWriter.write() missing 1 required positional argument: 'data' and StreamWriter.close() missing 1 required positional argument: 'self'
CPython Issues
- [New-bugs-announce] [Issue 122148] NULL exception with an PyList_New created list which is **not** filled
CPython Issues
- [New-bugs-announce] [Issue 122153] Implementing sendmsg()/recvmsg() methods on Windows
CPython Issues
- [New-bugs-announce] [Issue 122155] Cases generator gets confused about the number of values to pop in case of errors in some macros
CPython Issues
- [New-bugs-announce] [Issue 122160] Remove `BUILD_CONST_KEY_MAP` opcode
CPython Issues
- [New-bugs-announce] [Issue 122162] Optional `raise` argument to os.getenv
CPython Issues
- [New-bugs-announce] [Issue 122163] Add details for JSON serialization errors
CPython Issues
- [New-bugs-announce] [Issue 122166] Python 3.12.4 does not include _sqlite3
CPython Issues
- [New-bugs-announce] [Issue 122169] feat: __generic_str_support__
CPython Issues
- [New-bugs-announce] [Issue 122170] Interpreter exits on Windows due to ValueError raised in linecache.py
CPython Issues
- [New-bugs-announce] [Issue 122179] `hashlib.file_digest()` can't handle non-blocking I/O
CPython Issues
- [New-bugs-announce] [Issue 122184] datetime: Stop Exposing Process-Global Objects in the datetime C-API
CPython Issues
- [New-bugs-announce] [Issue 122185] AttributeError interpreter 3.13.0b4
CPython Issues
- [New-bugs-announce] [Issue 122187] Avoid TSan reported race in `run_udp_echo_server`
CPython Issues
- [New-bugs-announce] [Issue 122188] Move opcode magic number out of `Lib/importlib/_bootstrap_external.py`
CPython Issues
- [New-bugs-announce] [Issue 122191] `test_warnings` fails if run with `-Werror`
CPython Issues
- [New-bugs-announce] [Issue 122193] Should `__rpow__()` take `modulo` argument?
CPython Issues
- [New-bugs-announce] [Issue 122196] Usage of `TestCase(object)` is prior to its definition
CPython Issues
- [New-bugs-announce] [Issue 122199] test_types Leaks References When Channels Used
CPython Issues
- [New-bugs-announce] [Issue 122201] Race condition in `make_pending_calls` in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 122203] Repeated string concatenation much slower starting with Python 3.11
CPython Issues
- [New-bugs-announce] [Issue 122208] Dictionary watchers deliver `added` event before it's guaranteed to be successful leading to possible incosistent state
CPython Issues
- [New-bugs-announce] [Issue 122213] Add details for pickle serialization errors
CPython Issues
- [New-bugs-announce] [Issue 122220] python3.12 _xxsubinterpreter behavior regression
CPython Issues
- [New-bugs-announce] [Issue 122221] Support for @auto decorator.
CPython Issues
- [New-bugs-announce] [Issue 122228] [Argument Clinic] Change the errors raised by the `path_t` converter
CPython Issues
- [New-bugs-announce] [Issue 122229] Missing decref in error handling of `func_get_annotation_dict`
CPython Issues
- [New-bugs-announce] [Issue 122234] Accuracy issues of sum() specialization for floats/complexes
CPython Issues
- [New-bugs-announce] [Issue 122237] REPL auto-indentation is wrong with comments
CPython Issues
- [New-bugs-announce] [Issue 122239] Improve error message for unbalanced unpacking
CPython Issues
- [New-bugs-announce] [Issue 122240] Asyncio loop.sock_sendall() fails on Windows when sockets are shared across threads
CPython Issues
- [New-bugs-announce] [Issue 122245] Move detection of writes and shadowing of __debug__ from compiler to symtable.
CPython Issues
- [New-bugs-announce] [Issue 122247] Instrumentation assertion failure when calling the registered handler explicitly
CPython Issues
- [New-bugs-announce] [Issue 122254] SSLEOFError when serving static MP4 video files greater than a certain size in some browsers using Python >= 3.10.0 with SSL enabled
CPython Issues
- [New-bugs-announce] [Issue 122255] Warnings and errors specific to the C implementation of the warnings module
CPython Issues
- [New-bugs-announce] [Issue 122261] sklearn metrics module - mean squared value
CPython Issues
- [New-bugs-announce] [Issue 122270] Typos in the Py_DEBUG macro name
CPython Issues
- [New-bugs-announce] [Issue 122272] Inconsistent `datetime.*.strftime()` year padding behavior across `%y`, `%Y`, `%F` and `%C`
CPython Issues
- [New-bugs-announce] [Issue 122273] Support command history in PyREPL on Windows
CPython Issues
- [New-bugs-announce] [Issue 122285] `__annotate__` does not get called if `__annotations__` exist
CPython Issues
- [New-bugs-announce] [Issue 122288] Improve performances of `fnmatch.translate`
CPython Issues
- [New-bugs-announce] [Issue 122291] `intern_static` is not thread-safe with multiple interpreters
CPython Issues
- [New-bugs-announce] [Issue 122292] Split up ``Lib/test/test_ast.py``
CPython Issues
- [New-bugs-announce] [Issue 122294] Improve the efficiency of trace stitching
CPython Issues
- [New-bugs-announce] [Issue 122296] Race condition leading to infinite loop in asyncio/base_events.py
CPython Issues
- [New-bugs-announce] [Issue 122298] gc.DEBUG_STATS no longer print out anything
CPython Issues
- [New-bugs-announce] [Issue 122299] `io.IOBase` docs often talk about byte offsets, but the same classes are used for string `io` types which use character offsets
CPython Issues
- [New-bugs-announce] [Issue 122300] [3.13.0b4] f-string with precision specifier has `format_spec` of `Const`, not `JoinedStr`
CPython Issues
- [New-bugs-announce] [Issue 122302] Text Indices
CPython Issues
- [New-bugs-announce] [Issue 122305] Existence of import of sub-module causes module to become variable
CPython Issues
- [New-bugs-announce] [Issue 122306] Crash after error in PickleBuffer
CPython Issues
- [New-bugs-announce] [Issue 122307] 3.13.0b4: AttributeError: 'Constant' object has no attribute 'values'
CPython Issues
- [New-bugs-announce] [Issue 122310] Proposal: Add capability to compile Python code with dependencies into a standalone binary executable without bundling the interpreter
CPython Issues
- [New-bugs-announce] [Issue 122311] Add more tests for pickle and fix error messages
CPython Issues
- [New-bugs-announce] [Issue 122313] symtable recursion depth updates seem inconsistent
CPython Issues
- [New-bugs-announce] [Issue 122320] ``test_opcache`` fails with a `--forever` argument
CPython Issues
- [New-bugs-announce] [Issue 122332] Eager task factory segfaults when hosting and calling an API from the same event loop
CPython Issues
- [New-bugs-announce] [Issue 122334] Importing ssl After Reinitializing Crashes
CPython Issues
- [New-bugs-announce] [Issue 122335] ASCII related bug in python core built_in function
CPython Issues
- [New-bugs-announce] [Issue 122346] C++ embedding python type hints SyntaxError: invalid syntax?
CPython Issues
- [New-bugs-announce] [Issue 122353] Import errors with loo long entry in sys.path or PYTHONPATH in Windows
CPython Issues
- [New-bugs-announce] [Issue 122356] is_zipfile does not set the position to the file header
CPython Issues
- [New-bugs-announce] [Issue 122358] Refactor - remove re._compile?
CPython Issues
- [New-bugs-announce] [Issue 122361] `_PyUnicodeWriter*` is passed where `PyUnicodeWriter*` is expected
CPython Issues
- [New-bugs-announce] [Issue 122371] Separate nturl2path module test from `test_urllib.py`
CPython Issues
- [New-bugs-announce] [Issue 122379] Make REPL completions match only syntactically valid keywords and values
CPython Issues
- [New-bugs-announce] [Issue 122381] Class creation doesn't call __set_name__ when creating class members in another __set_name__
CPython Issues
- [New-bugs-announce] [Issue 122382] Code to detect code errors
CPython Issues
- [New-bugs-announce] [Issue 122384] Make Download page translatable
CPython Issues
- [New-bugs-announce] [Issue 122390] Improve internal API for fetching original instruction, replacing `_Py_GetBaseOpcode`
CPython Issues
- [New-bugs-announce] [Issue 122391] Issue with float value multiplied by 10, 000
CPython Issues
- [New-bugs-announce] [Issue 122392] IDLE: Path Browser vertical spacing is too small, causing the text to be cut off
CPython Issues
- [New-bugs-announce] [Issue 122396] REPL: Don't print the line that produced a `SyntaxWarning` if only a single line was given as input
CPython Issues
- [New-bugs-announce] [Issue 122398] Crash in _curses when calling .initscr() after ignoring exception from .resizeterm()
CPython Issues
- [New-bugs-announce] [Issue 122399] Minor error in the doc for controller.name in the webbrowser documentation page
CPython Issues
- [New-bugs-announce] [Issue 122400] Handle `ValueError` in `filecmp.dircmp` and `filecmp.cmpfiles`
CPython Issues
- [New-bugs-announce] [Issue 122402] Eliminate conflicts between build variants installed to a common prefix
CPython Issues
- [New-bugs-announce] [Issue 122404] ``test_builtin`` leaks references
CPython Issues
- [New-bugs-announce] [Issue 122412] Fail to compile python with Intel 23 or 24
CPython Issues
- [New-bugs-announce] [Issue 122417] Use per-thread reference count for heap type objects in the free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 122420] `test_intern` in `test_sys` leaks negative references in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 122431] Segmentation Fault in append_history_file of readline
CPython Issues
- [New-bugs-announce] [Issue 122433] test.test_concurrent_futures.test_deadlock test_pyrepl failed on 1-core-VM
CPython Issues
- [New-bugs-announce] [Issue 122437] Run the specified file, catching the wrong number of lines and the wrong text
CPython Issues
- [New-bugs-announce] [Issue 122438] [3.12 Regression] backport of gh-120233 to 3.12 (gh-121350) breaks mercurial, working with 3.12.4
CPython Issues
- [New-bugs-announce] [Issue 122439] ``test_builtin.PtyTests.test_input_tty`` hangs on macOS
CPython Issues
- [New-bugs-announce] [Issue 122445] __static_attributes__ doesn't include method calls
CPython Issues
- [New-bugs-announce] [Issue 122449] Use constants instead of hard-coded strings in `Tools/cases_generator`
CPython Issues
- [New-bugs-announce] [Issue 122450] `denominator` of `Fraction` is positive, which should be documented
CPython Issues
- [New-bugs-announce] [Issue 122454] Handle `ValueError` while reading configuration files by `configparser`
CPython Issues
- [New-bugs-announce] [Issue 122458] Import hashlib leads to an error (can't install PIP)
CPython Issues
- [New-bugs-announce] [Issue 122459] Pickling objects by name without __module__ is suboptimal
CPython Issues
- [New-bugs-announce] [Issue 122461] Incorrect information about exception raised if source contains null bytes for ast.parse() and compile()
CPython Issues
- [New-bugs-announce] [Issue 122463] Minor inconsistency in Documentation
CPython Issues
- [New-bugs-announce] [Issue 122468] make pyrepl more robust against crashes
CPython Issues
- [New-bugs-announce] [Issue 122470] Indicate whether the build was DEBUG, RELEASE, PGO or LTO in the REPL
CPython Issues
- [New-bugs-announce] [Issue 122476] EmailMessage bad encoding for non-ASCII localpart
CPython Issues
- [New-bugs-announce] [Issue 122478] The new REPL outputs different tracebeck when custom sys.systemhook is used
CPython Issues
- [New-bugs-announce] [Issue 122482] About IDLE: direct discussion to DPO
CPython Issues
- [New-bugs-announce] [Issue 122491] PyUnstable_Eval_RequestCodeExtraIndex freefunc may be called with a null pointer
CPython Issues
- [New-bugs-announce] [Issue 122494] Question on doc of __getattribute__
CPython Issues
- [New-bugs-announce] [Issue 122497] Minor: 3.13t default install doesn't pip
CPython Issues
- [New-bugs-announce] [Issue 122511] Improve the documentation for identity semantics of mutable and immutable types
CPython Issues
- [New-bugs-announce] [Issue 122517] Deadlock in Py_EndInterpreter following bpo-1596321: Fix threading._shutdown() for the main thread
CPython Issues
- [New-bugs-announce] [Issue 122518] System error: impossible<bad format character> only in python 3.12
CPython Issues
- [New-bugs-announce] [Issue 122519] socket module shutdown() constants SHUT_RD, etc not included in Constants section
CPython Issues
- [New-bugs-announce] [Issue 122523] [CI/CD] Compilation issue for Arch Linux Usan 3.x/4532
CPython Issues
- [New-bugs-announce] [Issue 122524] Instances of UserString cannot be used with str.join
CPython Issues
- [New-bugs-announce] [Issue 122525] platform.node() does not return the latest hostname value
CPython Issues
- [New-bugs-announce] [Issue 122526] What about making `arguments` attribute of class `inspect.BoundArgument` a dataclass
CPython Issues
- [New-bugs-announce] [Issue 122527] Crash on deallocator of type 'time.struct_time' during finalizing for free-threaded Python
CPython Issues
- [New-bugs-announce] [Issue 122529] segmentation fault in PyContextVar_set under py3.9 ARM64
CPython Issues
- [New-bugs-announce] [Issue 122533] New REPL will exit the interpreter due to errors from substituting builtins.__import__
CPython Issues
- [New-bugs-announce] [Issue 122534] Speedup float pack / unpack
CPython Issues
- [New-bugs-announce] [Issue 122537] Bug encountered while using structure module
CPython Issues
- [New-bugs-announce] [Issue 122541] Hack the find_closest() method from tkinter canvas
CPython Issues
Last message date:
Wed Jul 31 21:06:31 EDT 2024
Archived on: Wed Jul 31 21:06:34 EDT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).