February 2024 Archives by author
Starting: Thu Feb 1 02:20:32 EST 2024
Ending: Thu Feb 29 20:59:18 EST 2024
Messages: 404
- [New-bugs-announce] [Issue 114845] Microsoft Store does not include Arm64 version
CPython Issues
- [New-bugs-announce] [Issue 114847] Speed up `posixpath.realpath()`
CPython Issues
- [New-bugs-announce] [Issue 114849] JIT workflow should have `timeout-minutes: 60` set
CPython Issues
- [New-bugs-announce] [Issue 114863] What's new in CPython 3.13: Faster CPython
CPython Issues
- [New-bugs-announce] [Issue 114864] Inquiry and Suggestion for cProfile Documentation
CPython Issues
- [New-bugs-announce] [Issue 114865] Bug in block comments with escape characters.
CPython Issues
- [New-bugs-announce] [Issue 114875] `grp` module attempts to build even if `getgrent` family of functions are unavailable
CPython Issues
- [New-bugs-announce] [Issue 114881] Add `py --activate` command
CPython Issues
- [New-bugs-announce] [Issue 114883] `jit.c` always recompiles, even on non-JIT builds
CPython Issues
- [New-bugs-announce] [Issue 114887] create_datagram_endpoint() no longer compatible with CAN bus raw sockets
CPython Issues
- [New-bugs-announce] [Issue 114890] futures.standard_library raises ModuleNotFoundError: No module named 'imp' in Python 3.12
CPython Issues
- [New-bugs-announce] [Issue 114894] We need to implement array.clear()
CPython Issues
- [New-bugs-announce] [Issue 114895] Lists created by default value of class constructor kwarg refer to same list
CPython Issues
- [New-bugs-announce] [Issue 114904] Python class variables cannot use list comprehension
CPython Issues
- [New-bugs-announce] [Issue 114905] Possibly unintentional change in ssl
CPython Issues
- [New-bugs-announce] [Issue 114906] Newline embedded in RFC2047 encoding crashes Python email parser
CPython Issues
- [New-bugs-announce] [Issue 114909] calendar module CLI option --first-weekday is missing from usage message
CPython Issues
- [New-bugs-announce] [Issue 114911] test_int.test_denial_of_service failed: took 15ms
CPython Issues
- [New-bugs-announce] [Issue 114913] Popen misleading documentation
CPython Issues
- [New-bugs-announce] [Issue 114914] Abandoned StreamWriter isn't reliably detected
CPython Issues
- [New-bugs-announce] [Issue 114915] getaddrinfo fallback doesn't handle AI_ADDRCONFIG
CPython Issues
- [New-bugs-announce] [Issue 114917] add support for AI_NUMERICSERV in getaddrinfo emulation
CPython Issues
- [New-bugs-announce] [Issue 114920] Make iterable the `Namespace` object in argparse lib
CPython Issues
- [New-bugs-announce] [Issue 114921] StreamWriter.start_tls() doesn't update StreamReader's transport
CPython Issues
- [New-bugs-announce] [Issue 114922] float/cdecimal: significant slowdown in threaded pi benchmark compared to 3.9
CPython Issues
- [New-bugs-announce] [Issue 114927] Feature Request: Add get_free_port() Function to socket Module
CPython Issues
- [New-bugs-announce] [Issue 114934] Mouse position shifted, widget not deleted tkinter macOS 14.2.1
CPython Issues
- [New-bugs-announce] [Issue 114940] Add a Per-Interpreter "HEAD" Lock
CPython Issues
- [New-bugs-announce] [Issue 114944] Race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll` when handling interrupts
CPython Issues
- [New-bugs-announce] [Issue 114948] executor.map hangs at seemly random iteration when iterable is large
CPython Issues
- [New-bugs-announce] [Issue 114949] Wrong signature in type.__prepare__() class method
CPython Issues
- [New-bugs-announce] [Issue 114953] LZMA MultiThreading XZ compression support
CPython Issues
- [New-bugs-announce] [Issue 114955] Missing `clear` mixin method in MutableSequence's document
CPython Issues
- [New-bugs-announce] [Issue 114959] Tarfile ignores an error when trying to extract a directory on top of a file
CPython Issues
- [New-bugs-announce] [Issue 114967] Documentation says "The built-in exceptions listed below", but they are no longer under that section
CPython Issues
- [New-bugs-announce] [Issue 114976] Add clarity about the HOWTO docs
CPython Issues
- [New-bugs-announce] [Issue 114984] ast parsing and unparsing mismatchs with input
CPython Issues
- [New-bugs-announce] [Issue 114987] ``dis.dis`` can not disassemble code that uses hexadecimal number formatting
CPython Issues
- [New-bugs-announce] [Issue 114990] Some mixin methods in `collections.abc` are not mentioned in the Document
CPython Issues
- [New-bugs-announce] [Issue 115009] Upgrade Windows and macOS installers to use SQLite 3.45
CPython Issues
- [New-bugs-announce] [Issue 115011] Setters of members with unsigned integer type and __index__()
CPython Issues
- [New-bugs-announce] [Issue 115012] os.path.exists.__name__ is different on Windows since #101196
CPython Issues
- [New-bugs-announce] [Issue 115014] unittest: hide `run` method
CPython Issues
- [New-bugs-announce] [Issue 115015] Argument Clinic generated incorrect code for METH_METHOD methods without args
CPython Issues
- [New-bugs-announce] [Issue 115020] ``test_frame``: prints unnecessary information
CPython Issues
- [New-bugs-announce] [Issue 115022] ZoneInfo inconsistent case sensitivity on OS-freebsd vs OS-mac
CPython Issues
- [New-bugs-announce] [Issue 115026] Argument Clinic does not check for errors in `PyBuffer_FillInfo` in generated code
CPython Issues
- [New-bugs-announce] [Issue 115028] rpath with $ORIGIN not followed when load binary modules
CPython Issues
- [New-bugs-announce] [Issue 115032] Deprecate old backward compatible shims in configure_formatter()/handler().
CPython Issues
- [New-bugs-announce] [Issue 115035] Crash in `ThreadHandle_dealloc` after fork in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 115039] Pathlib: Conversion between PureWindowsPath and PurePosixPath mangles root.
CPython Issues
- [New-bugs-announce] [Issue 115040] ModuleNotFoundError: _sqlite3
CPython Issues
- [New-bugs-announce] [Issue 115041] Atomic operations for only free-threaded builds
CPython Issues
- [New-bugs-announce] [Issue 115044] Update GC docs for incremental GC and free-threaded build's GC
CPython Issues
- [New-bugs-announce] [Issue 115049] py command fails with RC_INTERNAL_ERROR (109) return code when run with an App Pool identity in Windows
CPython Issues
- [New-bugs-announce] [Issue 115051] The atribute bigincrement has not effect in the widget scale over ubuntu 22.04
CPython Issues
- [New-bugs-announce] [Issue 115058] Test failure in `tests/test_optimizer.py`
CPython Issues
- [New-bugs-announce] [Issue 115059] io.TextIOWrapper.read does not flush the underlying write buffer when given a size argument
CPython Issues
- [New-bugs-announce] [Issue 115060] Speed up `pathlib.Path.glob()` by removing redundant regex matching
CPython Issues
- [New-bugs-announce] [Issue 115064] This Adapter and converter recipes seems to be incorrect.
CPython Issues
- [New-bugs-announce] [Issue 115068] Please add the failing address to ConnectionRefusedError
CPython Issues
- [New-bugs-announce] [Issue 115073] make_dataclass function creates incorrect dataclass when using field with default_factory
CPython Issues
- [New-bugs-announce] [Issue 115074] unittest.mock.create_autospec does not respect wraps
CPython Issues
- [New-bugs-announce] [Issue 115075] Incorrect docs for mimetypes.MimeTypes.types_map
CPython Issues
- [New-bugs-announce] [Issue 115077] Argument Clinic: make error messages more helpful to developers
CPython Issues
- [New-bugs-announce] [Issue 115091] A paragraph in ctypes documentation refers to an example that is no longer present in the documentation
CPython Issues
- [New-bugs-announce] [Issue 115103] Add delayed reclamation mechanism for free-threaded build (QSBR)
CPython Issues
- [New-bugs-announce] [Issue 115104] Spaces at the end of file and directory names are silently ignored on windows
CPython Issues
- [New-bugs-announce] [Issue 115105] Move `#include` directives before `extern "C" {` in internal headers
CPython Issues
- [New-bugs-announce] [Issue 115106] `enum.Flag.__iter__()` is marked as "changed" in Python 3.11, but it's actually new
CPython Issues
- [New-bugs-announce] [Issue 115113] pathlib read_text intermittently reads empty string when write_text is writing to it
CPython Issues
- [New-bugs-announce] [Issue 115114] Typo in "What’s New In Python 3.13", `file:/` missing another trailing slash
CPython Issues
- [New-bugs-announce] [Issue 115116] Some optimisation of recursive functions results in a RecursionError
CPython Issues
- [New-bugs-announce] [Issue 115119] Unvendor `libmpdec` sources
CPython Issues
- [New-bugs-announce] [Issue 115121] assertion failure "Thread.__init__() not called"
CPython Issues
- [New-bugs-announce] [Issue 115122] regrtest: add --bisect option to run test.bisect_cmd on failed tests
CPython Issues
- [New-bugs-announce] [Issue 115124] AMD64 Windows11 Bigmem 3.x: test_bigmem failed with !_Py_IsImmortal(FROM_GC(gc)) assertion error
CPython Issues
- [New-bugs-announce] [Issue 115127] AMD64 Windows11 Bigmem 3.x: test_multiprocessing_spawn failed with "gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)" assert error
CPython Issues
- [New-bugs-announce] [Issue 115129] What's the difference?
CPython Issues
- [New-bugs-announce] [Issue 115131] glob.glob and glob.iglob outputs the base directory name in recursive mode if when it does not exist
CPython Issues
- [New-bugs-announce] [Issue 115133] test.test_xml_etree*.XMLPullParserTest.test_simple_xml fails with (system) expat 2.6.0
CPython Issues
- [New-bugs-announce] [Issue 115136] Possible NULL dereference in `getpath_joinpath()`
CPython Issues
- [New-bugs-announce] [Issue 115142] Meta issue: Mark all CPython-specific tests with a `test.support.cpython_only` decorator
CPython Issues
- [New-bugs-announce] [Issue 115144] Access all (even duplicate) annotations when preparing a class using a Metaclass
CPython Issues
- [New-bugs-announce] [Issue 115145] `PyThreadState_DeleteCurrent` documentation incorrect
CPython Issues
- [New-bugs-announce] [Issue 115146] Type in Pickletools doc for LONG4 Opcode
CPython Issues
- [New-bugs-announce] [Issue 115150] Add argparse.ArgumentParser.get_subparsers() method
CPython Issues
- [New-bugs-announce] [Issue 115154] Python 3.12 tokenize generates invalid locations for f'\N{unicode}'
CPython Issues
- [New-bugs-announce] [Issue 115159] Missing regression tests for SOCK_RAW support in standard library
CPython Issues
- [New-bugs-announce] [Issue 115161] Using / as a value for a parameter becomes a path after parse_args()
CPython Issues
- [New-bugs-announce] [Issue 115162] `email.message.Message.as_bytes`: exception with policy change
CPython Issues
- [New-bugs-announce] [Issue 115165] typing.Annotated fails for functions returning UUIDs
CPython Issues
- [New-bugs-announce] [Issue 115167] vcruntime140_threads.dll is erroneously vendored when building with Visual Studio 17.8
CPython Issues
- [New-bugs-announce] [Issue 115168] Add pystats counter for invalidated executors
CPython Issues
- [New-bugs-announce] [Issue 115170] threading.Lock() and print() not always works
CPython Issues
- [New-bugs-announce] [Issue 115172] Improve index for the C API
CPython Issues
- [New-bugs-announce] [Issue 115174] `Import __hello__` no longer working
CPython Issues
- [New-bugs-announce] [Issue 115177] Improve the assert statement documentation to clarify impact of -O and optimization
CPython Issues
- [New-bugs-announce] [Issue 115178] Add UOp Pairs/Triples/Sequence counts to `pystats`
CPython Issues
- [New-bugs-announce] [Issue 115183] 3.12.2: `test_multiprocessing_main_handling` fails with `FileExistsError`
CPython Issues
- [New-bugs-announce] [Issue 115184] Fix refleak tracking in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 115189] 3.12.2: termios: fetching window size may not work until you set it.
CPython Issues
- [New-bugs-announce] [Issue 115193] RFC 9266: Channel Bindings for TLS 1.3 support
CPython Issues
- [New-bugs-announce] [Issue 115195] tls-server-end-point RFC5929 (Channel Binding) missing support
CPython Issues
- [New-bugs-announce] [Issue 115197] urllib.request resolves the host before checking it against the system's proxy bypass list
CPython Issues
- [New-bugs-announce] [Issue 115198] Fix distutils.tests.test_register.RegisterTestCase.test_check_metadata_deprecated
CPython Issues
- [New-bugs-announce] [Issue 115201] Add ability to run `asyncio.gather()` with concurrency limit
CPython Issues
- [New-bugs-announce] [Issue 115218] cProfile doesn't attribute await time to its async function
CPython Issues
- [New-bugs-announce] [Issue 115219] Can not communicate with subprocess during interpreter shutdown on windows
CPython Issues
- [New-bugs-announce] [Issue 115224] Better error message for string formatting
CPython Issues
- [New-bugs-announce] [Issue 115225] datetime.datetime.isoformat parses input incorrectly
CPython Issues
- [New-bugs-announce] [Issue 115226] Code snippets in dark theme are unreadable
CPython Issues
- [New-bugs-announce] [Issue 115229] Add `_PyOnceFlag_CallOnceTimed`
CPython Issues
- [New-bugs-announce] [Issue 115230] IDLE doesn't support certain Unicode characters from custom keyboards or dead keys
CPython Issues
- [New-bugs-announce] [Issue 115231] Empty __module__ attribute for built-in static methods
CPython Issues
- [New-bugs-announce] [Issue 115233] LoggerAdapter and %(funcName)s prints the wrong function name
CPython Issues
- [New-bugs-announce] [Issue 115238] Redundant f-string in graphlib.TopologicalSorter prepare method.
CPython Issues
- [New-bugs-announce] [Issue 115243] Use After Free in deque_index_impl
CPython Issues
- [New-bugs-announce] [Issue 115249] `test_descr` fails when run with `-OO`
CPython Issues
- [New-bugs-announce] [Issue 115251] smtplib.SMTPException on email auth, happens inconsistently in a consistent way
CPython Issues
- [New-bugs-announce] [Issue 115252] `test_enum` fails when run with `-00`
CPython Issues
- [New-bugs-announce] [Issue 115254] `test_property` fails with `-00` mode
CPython Issues
- [New-bugs-announce] [Issue 115256] Remove reference cycle when writing tarfiles
CPython Issues
- [New-bugs-announce] [Issue 115258] ``test_queue`` timed out on Windows free-threading build (x86)
CPython Issues
- [New-bugs-announce] [Issue 115264] `test_functools` fails when run with `-OO`
CPython Issues
- [New-bugs-announce] [Issue 115266] `test_trace` lacks tests for line execution tracing
CPython Issues
- [New-bugs-announce] [Issue 115267] Improve performance for temporary containers modification
CPython Issues
- [New-bugs-announce] [Issue 115274] Direct invocation of `Lib/test/test_unittest/testmock/testpatch.py` fails
CPython Issues
- [New-bugs-announce] [Issue 115282] Direct invocation of `test_traceback.py` fails
CPython Issues
- [New-bugs-announce] [Issue 115285] `test_dataclass` fails with `-OO` mode
CPython Issues
- [New-bugs-announce] [Issue 115287] About adding a multiset feature in python like cpp where we can append, delete, search, delete first element
CPython Issues
- [New-bugs-announce] [Issue 115304] The typical initialization of PyMutex in its comment document cannot be compiled on Windows
CPython Issues
- [New-bugs-announce] [Issue 115307] Replace STACK.append with STACK.push in Doc/library/dis.rst
CPython Issues
- [New-bugs-announce] [Issue 115312] test > BPO [28689](https://bugs.python.org/issue28689)
CPython Issues
- [New-bugs-announce] [Issue 115315] The time library documentation should include the field to catch microseconds in a date time string
CPython Issues
- [New-bugs-announce] [Issue 115317] Changelog filter in the docs is broken
CPython Issues
- [New-bugs-announce] [Issue 115320] `get_hash_info` might potentially swallow errors in `sysmodule.c`
CPython Issues
- [New-bugs-announce] [Issue 115322] Missing audit hooks in several extension modules
CPython Issues
- [New-bugs-announce] [Issue 115323] bytearray.extend: Misleading error message
CPython Issues
- [New-bugs-announce] [Issue 115326] Refleaks in free-threading build on macOS
CPython Issues
- [New-bugs-announce] [Issue 115333] Enhancement Proposal: Improving the open Function in Python
CPython Issues
- [New-bugs-announce] [Issue 115341] Unittests with doctests cannot be loaded in -OO mode
CPython Issues
- [New-bugs-announce] [Issue 115347] Redundant NOP is generated in -OO mode
CPython Issues
- [New-bugs-announce] [Issue 115349] Code snippets in dark theme are unreadable
CPython Issues
- [New-bugs-announce] [Issue 115362] Add documentation to the pystats output (from summarize_stats.py)
CPython Issues
- [New-bugs-announce] [Issue 115376] _testinternalcapi.compiler_codegen segfaults on bad input
CPython Issues
- [New-bugs-announce] [Issue 115377] SystemError triggered while attempting to raise a DeprecationWarning
CPython Issues
- [New-bugs-announce] [Issue 115378] Segmentation Fault in pthread_getcpuclockid function in time module
CPython Issues
- [New-bugs-announce] [Issue 115381] RFE: please enable discussions tab in this repo
CPython Issues
- [New-bugs-announce] [Issue 115382] Cross compiles try to load libraries for target python when the version + SOABI combo match the host and can crash
CPython Issues
- [New-bugs-announce] [Issue 115383] Undeclared function 'is_pad' on macos-13 GitHub runners
CPython Issues
- [New-bugs-announce] [Issue 115385] Documentation of `Slice Objects` missing information on handling Keyword Arguments in `slice_new` function
CPython Issues
- [New-bugs-announce] [Issue 115391] New warning: "comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]"
CPython Issues
- [New-bugs-announce] [Issue 115392] Doctest incorrectly locates a decorated function
CPython Issues
- [New-bugs-announce] [Issue 115394] Getting error LNK2001 in python3.12 with APIs - PyUnicode_FromUnicode, PyUnicode_GET_SIZE and PyUnicode_AS_UNICODE
CPython Issues
- [New-bugs-announce] [Issue 115395] Fatal Python error: _PyMem_DebugMalloc: Python memory allocator called without holding the GIL
CPython Issues
- [New-bugs-announce] [Issue 115398] Please expose Expat >=2.6.0 API function `XML_SetReparseDeferralEnabled`
CPython Issues
- [New-bugs-announce] [Issue 115399] Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
CPython Issues
- [New-bugs-announce] [Issue 115402] may be lack of documentation
CPython Issues
- [New-bugs-announce] [Issue 115403] datetime: ".. doctest:" showing above code example
CPython Issues
- [New-bugs-announce] [Issue 115405] co_qualname "new in version" information missing in doc
CPython Issues
- [New-bugs-announce] [Issue 115414] `memoryview(memoryview())`should be a no-op
CPython Issues
- [New-bugs-announce] [Issue 115415] Unable to retrieve Python 3.10.12 from python.org: response 503 backend is unhealthy
CPython Issues
- [New-bugs-announce] [Issue 115417] ``test_capi.test_time`` prints unnecessary information
CPython Issues
- [New-bugs-announce] [Issue 115419] Tier 2 optimizations for 3.13
CPython Issues
- [New-bugs-announce] [Issue 115420] _testinternalcapi.optimize_cfg returns incorrect exception handler labels
CPython Issues
- [New-bugs-announce] [Issue 115421] Not all tests are installed.
CPython Issues
- [New-bugs-announce] [Issue 115426] Socket documentation links socket object `.close` methods to module level `socket.close(fd)`
CPython Issues
- [New-bugs-announce] [Issue 115429] [build] Allow the object arena allocator to use malloc rather than mmap
CPython Issues
- [New-bugs-announce] [Issue 115432] Add variant of `Py_BEGIN_CRITICAL_SECTION` that accepts a `NULL` argument
CPython Issues
- [New-bugs-announce] [Issue 115436] Avoid falling back to deprecated Apple-supplied Tcl/Tk 8.5 on macOS builds for 3.8, 3.9, and 3.10
CPython Issues
- [New-bugs-announce] [Issue 115441] New warning: `missing braces around initializer [-Wmissing-braces]`
CPython Issues
- [New-bugs-announce] [Issue 115442] A possible code bug about WIN32 macro
CPython Issues
- [New-bugs-announce] [Issue 115450] Direct invocation of `test_descrtut.py` fails
CPython Issues
- [New-bugs-announce] [Issue 115457] Split micro-ops that have different behavior depending on low bit of oparg.
CPython Issues
- [New-bugs-announce] [Issue 115461] Error on multiprocessing.log_to_stderr(level=None)
CPython Issues
- [New-bugs-announce] [Issue 115464] Python 3.8: Code blocks unreadable with darkmode enabled
CPython Issues
- [New-bugs-announce] [Issue 115482] `test.test_interpreters.test_api.TestInterpreterIsRunning.test_main` Fails in Embedded App
CPython Issues
- [New-bugs-announce] [Issue 115487] Performance regression in 3.12 with string joins
CPython Issues
- [New-bugs-announce] [Issue 115489] libpython3.12.a does not add libraries from the module, as in 3.11
CPython Issues
- [New-bugs-announce] [Issue 115490] test_interpreters fails when running tests sequentially
CPython Issues
- [New-bugs-announce] [Issue 115491] Keep `ob_tid`, `ob_ref_local`, and `ob_ref_shared` fields valid across allocations in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 115498] `_xxinterpchannelsmodule.c` incorrect error handling in `SET_COUNT` macro
CPython Issues
- [New-bugs-announce] [Issue 115500] ``test_ftplib`` raises a ``ResourceWarning``
CPython Issues
- [New-bugs-announce] [Issue 115503] `run_presite`'s error handling is wrong
CPython Issues
- [New-bugs-announce] [Issue 115509] enum.auto should use capitalised enumerable strings
CPython Issues
- [New-bugs-announce] [Issue 115512] email.message_from_bytes heavy memory use
CPython Issues
- [New-bugs-announce] [Issue 115514] Spurious "Exception in callback None()" after upgrading to 3.12
CPython Issues
- [New-bugs-announce] [Issue 115516] Add source location to tomllib
CPython Issues
- [New-bugs-announce] [Issue 115521] pystats specialization effectiveness numbers aren't correct
CPython Issues
- [New-bugs-announce] [Issue 115523] 3.8 Documentation code blocks show as all white
CPython Issues
- [New-bugs-announce] [Issue 115528] PEP 646 grammar changes are not documented
CPython Issues
- [New-bugs-announce] [Issue 115531] New expansion variable,
CPython Issues
- [New-bugs-announce] [Issue 115532] Add kernel density estimation to the statistics module
CPython Issues
- [New-bugs-announce] [Issue 115533] Python 3.12 regression: interpreter shouldn't shut down when there are non-daemon threads left
CPython Issues
- [New-bugs-announce] [Issue 115537] [BUG] sqlite3 context manager hold resource and fail to release it.
CPython Issues
- [New-bugs-announce] [Issue 115538] Windows debug no-gil main test failures
CPython Issues
- [New-bugs-announce] [Issue 115539] enum.Flag with a flag set to None raises an exception
CPython Issues
- [New-bugs-announce] [Issue 115543] py.exe launcher does not detect Windows Store 3.13 package
CPython Issues
- [New-bugs-announce] [Issue 115552] assert should fail or raise exception but it passes
CPython Issues
- [New-bugs-announce] [Issue 115553] Docs: grammar definition for executor cases in `Tools/cases_generator/interpreter_definition.md` is outdated
CPython Issues
- [New-bugs-announce] [Issue 115554] Python Install Fails Due To Newer Launcher
CPython Issues
- [New-bugs-announce] [Issue 115556] Windows test scripts don't escape commas properly
CPython Issues
- [New-bugs-announce] [Issue 115562] pip2 broken on installation for python 2.7 32bit installer (https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi)
CPython Issues
- [New-bugs-announce] [Issue 115567] ``test_ctypes`` on Windows prints unnecessary information
CPython Issues
- [New-bugs-announce] [Issue 115569] tkinter menubar not calculated properly with none of the .geometry() methods when bundled into pyinstaller
CPython Issues
- [New-bugs-announce] [Issue 115570] test_typing shows DeprecationWarnings on 3.11
CPython Issues
- [New-bugs-announce] [Issue 115572] ``codeobject.replace`` function is undocumented
CPython Issues
- [New-bugs-announce] [Issue 115577] URI Netloc depreciated; replaced by Authority
CPython Issues
- [New-bugs-announce] [Issue 115582] Python 3.13a4 ships with wrong pyconfig.h?
CPython Issues
- [New-bugs-announce] [Issue 115596] test_os permanently change the process priority
CPython Issues
- [New-bugs-announce] [Issue 115611] Pasting G + tab in the usual console, even inside quotes, pastes GeneratorExit( instead
CPython Issues
- [New-bugs-announce] [Issue 115618] Incorrect Py_XDECREFs in property
CPython Issues
- [New-bugs-announce] [Issue 115627] `PySSL_SetError` needs to be updated
CPython Issues
- [New-bugs-announce] [Issue 115629] Odd space
CPython Issues
- [New-bugs-announce] [Issue 115630] inspect.Signature(obj) raises TypeError if obj is a bound method
CPython Issues
- [New-bugs-announce] [Issue 115634] ProcessPoolExecutor hangs when 1<max_tasks_per_child<num_submitted
CPython Issues
- [New-bugs-announce] [Issue 115635] mmap resize() and close() result in BufferErrors for no reason
CPython Issues
- [New-bugs-announce] [Issue 115637] time.perf_counter() should state more clearly (or deny) that it is monotonic
CPython Issues
- [New-bugs-announce] [Issue 115644] urllib.robotparser doesn't work correctly
CPython Issues
- [New-bugs-announce] [Issue 115645] Python3.12 regression - really slow loop with strings
CPython Issues
- [New-bugs-announce] [Issue 115648] The pop method of set not random
CPython Issues
- [New-bugs-announce] [Issue 115649] Legacy-mode subinterpreters in Python 3.12: `import _tkinter` leads to shutdown crash
CPython Issues
- [New-bugs-announce] [Issue 115652] Indentation in the documentation of multiprocessing.get_start_method
CPython Issues
- [New-bugs-announce] [Issue 115653] Missing documentation for public C-API function
CPython Issues
- [New-bugs-announce] [Issue 115663] Tools/build/generate_sbom.py fails if `expat` and `_decimal/libmpdec/**` are configured to come from the system
CPython Issues
- [New-bugs-announce] [Issue 115664] Fix the use of versionadded and versionchanged directives
CPython Issues
- [New-bugs-announce] [Issue 115666] mimetypes.guess_extension returns different result in two computers with same Python version
CPython Issues
- [New-bugs-announce] [Issue 115683] Py launcher for Windows doesn't open Python 3.11
CPython Issues
- [New-bugs-announce] [Issue 115684] datetime.date.replace() description not clear enough
CPython Issues
- [New-bugs-announce] [Issue 115692] Increase coverage of json module
CPython Issues
- [New-bugs-announce] [Issue 115697] Don't mark the "main" thread as done in `_PyInterpreterState_SetNotRunningMain`
CPython Issues
- [New-bugs-announce] [Issue 115698] Broken reference to built-in exceptions
CPython Issues
- [New-bugs-announce] [Issue 115700] `PCbuild\build.bat` script cannot generate `Python\generated_cases.c.h` files and so on
CPython Issues
- [New-bugs-announce] [Issue 115704] Accelerate DJBX33A hash algorithm by "unoptimizing" it
CPython Issues
- [New-bugs-announce] [Issue 115706] Use After Free at _heapreplace_max
CPython Issues
- [New-bugs-announce] [Issue 115709] Type propagation does not account for the setting local variables via `frame.f_locals` in a debugger or similar.
CPython Issues
- [New-bugs-announce] [Issue 115712] CSV dialect with delimiter=' ' and skipinitialspace=True
CPython Issues
- [New-bugs-announce] [Issue 115714] On WASI, time.process_time is not in seconds
CPython Issues
- [New-bugs-announce] [Issue 115718] Incorrect expected output in fibonacci program example
CPython Issues
- [New-bugs-announce] [Issue 115720] Show number of leaks in --huntrleaks
CPython Issues
- [New-bugs-announce] [Issue 115725] test_uuid leaks references
CPython Issues
- [New-bugs-announce] [Issue 115727] Generation of tier 2 traces is overly optimistic about the accuracy of profiling for branches.
CPython Issues
- [New-bugs-announce] [Issue 115730] question about pycharm
CPython Issues
- [New-bugs-announce] [Issue 115733] 3.13.0a4 SIGSEGV in minimal Flask example
CPython Issues
- [New-bugs-announce] [Issue 115735] segfault with PYTHON_LLTRACE=3 and PYTHON_UOPS=1 on debug build
CPython Issues
- [New-bugs-announce] [Issue 115737] "dyld: Library not loaded: /lib/libpython3.13.dylib" in 3.13.0a4 MacOS non-framework build with custom prefix
CPython Issues
- [New-bugs-announce] [Issue 115739] ./Modules/_io/fileio.c:175:9: warning: “exc” may be used uninitialized [-Wmaybe-uninitialized]
CPython Issues
- [New-bugs-announce] [Issue 115743] Python crash when running Tools/c-analyzer/c-analyzer.py
CPython Issues
- [New-bugs-announce] [Issue 115747] `__slots__` can be an iterable, but `pickle` doesn't support this
CPython Issues
- [New-bugs-announce] [Issue 115754] C API: Expose important constants as symbols, not only as macros
CPython Issues
- [New-bugs-announce] [Issue 115756] Make PyCode_GetFirstFree a PEP-689 unstable API
CPython Issues
- [New-bugs-announce] [Issue 115758] Constant propagation for _BINARY_OP
CPython Issues
- [New-bugs-announce] [Issue 115759] Constant propagation for _TO_BOOL
CPython Issues
- [New-bugs-announce] [Issue 115765] Upgrade to GNU Autoconf 2.72
CPython Issues
- [New-bugs-announce] [Issue 115766] IP Interface is_unspecified broken
CPython Issues
- [New-bugs-announce] [Issue 115769] Why "not" is allowed in type hints?
CPython Issues
- [New-bugs-announce] [Issue 115773] Exercise the debug structs placed in PyRuntime
CPython Issues
- [New-bugs-announce] [Issue 115775] Use static analysis to assist inlining values and compact object layout.
CPython Issues
- [New-bugs-announce] [Issue 115776] Inline values array into the object
CPython Issues
- [New-bugs-announce] [Issue 115777] Double ``versionadded`` labels in ``typing.NoReturn`` doc
CPython Issues
- [New-bugs-announce] [Issue 115778] Bytecodes cleanup: promote TIER_{ONE, TWO}_ONLY to properties
CPython Issues
- [New-bugs-announce] [Issue 115783] datetime.fromisoformat() accepts invalid ISO 8601 timestamps
CPython Issues
- [New-bugs-announce] [Issue 115787] Deadlock in create_subprocess_exec when using Semaphore and asyncio.subprocess.PIPE
CPython Issues
- [New-bugs-announce] [Issue 115788] numerous items in list have same id
CPython Issues
- [New-bugs-announce] [Issue 115795] DOC: Windows set up documentation refers to obsolete URL
CPython Issues
- [New-bugs-announce] [Issue 115796] _testinternalcapi.assemble_code_object. doesn't construct the exception table
CPython Issues
- [New-bugs-announce] [Issue 115798] getpass hangs on Windows in Ming64 git-bash shell
CPython Issues
- [New-bugs-announce] [Issue 115799] An error in python Exception Handling doc.
CPython Issues
- [New-bugs-announce] [Issue 115801] difflib._check_types allows string inputs instead of sequences of strings as documented
CPython Issues
- [New-bugs-announce] [Issue 115802] Improving JIT code quality
CPython Issues
- [New-bugs-announce] [Issue 115806] Configure UX
CPython Issues
- [New-bugs-announce] [Issue 115808] Add operator.is_none()
CPython Issues
- [New-bugs-announce] [Issue 115809] TimedRotatingFileHandler: reliable algorithm to determine the files to delete
CPython Issues
- [New-bugs-announce] [Issue 115810] Expose `name` attribute of `datetime.timezone` objects
CPython Issues
- [New-bugs-announce] [Issue 115811] Undocumented attributes of logging.Logger
CPython Issues
- [New-bugs-announce] [Issue 115816] The symbolic value lattice used in the tier 2 optimizer needs documentation and tests.
CPython Issues
- [New-bugs-announce] [Issue 115821] Document in the main Enum page that super().__new__ should not be called
CPython Issues
- [New-bugs-announce] [Issue 115822] Reference count variations after gc.collect
CPython Issues
- [New-bugs-announce] [Issue 115823] Invalid error range when the tokeniser finds invalid bytes
CPython Issues
- [New-bugs-announce] [Issue 115827] Warning "Objects/longobject.c:1186:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]"
CPython Issues
- [New-bugs-announce] [Issue 115829] f-string extra braces with set() variable
CPython Issues
- [New-bugs-announce] [Issue 115830] Refactor operators
CPython Issues
- [New-bugs-announce] [Issue 115831] Concurrent futures: max_task_per_child doesn't work
CPython Issues
- [New-bugs-announce] [Issue 115832] Coverage.py test suite failure since commit 0749244d134
CPython Issues
- [New-bugs-announce] [Issue 115835] python3-config --libs missing -lpythonxxx flag for 3.11/3.12
CPython Issues
- [New-bugs-announce] [Issue 115836] test_monitoring contains hardcoded line numbers
CPython Issues
- [New-bugs-announce] [Issue 115839] A problem with document annotations
CPython Issues
- [New-bugs-announce] [Issue 115842] In asyncio.tasks.py sleep() does not handle asyncio.exceptions.CancelledError correctly
CPython Issues
- [New-bugs-announce] [Issue 115844] Incorrect parsing of attribute with type annotation involving |, the attribute name having the same name as a class used in its type, and a default value
CPython Issues
- [New-bugs-announce] [Issue 115845] Dates equality check fails when a date is folded and the other is not
CPython Issues
- [New-bugs-announce] [Issue 115846] New warning: `variable ‘callable’ set but not used [-Wunused-but-set-variable]`
CPython Issues
- [New-bugs-announce] [Issue 115849] built in find function
CPython Issues
- [New-bugs-announce] [Issue 115852] --with-openssl-rpath not supported for macos
CPython Issues
- [New-bugs-announce] [Issue 115859] Type propagation: just because something is const doesn't mean it automatically matches the type
CPython Issues
- [New-bugs-announce] [Issue 115862] Inner decorator makes failing unittests appear to pass - `DeprecationWarning` wrongfully triggered.
CPython Issues
- [New-bugs-announce] [Issue 115868] Data model `__slots__` section "multiple inheritance" misleading
CPython Issues
- [New-bugs-announce] [Issue 115869] Hosting `jit_stencils.h`
CPython Issues
- [New-bugs-announce] [Issue 115872] DOC: obsolete reference to MSI packages
CPython Issues
- [New-bugs-announce] [Issue 115874] itertools.tee segfault in dealloc
CPython Issues
- [New-bugs-announce] [Issue 115878] A missing doc for functions like PyObject_GetOptionalAttr , PyObject_GetOptionalAttrString.
CPython Issues
- [New-bugs-announce] [Issue 115879] Slots does not work with typing.Final dataclass attribute
CPython Issues
- [New-bugs-announce] [Issue 115880] python3.10 does not work
CPython Issues
- [New-bugs-announce] [Issue 115881] `ast.parse()` believes valid py38 syntax to be invalid when `feature_version=(3, 8)` is passed
CPython Issues
- [New-bugs-announce] [Issue 115882] Fix building CPython with -DWIN32_LEAN_AND_MEAN on Windows
CPython Issues
- [New-bugs-announce] [Issue 115886] shm_open() and shm_unlink() truncate names with embedded null characters
CPython Issues
- [New-bugs-announce] [Issue 115891] test_capi failure when GIL disabled
CPython Issues
- [New-bugs-announce] [Issue 115892] `os.path.splitext()` can split UNC drive on Windows
CPython Issues
- [New-bugs-announce] [Issue 115893] "make regen-global-objects "is broken
CPython Issues
- [New-bugs-announce] [Issue 115911] importlib: PermissionError during startup if working directory isn't readble
CPython Issues
- [New-bugs-announce] [Issue 115912] Add map_pairwise to builtin functions
CPython Issues
- [New-bugs-announce] [Issue 115914] double init filename_obj value in pythonrun.c function PyRun_AnyFileExFlags
CPython Issues
- [New-bugs-announce] [Issue 115919] Cannot seem to embed Python 3.11 into a 64-bit Windows C++ program
CPython Issues
- [New-bugs-announce] [Issue 115921] Non-equation in random.uniform
CPython Issues
- [New-bugs-announce] [Issue 115922] object.__copy__ and __deepcopy__ doesn't exist
CPython Issues
- [New-bugs-announce] [Issue 115931] ``test_unparse`` raises a ``SyntaxWarning``
CPython Issues
- [New-bugs-announce] [Issue 115937] Incorrect description of the __signature__ attribute in docs
CPython Issues
- [New-bugs-announce] [Issue 115941] Documentation: PyDictKeysObjects layout diagram in the comments section of Objects/dictobjects.c file
CPython Issues
- [New-bugs-announce] [Issue 115942] `AcquirerProxy` object has no attribute `locked`
CPython Issues
- [New-bugs-announce] [Issue 115946] Add a new interface for external profilers and debuggers to get the call stack efficiently
CPython Issues
- [New-bugs-announce] [Issue 115952] pickle.load() out-of-memory with small file
CPython Issues
- [New-bugs-announce] [Issue 115954] ...colorama import just_fix_windows_console NOT working on Ubuntu 20.04
CPython Issues
- [New-bugs-announce] [Issue 115956] Typo in the introduction section of the tutorial
CPython Issues
- [New-bugs-announce] [Issue 115957] asyncio.TaskGroup does not close unawaited coroutines
CPython Issues
- [New-bugs-announce] [Issue 115961] Add name and mode attributes to compressed file-like objects
CPython Issues
- [New-bugs-announce] [Issue 115970] Pantek
CPython Issues
- [New-bugs-announce] [Issue 115971] xml.etree.ElementTree.Element's .text method is quadratic in appending content
CPython Issues
- [New-bugs-announce] [Issue 115972] Python
CPython Issues
- [New-bugs-announce] [Issue 115976] Add WASI to CI
CPython Issues
- [New-bugs-announce] [Issue 115977] Remove Emscripten from the docs
CPython Issues
- [New-bugs-announce] [Issue 115978] Turn off `preadv()`, `readv()`, `pwritev()`, and `writev()` under WASI
CPython Issues
- [New-bugs-announce] [Issue 115979] Fix `test_importlib` under WASI SDK 21
CPython Issues
- [New-bugs-announce] [Issue 115981] Can we make the `_thread` module truely private? (remove docs, deprecate things we don't expose via `threading`)
CPython Issues
- [New-bugs-announce] [Issue 115982] Check that the values in `Tools/wasm/config.site-wasm32-wasi` are still necessary
CPython Issues
- [New-bugs-announce] [Issue 115983] Disable building test modules that require `dlopen()` under WASI SDK 21
CPython Issues
- [New-bugs-announce] [Issue 115985] pprint does not keep the order of dict keys
CPython Issues
- [New-bugs-announce] [Issue 115986] Improve documentation for `pprint` module
CPython Issues
- [New-bugs-announce] [Issue 115988] ARM64 and RISCV filter is missing in lzma module
CPython Issues
- [New-bugs-announce] [Issue 115992] Build dependencies should be automatically generated
CPython Issues
- [New-bugs-announce] [Issue 115997] `read1` and `readline` of `http.client.HTTPResponse` do not raise `IncompleteRead`
CPython Issues
- [New-bugs-announce] [Issue 115999] Make the specializing interpreter thread-safe in `--disable-gil` builds
CPython Issues
- [New-bugs-announce] [Issue 116000] ``Tools/cases_generator/optimizer_generator`` CLI does not work without explicit arguments
CPython Issues
- [New-bugs-announce] [Issue 116001] Add a fillvalue option to itertools.batched()
CPython Issues
- [New-bugs-announce] [Issue 116002] A bug while using Sets
CPython Issues
- [New-bugs-announce] [Issue 116008] Segfault in faulthandler signal handler
CPython Issues
- [New-bugs-announce] [Issue 116010] FAQ: Replace PEP 6 link with devguide
CPython Issues
- [New-bugs-announce] [Issue 116012] GetLastError() not preserved across GIL operations on Windows
CPython Issues
- [New-bugs-announce] [Issue 116015] Consider building with `-fPIC` by default on Linux, due to conflict with `RTLD_DEEPBIND`
CPython Issues
- [New-bugs-announce] [Issue 116017] Compiling tiny traces wastes lots of memory
CPython Issues
- [New-bugs-announce] [Issue 116020] Consider Adding to howto/logging.html#useful-handlers Windows OutputDebugString Handler
CPython Issues
- [New-bugs-announce] [Issue 116021] Deprecate creation of abstract AST nodes
CPython Issues
- [New-bugs-announce] [Issue 116022] Improve `repr()` of AST nodes
CPython Issues
- [New-bugs-announce] [Issue 116023] Omit optional fields from `ast.dump()`
CPython Issues
- [New-bugs-announce] [Issue 116024] Make pyperformance runnable from `--disable-gil builds`
CPython Issues
- [New-bugs-announce] [Issue 116026] macos-13 builds are failing
CPython Issues
- [New-bugs-announce] [Issue 116029] New warning: ` warning: unused function 'ensure_shared_on_read' [-Wunused-function`
CPython Issues
- [New-bugs-announce] [Issue 116030] ``test_unparse`` raises a DeprecationWarning
CPython Issues
- [New-bugs-announce] [Issue 116033] traceback format_exc get unexpected StopIteration exception
CPython Issues
- [New-bugs-announce] [Issue 116034] Wrong error location in traceback inside an assert
CPython Issues
- [New-bugs-announce] [Issue 116035] datetime and time equality and hashing problematic
CPython Issues
- [New-bugs-announce] [Issue 116038] surprising behaviour of `ZoneInfo` and `datetime` and invalid points in time
CPython Issues
- [New-bugs-announce] [Issue 116040] Enum creation from values fails for certain values.
CPython Issues
- [New-bugs-announce] [Issue 116041] Add default behaviour to `pprint.pprint`
CPython Issues
- [New-bugs-announce] [Issue 116042] Span for invalid escape sequence in multiline strings is wrong
CPython Issues
- [New-bugs-announce] [Issue 116043] freeze cannot find Modules/_hacl/libHacl_Hash_SHA2.a
CPython Issues
- [New-bugs-announce] [Issue 116048] asyncio.TaskGroup may silently discard request to run a task
CPython Issues
- [New-bugs-announce] [Issue 116051] Crash in smtplib.py - Python 9.3 (and later?)
CPython Issues
- [New-bugs-announce] [Issue 116055] bug in unittest.mock around spec and async callable classes
CPython Issues
- [New-bugs-announce] [Issue 116057] `test_walk_above_recursion_limit` uses absolute limits
CPython Issues
- [New-bugs-announce] [Issue 116059] Mention that `multiprocessing.connection.Connection.send` (and friends) can block
CPython Issues
- [New-bugs-announce] [Issue 116060] Add a big, clear warning to the venv docs to avoid assuming a virtual environment will be activated
CPython Issues
- [New-bugs-announce] [Issue 116075] test_external_inspection.py fails on QEMU builds
CPython Issues
- [New-bugs-announce] [Issue 116078] Python 3.13a4: ``_Py_atomic_load_ssize_relaxed``: identifier not found
CPython Issues
- [New-bugs-announce] [Issue 116088] (Auto-?) generate bottom checks in optimizer_cases.c.h
CPython Issues
- [New-bugs-announce] [Issue 116090] `STOP_ITERATION` monitoring event is not triggered by unspecialized bytecode
CPython Issues
- [New-bugs-announce] [Issue 116091] Exception in callback BaseSelectorEventLoop._read_from_self() ConnectionResetError: [WinError 10054]
CPython Issues
- [New-bugs-announce] [Issue 116093] Calling issubclass in __init_subclass__ with ABCMeta uses wrong _abc_cache.
CPython Issues
- [New-bugs-announce] [Issue 116094] Issue with the precedence of the operator |
CPython Issues
- [New-bugs-announce] [Issue 116097] An error on the page https://docs.python.org/3/tutorial/introduction.html
CPython Issues
- [New-bugs-announce] [Issue 116098] ``test_frame`` fails when running with `-R 3:3` argument
CPython Issues
- [New-bugs-announce] [Issue 116099] ``test_interpreters`` fails when running with ``-R 3:3`` argument
CPython Issues
- [New-bugs-announce] [Issue 116100] ``test_compile`` raises a ``DeprecationWarning``
CPython Issues
- [New-bugs-announce] [Issue 116102] New warning: ``‘fmt’ may be used uninitialized in this function [-Wmaybe-uninitialized]``
CPython Issues
- [New-bugs-announce] [Issue 116103] WindowsLoadTracker.__del__ fails if __init__ failed
CPython Issues
- [New-bugs-announce] [Issue 116110] Revert __signature__ to being a cache, remove string and callable support
CPython Issues
- [New-bugs-announce] [Issue 116112] ``test_asyncio.test_streams`` raises a ``ResourceWarning``
CPython Issues
- [New-bugs-announce] [Issue 116113] html color for module name matches with bg color
CPython Issues
- [New-bugs-announce] [Issue 116114] freeze uses deprecated global PyOptimizizeFlag
CPython Issues
- [New-bugs-announce] [Issue 116116] Fix building CPython in windows-i686 with clang-cl
CPython Issues
- [New-bugs-announce] [Issue 116122] Add SBOM regeneration to PCBuild/build.bat
CPython Issues
- [New-bugs-announce] [Issue 116123] PCbuild\build.bat does not complete its work
CPython Issues
- [New-bugs-announce] [Issue 116126] Implement PEP 696
CPython Issues
- [New-bugs-announce] [Issue 116127] Implement PEP 705 (TypedDict: Read-only items)
CPython Issues
- [New-bugs-announce] [Issue 116134] JIT support for `aarch64-pc-windows-msvc`
CPython Issues
- [New-bugs-announce] [Issue 116139] Python/C API abort when app build on 3.11 uses 3.10 environment
CPython Issues
- [New-bugs-announce] [Issue 116140] Code blocks in some older versions of Python docs do not respect dark mode properly
CPython Issues
- [New-bugs-announce] [Issue 116143] Race condition in pydoc._start_server
CPython Issues
- [New-bugs-announce] [Issue 116145] Update installers to Tcl/Tk 8.6.14
CPython Issues
- [New-bugs-announce] [Issue 116146] Expose a C-API function to allow custom importers to create a module using an init function
CPython Issues
- [New-bugs-announce] [Issue 116159] argparse is slow when parsing large number of optional flags
CPython Issues
- [New-bugs-announce] [Issue 116167] Add a mechanism to disable the GIL
CPython Issues
- [New-bugs-announce] [Issue 116168] Tier2 peephole optimization: remove extraneous _CHECK_STACK_SPACE ops
CPython Issues
- [New-bugs-announce] [Issue 116171] Argument Clinic: overriding the return converter of `__init__` functions generates incorrect code
CPython Issues
- [New-bugs-announce] [Issue 116175] Leap Year Calculation for Replace Function Causes day is out of range for month
CPython Issues
Last message date:
Thu Feb 29 20:59:18 EST 2024
Archived on: Thu Feb 29 20:59:20 EST 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).