May 2023 Archives by thread
Starting: Mon May 1 01:08:57 EDT 2023
Ending: Wed May 31 20:37:49 EDT 2023
Messages: 350
- [New-bugs-announce] [Issue 104028] Reduce redundant phase objects while calling callback function on gc
CPython Issues
- [New-bugs-announce] [Issue 104035] Frozen dataclasses with slots cannot override __getstate__ or __setstate__
CPython Issues
- [New-bugs-announce] [Issue 104036] Running test_typing file directly fails
CPython Issues
- [New-bugs-announce] [Issue 104040] Warning when building ./Modules/timemodule.c on i686 with 64-bit time
CPython Issues
- [New-bugs-announce] [Issue 104042] pi __doc__
CPython Issues
- [New-bugs-announce] [Issue 104046] shutil.copytree doesn't seem to understand NTFS junctions, can truncates files when tricked
CPython Issues
- [New-bugs-announce] [Issue 104049] python 3.11 http.server internal path disclosure
CPython Issues
- [New-bugs-announce] [Issue 104050] Add type annotations to clinic.py
CPython Issues
- [New-bugs-announce] [Issue 104051] crash in ./python.exe -We -m test -v test_xxtestfuzz
CPython Issues
- [New-bugs-announce] [Issue 104053] classes.html..C++ terminology reference on virtual
CPython Issues
- [New-bugs-announce] [Issue 104055] `PCBuild` needs an analog of `make regen-cases`
CPython Issues
- [New-bugs-announce] [Issue 104057] Running test_module file directly fails
CPython Issues
- [New-bugs-announce] [Issue 104061] Add SO_BINDTOIFINDEX constant to socket module
CPython Issues
- [New-bugs-announce] [Issue 104066] Performance of attribute lookup for module objects
CPython Issues
- [New-bugs-announce] [Issue 104070] Cannot run tests
CPython Issues
- [New-bugs-announce] [Issue 104078] Performance of PyObject_HasAttrString
CPython Issues
- [New-bugs-announce] [Issue 104086] Unexpected interpreter crash
CPython Issues
- [New-bugs-announce] [Issue 104087] Accessing Files on same root directory
CPython Issues
- [New-bugs-announce] [Issue 104089] Failed test_write_filtered_python_package test case in ./python -We -m test -v test_zipfile
CPython Issues
- [New-bugs-announce] [Issue 104090] Leaked semaphore objects in test_concurrent_futures
CPython Issues
- [New-bugs-announce] [Issue 104091] create_task() recommendation seems like bad practice
CPython Issues
- [New-bugs-announce] [Issue 104093] `os.path.basename` on windows gives empty strings
CPython Issues
- [New-bugs-announce] [Issue 104097] test_sysconfig fails when executed from within a venv
CPython Issues
- [New-bugs-announce] [Issue 104099] python on Windows closes additional file descriptors on launch
CPython Issues
- [New-bugs-announce] [Issue 104102] Optimize `pathlib.Path.glob()` handling of `../` pattern segments
CPython Issues
- [New-bugs-announce] [Issue 104104] Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.path.normcase()`
CPython Issues
- [New-bugs-announce] [Issue 104106] Python 3.11 is unbuildable with GCC on macOS (error: 'HAVE_MKNODAT_RUNTIME' undeclared, error: 'HAVE_MKNODAT_RUNTIME' undeclared)
CPython Issues
- [New-bugs-announce] [Issue 104108] Add a Module Def Slot for Supporting Multiple Interpreters
CPython Issues
- [New-bugs-announce] [Issue 104109] Expose Py_NewInterpreterFromConfig() and PyInterpreterConfig in the Public C-API
CPython Issues
- [New-bugs-announce] [Issue 104112] we should not recommend using functools.cache on methods
CPython Issues
- [New-bugs-announce] [Issue 104114] `pathlib.WindowsPath.glob()` preserves case of literal pattern segments
CPython Issues
- [New-bugs-announce] [Issue 104117] "Correct" parsing of f-strings
CPython Issues
- [New-bugs-announce] [Issue 104125] Lib/tarfile.py: is_tarfile scans all the bytes of a sparse file (full of null bytes) instead of fast termination
CPython Issues
- [New-bugs-announce] [Issue 104127] OS X Lion and Python 3.11.3 : make failed
CPython Issues
- [New-bugs-announce] [Issue 104135] SSLError(58, '[ASN1] nested asn1 error (_ssl.c:4174)')
CPython Issues
- [New-bugs-announce] [Issue 104139] urlunsplit for itms-services scheme returns invalid url
CPython Issues
- [New-bugs-announce] [Issue 104142] `_Py_RefcntAdd` doesn't respect immortality
CPython Issues
- [New-bugs-announce] [Issue 104144] Leverage eager tasks to optimize asyncio gather & TaskGroups further
CPython Issues
- [New-bugs-announce] [Issue 104145] bisect.bisect is not cross-referenced properly
CPython Issues
- [New-bugs-announce] [Issue 104146] Remove dead code from clinic.py
CPython Issues
- [New-bugs-announce] [Issue 104149] Rfl
CPython Issues
- [New-bugs-announce] [Issue 104150] Test documentation for ExceptionGroup
CPython Issues
- [New-bugs-announce] [Issue 104165] Prefix Matching in importlib
CPython Issues
- [New-bugs-announce] [Issue 104169] Improve tokenize error handling
CPython Issues
- [New-bugs-announce] [Issue 104180] Support detecting SOCKS proxy configuration in
CPython Issues
- [New-bugs-announce] [Issue 104184] build fails with `--enable-pystats --with-pydebug` (use of Py_SIZE on PyLongObject)
CPython Issues
- [New-bugs-announce] [Issue 104190] usan failure on main
CPython Issues
- [New-bugs-announce] [Issue 104192] Swap the values of two variables
CPython Issues
- [New-bugs-announce] [Issue 104194] bdb.BdbQuit is found when trying to using pdb to debug ansible 2.9.20
CPython Issues
- [New-bugs-announce] [Issue 104201] Inconsistent name with trailing slash
CPython Issues
- [New-bugs-announce] [Issue 104207] pdb debugger command <ll> (longlist shows wrong current line in python versions 3.10, 3.11
CPython Issues
- [New-bugs-announce] [Issue 104212] Improve the docs regarding the migration from imp to importlib
CPython Issues
- [New-bugs-announce] [Issue 104219] Inplace dunders can return NotImplemented, and that's not documented
CPython Issues
- [New-bugs-announce] [Issue 104222] `__iadd__` updates value only once when called in the loop from the outer function
CPython Issues
- [New-bugs-announce] [Issue 104223] PEP 688: Cannot call super().__buffer__()
CPython Issues
- [New-bugs-announce] [Issue 104229] Dicts' item views support set-like oeprations even when the items are not hashable
CPython Issues
- [New-bugs-announce] [Issue 104231] Superfluous call to `__init__` on instancing a class when `__new__` returns a subclass instance
CPython Issues
- [New-bugs-announce] [Issue 104232] Local trace function return value: bug or documentation issue
CPython Issues
- [New-bugs-announce] [Issue 104233] New warning: unused variable ‘main_interp’
CPython Issues
- [New-bugs-announce] [Issue 104235] `enum.Enum.__dir__` docs do not mention enum members in return value
CPython Issues
- [New-bugs-announce] [Issue 104239] PEP 669: for loop fires LINE multiple times for body, but only one for `for`
CPython Issues
- [New-bugs-announce] [Issue 104240] combine compilation step in a pipeline
CPython Issues
- [New-bugs-announce] [Issue 104242] `test_pathlib` can fail on Windows if a `/dev/null` folder exists
CPython Issues
- [New-bugs-announce] [Issue 104252] Immortalize Py_EMPTY_KEYS
CPython Issues
- [New-bugs-announce] [Issue 104254] Task object in asyncio docs is missing the "context" argument
CPython Issues
- [New-bugs-announce] [Issue 104259] CubicSpline bc_type='natural' BUG
CPython Issues
- [New-bugs-announce] [Issue 104263] IEEE floating point signalling bit can be inverted on MIPS (Python assumes its not)
CPython Issues
- [New-bugs-announce] [Issue 104265] `_csv` `Reader` and `Writer` types shouldn't be directly instantiable
CPython Issues
- [New-bugs-announce] [Issue 104269] `glob.glob('**/**', recursive=True)` yields duplicate results
CPython Issues
- [New-bugs-announce] [Issue 104271] Enum works in python 3.10 breaks in 3.11
CPython Issues
- [New-bugs-announce] [Issue 104273] redundant len() calling
CPython Issues
- [New-bugs-announce] [Issue 104276] Use type flag instead of custom constructor in `_struct.unpack_iterator`
CPython Issues
- [New-bugs-announce] [Issue 104280] Missing DTrace probes
CPython Issues
- [New-bugs-announce] [Issue 104282] `lzma._decode_filter_properties` crashes with BCJ filter and buffer of zero length
CPython Issues
- [New-bugs-announce] [Issue 104284] Unable to generate POT for Python documentation
CPython Issues
- [New-bugs-announce] [Issue 104289] Add a Test to Verify All Stdlib Modules Can Be Imported in an Isolated Subinterpreter
CPython Issues
- [New-bugs-announce] [Issue 104291] multiprocessing.shared_memory gets unlinked by resource_tracker
CPython Issues
- [New-bugs-announce] [Issue 104297] Double-inheriting from two buffer classes can cause corruption
CPython Issues
- [New-bugs-announce] [Issue 104301] Misleading documentation of `!` prefix in `pdb`
CPython Issues
- [New-bugs-announce] [Issue 104303] Newline string breaks doctest in four different contexts
CPython Issues
- [New-bugs-announce] [Issue 104305] Performance regression in _PyInterpreterState_SetEvalFrameFunc in 3.11
CPython Issues
- [New-bugs-announce] [Issue 104306] `netrc` emits syntax errors for comments after blank lines
CPython Issues
- [New-bugs-announce] [Issue 104308] socket.getnameinfo doesn't drop the GIL
CPython Issues
- [New-bugs-announce] [Issue 104310] Add importlib.util.allowing_all_extensions()
CPython Issues
- [New-bugs-announce] [Issue 104315] bug from asyncio.subprocess import Process
CPython Issues
- [New-bugs-announce] [Issue 104316] Improve stack trace from where command in pdb
CPython Issues
- [New-bugs-announce] [Issue 104321] Segfault protocol.cpython
CPython Issues
- [New-bugs-announce] [Issue 104324] destroy_gil() is not called over multiple Py_Initialize() / Py_Finalize() calls
CPython Issues
- [New-bugs-announce] [Issue 104328] Bad error message when inheriting from Generic multiple times
CPython Issues
- [New-bugs-announce] [Issue 104336] nt._getfinalpathname on WindowsApps\**.exe raises WinError 1920 ERROR_CANT_ACCESS_FILE
CPython Issues
- [New-bugs-announce] [Issue 104337] gammavariate uses misleading parameter names.
CPython Issues
- [New-bugs-announce] [Issue 104340] Unhandled BrokenPipeError in asyncio.streams
CPython Issues
- [New-bugs-announce] [Issue 104341] test__xxsubinterpreters is Occasionally Crashing
CPython Issues
- [New-bugs-announce] [Issue 104343] issue while installing hashlib
CPython Issues
- [New-bugs-announce] [Issue 104344] asyncio.Server.wait_closed() appears to hang indefinitely in 3.12.0a7
CPython Issues
- [New-bugs-announce] [Issue 104351] OSError and SegFault encountered when building p11-Kit against 32 bit Python-3.11.2 using 64 bit time flags
CPython Issues
- [New-bugs-announce] [Issue 104353] Acos inconsistency from math and cmath module
CPython Issues
- [New-bugs-announce] [Issue 104356] AttributeError when calling ._target on Process objects (multiprocessing) after starting Process
CPython Issues
- [New-bugs-announce] [Issue 104357] Comprehension inlining: Bug if comprehension contains a lambda
CPython Issues
- [New-bugs-announce] [Issue 104360] ssl docs still refer to removed module-level ssl.wrap_socket
CPython Issues
- [New-bugs-announce] [Issue 104363] Tkinter fails to build with Tcl 9.0 due to `Tcl_AppInit()` undeclared
CPython Issues
- [New-bugs-announce] [Issue 104365] pegen python fails with python.gram in branch 3.10
CPython Issues
- [New-bugs-announce] [Issue 104371] PEP 688: Crash if `__release_buffer__` is called while an exception is active
CPython Issues
- [New-bugs-announce] [Issue 104372] subprocess can block all Python threads when using `vfork()` until the child process `exec()` succeeds or fails.
CPython Issues
- [New-bugs-announce] [Issue 104374] List comprehension now have access to the enclosing class scope
CPython Issues
- [New-bugs-announce] [Issue 104375] Pathlib docs use `versionadded` incorrectly
CPython Issues
- [New-bugs-announce] [Issue 104377] Segfault with lambda nested in comprehension
CPython Issues
- [New-bugs-announce] [Issue 104380] csv.Sniffer().has_header() can't not identify header line
CPython Issues
- [New-bugs-announce] [Issue 104389] Make it possible to mark Argument Clinic args as unused
CPython Issues
- [New-bugs-announce] [Issue 104391] 2-5x slowdown, concurrent mock performance regression, long-standing
CPython Issues
- [New-bugs-announce] [Issue 104392] _paramspec_tvars in typing.py does nothing
CPython Issues
- [New-bugs-announce] [Issue 104395] Add link to Download page on documentation index
CPython Issues
- [New-bugs-announce] [Issue 104396] `uuid.py` checks platform for emscripten and wasi
CPython Issues
- [New-bugs-announce] [Issue 104399] Tkinter uses deprecated functions `mp_to_unsigned_bin_n()` and `mp_unsigned_bin_size()`
CPython Issues
- [New-bugs-announce] [Issue 104400] pygettext: use an AST parser instead of a tokenizer
CPython Issues
- [New-bugs-announce] [Issue 104404] PEP 709 segfault with nested comprehensions plus lambdas
CPython Issues
- [New-bugs-announce] [Issue 104405] Some instructions and specializations ignore PEP 523
CPython Issues
- [New-bugs-announce] [Issue 104411] Tkinter: test_getint incompatible with Tcl 9.0
CPython Issues
- [New-bugs-announce] [Issue 104413] Refleak in LOAD_SUPER_ATTR_ATTR
CPython Issues
- [New-bugs-announce] [Issue 104415] `test_typing` fails refleak tests
CPython Issues
- [New-bugs-announce] [Issue 104419] itertools.combinations cause memory overflow and crash
CPython Issues
- [New-bugs-announce] [Issue 104420] BrokenPipeError: [Errno 32] Broken pipe
CPython Issues
- [New-bugs-announce] [Issue 104423] symmetric_difference generated gibberish (Python 3.11.9)
CPython Issues
- [New-bugs-announce] [Issue 104426] Consider adding test_asyncio for PGO test
CPython Issues
- [New-bugs-announce] [Issue 104428] Add test_turtledemo for colorizer in turtledemo
CPython Issues
- [New-bugs-announce] [Issue 104432] UBSan misaligned load errors in `gethost_common()`, `mkgrent()`
CPython Issues
- [New-bugs-announce] [Issue 104434] datetime.datetime.fromisoformat throws error for a valid ISO string
CPython Issues
- [New-bugs-announce] [Issue 104435] Assert int('0') throws an AssertionError
CPython Issues
- [New-bugs-announce] [Issue 104448] Add `timeout` to JoinableQueue.join
CPython Issues
- [New-bugs-announce] [Issue 104451] mimetypes: improve accuracy of guess_extension
CPython Issues
- [New-bugs-announce] [Issue 104453] Import syntax for package and child module is ambigious
CPython Issues
- [New-bugs-announce] [Issue 104454] test_exceptions are leaked
CPython Issues
- [New-bugs-announce] [Issue 104456] test_ctypes are leaked
CPython Issues
- [New-bugs-announce] [Issue 104458] Some unicode variables can't be accessed with `getattr`
CPython Issues
- [New-bugs-announce] [Issue 104459] PowerShell support
CPython Issues
- [New-bugs-announce] [Issue 104461] Tkinter: test_configure_screen should only run on X11
CPython Issues
- [New-bugs-announce] [Issue 104467] weakref.finalize is not called if exception occurs inside asyncio.wait_for
CPython Issues
- [New-bugs-announce] [Issue 104469] Improve the readability and maintainability of test_capi using the Argument Clinic tool
CPython Issues
- [New-bugs-announce] [Issue 104471] Help text in interactive Python is misleading
CPython Issues
- [New-bugs-announce] [Issue 104472] ASAN failure was detected while running test_threading
CPython Issues
- [New-bugs-announce] [Issue 104477] Py_FileSystemDefaultEncoding stable limited API and deprecated?
CPython Issues
- [New-bugs-announce] [Issue 104479] Floating point tutorial: "today (November 2000)"
CPython Issues
- [New-bugs-announce] [Issue 104480] Internal Server Error after signing in for CLA bot
CPython Issues
- [New-bugs-announce] [Issue 104482] Error handling bugs in ast.c
CPython Issues
- [New-bugs-announce] [Issue 104484] Add case_sensitive argument to `pathlib.PurePath.match()`
CPython Issues
- [New-bugs-announce] [Issue 104487] PYTHON_FOR_REGEN only works with Python 3.10 or newer
CPython Issues
- [New-bugs-announce] [Issue 104489] Spelling error? On tkinter — Python interface to Tcl/Tk page
CPython Issues
- [New-bugs-announce] [Issue 104490] Handle virtual / phony make targets consistently and more robustly
CPython Issues
- [New-bugs-announce] [Issue 104492] Move BOLT autoconf logic after PGO
CPython Issues
- [New-bugs-announce] [Issue 104494] Tkinter: Tk 8.7 quotes pathnames in error messages
CPython Issues
- [New-bugs-announce] [Issue 104496] Tkinter, IDLE: Future Tcl and Tk can have differing version/patchlevel
CPython Issues
- [New-bugs-announce] [Issue 104497] Tkinter: Tk 8.7 alphabetizes options in certain error messages
CPython Issues
- [New-bugs-announce] [Issue 104499] IDLE: completions toplevel blank on Tk Aqua 8.7
CPython Issues
- [New-bugs-announce] [Issue 104504] Running `mypy` on `cases_generator`
CPython Issues
- [New-bugs-announce] [Issue 104505] Values CANNOT be indented despite contrary statement in the docs
CPython Issues
- [New-bugs-announce] [Issue 104509] Queue get timout parameter does not use a monotonic timer
CPython Issues
- [New-bugs-announce] [Issue 104510] test_nntplib are leaked
CPython Issues
- [New-bugs-announce] [Issue 104513] incorrect tb_lasti on exceptions originating from calls to outer functions
CPython Issues
- [New-bugs-announce] [Issue 104520] Mock patching does not work after module is reloaded
CPython Issues
- [New-bugs-announce] [Issue 104521] burakbagci571 at gmail.com
CPython Issues
- [New-bugs-announce] [Issue 104522] subprocess raises misleading exceptions from child failure pre-exec
CPython Issues
- [New-bugs-announce] [Issue 104523] Overhaul build system rules related to profiling
CPython Issues
- [New-bugs-announce] [Issue 104527] zipfile.write should check that it isnt apending an archive to itself.
CPython Issues
- [New-bugs-announce] [Issue 104530] Switch Python to using native Win32 condition variables
CPython Issues
- [New-bugs-announce] [Issue 104532] Annotation-based syntax for ctypes functions
CPython Issues
- [New-bugs-announce] [Issue 104533] Annotation-based syntax for ctypes structs
CPython Issues
- [New-bugs-announce] [Issue 104535] Provide documents on building CPython with OpenSSL 3
CPython Issues
- [New-bugs-announce] [Issue 104536] multiprocessing.process._children is not multithread-safe, BaseProcess.close() function would cause AttributeError
CPython Issues
- [New-bugs-announce] [Issue 104539] Indentation issue in logging.config documentation page
CPython Issues
- [New-bugs-announce] [Issue 104541] Generate AST for Python 2 syntax in Python 3 - AST module
CPython Issues
- [New-bugs-announce] [Issue 104549] TypeAliasType should have a __module__
CPython Issues
- [New-bugs-announce] [Issue 104554] RTSPS scheme support in urllib.parse
CPython Issues
- [New-bugs-announce] [Issue 104555] Runtime-checkable protocols using PEP 695 are broken
CPython Issues
- [New-bugs-announce] [Issue 104566] Ctrl+C doesn't work on Windows Powershell
CPython Issues
- [New-bugs-announce] [Issue 104567] test_asyncio stuck again
CPython Issues
- [New-bugs-announce] [Issue 104568] Prepare tkinter for tcl 8.7/9.0 and tk 8.7
CPython Issues
- [New-bugs-announce] [Issue 104572] Error message for walrus etc. in PEP 695 contexts could be improved
CPython Issues
- [New-bugs-announce] [Issue 104578] getproxies() in python3.10/urllib/request.py crashes on MacOS
CPython Issues
- [New-bugs-announce] [Issue 104580] Remove `eval_breaker` and `kwnames` local variables from interpreter definition.
CPython Issues
- [New-bugs-announce] [Issue 104584] Pluggable optimizer API
CPython Issues
- [New-bugs-announce] [Issue 104597] Immortal objects and the C API docs
CPython Issues
- [New-bugs-announce] [Issue 104600] function.__type_params__ should be writable
CPython Issues
- [New-bugs-announce] [Issue 104602] PEP 709: Crash with lambda + nested scope
CPython Issues
- [New-bugs-announce] [Issue 104604] PEP 709 behavior change around mangling
CPython Issues
- [New-bugs-announce] [Issue 104608] Wrong offsets of f-string elements in AST
CPython Issues
- [New-bugs-announce] [Issue 104610] Remove the `PREDICT` macros.
CPython Issues
- [New-bugs-announce] [Issue 104612] libpython3.so doesn't contain any symbols (stable ABI), cannot link to it.
CPython Issues
- [New-bugs-announce] [Issue 104613] macOS tkinter clipboard only works once
CPython Issues
- [New-bugs-announce] [Issue 104614] Type object's ob_type does not get set when tp_bases is set before PyType_Ready
CPython Issues
- [New-bugs-announce] [Issue 104615] compiler can incorrectly optimize a run of stores to the same name preceded by a SWAP
CPython Issues
- [New-bugs-announce] [Issue 104616] PEP 695 syntax doesn't work for generic NamedTuples
CPython Issues
- [New-bugs-announce] [Issue 104618] various tests freeze hard when IPv6 is unavailable, making pgo-extended builds impossible
CPython Issues
- [New-bugs-announce] [Issue 104619] PEP 709: Comprehension iteration variable leaks into outer locals()
CPython Issues
- [New-bugs-announce] [Issue 104621] Subinterpreters can load modules without subinterpreter support
CPython Issues
- [New-bugs-announce] [Issue 104623] Bump SQLite to 3.42.0 on Windows and macOS installers
CPython Issues
- [New-bugs-announce] [Issue 104629] Clinic test are skipped on Windows
CPython Issues
- [New-bugs-announce] [Issue 104635] dead store elimination in the compiler
CPython Issues
- [New-bugs-announce] [Issue 104638] Documentation for tarfile has ambigouous references for releases
CPython Issues
- [New-bugs-announce] [Issue 104640] Walrus in comprehension can leak into PEP 695 scope
CPython Issues
- [New-bugs-announce] [Issue 104644] TypeVars created via PEP-695 mechanisms have a different repr to other TypeVars
CPython Issues
- [New-bugs-announce] [Issue 104645] marshal tests are sloppy with error checking
CPython Issues
- [New-bugs-announce] [Issue 104656] PEP 695: Rename typeparams to type_params in AST
CPython Issues
- [New-bugs-announce] [Issue 104658] Location and text of f-string unclosed quote error is incorrect
CPython Issues
- [New-bugs-announce] [Issue 104659] Plural vs Singular in enum documentation
CPython Issues
- [New-bugs-announce] [Issue 104662] PEP 695: typing.TypeVar should be subclassable
CPython Issues
- [New-bugs-announce] [Issue 104664] Enhancement Request - Relative Imports in Files Not Part of a Module
CPython Issues
- [New-bugs-announce] [Issue 104668] The `PyOS_*` hooks interact poorly with subinterpreters
CPython Issues
- [New-bugs-announce] [Issue 104671] Add a library module for OS-portable `Console.ReadKey` / `getch()` function with predefined key enums
CPython Issues
- [New-bugs-announce] [Issue 104676] cProfile/profile do not output results if profiling terminates because of SIGTERM
CPython Issues
- [New-bugs-announce] [Issue 104679] Syntax highlighting issue in Turtle docs
CPython Issues
- [New-bugs-announce] [Issue 104683] Modernise code in `Tools/clinic/`
CPython Issues
- [New-bugs-announce] [Issue 104686] PEP 695 changed how class decorators are traced
CPython Issues
- [New-bugs-announce] [Issue 104688] Garbage collector is not respecting port exhaustion in the runtime
CPython Issues
- [New-bugs-announce] [Issue 104689] [ctypes] [feature request] Create a Python string without buffer copies given a bytes pointer, size, kind
CPython Issues
- [New-bugs-announce] [Issue 104690] Threads started in exit handler are still running after their thread states being destroyed
CPython Issues
- [New-bugs-announce] [Issue 104692] Race condition during installation in parallel builds
CPython Issues
- [New-bugs-announce] [Issue 104698] test_mmap are leaked
CPython Issues
- [New-bugs-announce] [Issue 104702] test_pickle are leaked on Windows
CPython Issues
- [New-bugs-announce] [Issue 104711] Python 3.11.3 http.server CGI source code disclosure and directory listing
CPython Issues
- [New-bugs-announce] [Issue 104712] Python 3.11.3 http.server NTFS Alternate Data Stream Information Disclosure
CPython Issues
- [New-bugs-announce] [Issue 104715] group pattern grammar is subset of sequence_pattern in the docs
CPython Issues
- [New-bugs-announce] [Issue 104717] Duplicated lookup on unicodekeys_lookup_unicode
CPython Issues
- [New-bugs-announce] [Issue 104719] IDLE is unable to open any `.py` files
CPython Issues
- [New-bugs-announce] [Issue 104734] copy.copy() is not Shallow copy
CPython Issues
- [New-bugs-announce] [Issue 104735] PPC64LE RHEL8 3.x buildbot is timing out on test_gdb
CPython Issues
- [New-bugs-announce] [Issue 104736] PPC64LE Fedora Stable Clang 3.x fails test_gdb
CPython Issues
- [New-bugs-announce] [Issue 104740] Improve collections.Counter inheritance by abstracting new Counters creation
CPython Issues
- [New-bugs-announce] [Issue 104741] tokenize.generate_tokens no longer reports lineno for indentation errors
CPython Issues
- [New-bugs-announce] [Issue 104745] AttributeError from stopping stopped patch which was started more than once
CPython Issues
- [New-bugs-announce] [Issue 104747] <broadcast> and null string fail in getaddrinfo()
CPython Issues
- [New-bugs-announce] [Issue 104748] Global state affected by inspecting frames and causing weakrefs to fail
CPython Issues
- [New-bugs-announce] [Issue 104749] Add a check on the arument type for random.normalvariate()?
CPython Issues
- [New-bugs-announce] [Issue 104764] test_enum tests fail because of the version bump to 3.13.0a0
CPython Issues
- [New-bugs-announce] [Issue 104770] Let generator.close() return StopIteration.value
CPython Issues
- [New-bugs-announce] [Issue 104772] Set the tp_getattro field to PyObject_GenericGetAttr in the few built-in types that do not already do it
CPython Issues
- [New-bugs-announce] [Issue 104773] PEP 594: Remove stdlib modules scheduled for deletion in Python 3.13
CPython Issues
- [New-bugs-announce] [Issue 104780] Remove the 2to3 program and the lib2to3 module
CPython Issues
- [New-bugs-announce] [Issue 104783] Remove locale.getdefaultlocale() and locale.resetlocale()
CPython Issues
- [New-bugs-announce] [Issue 104786] Remove kwargs-based TypedDict creation
CPython Issues
- [New-bugs-announce] [Issue 104787] Optimize and reduce memory usage for `asyncio.Task` and others
CPython Issues
- [New-bugs-announce] [Issue 104790] [BUG] heapq.merge seems not correct
CPython Issues
- [New-bugs-announce] [Issue 104791] LeakSanitizer at build time using --with-address-sanitizer on Ubuntu 22.04 #AddressSanitizer #ASAN
CPython Issues
- [New-bugs-announce] [Issue 104792] TimedRotatingFileHandler not working in the desired way.
CPython Issues
- [New-bugs-announce] [Issue 104797] Cannot use multiple inheritance with `collections.abc.Buffer` and `typing.Protocol`
CPython Issues
- [New-bugs-announce] [Issue 104799] PEP-695: Potentially breaking changes made to `__match_args__` attributes of AST nodes
CPython Issues
- [New-bugs-announce] [Issue 104801] TypeError when unparsing ast
CPython Issues
- [New-bugs-announce] [Issue 104802] `generate_tokens` tokenizes `$` differently with Python 3.12 than earlier
CPython Issues
- [New-bugs-announce] [Issue 104803] Allow detecting Dev Drive on Windows
CPython Issues
- [New-bugs-announce] [Issue 104804] Remove deprecated webbrowser.MacOSX class
CPython Issues
- [New-bugs-announce] [Issue 104806] pathlib is_dir gives wrong result for mounted USB flash drive
CPython Issues
- [New-bugs-announce] [Issue 104812] Subinterpreter Pending Calls Never Run
CPython Issues
- [New-bugs-announce] [Issue 104818] Require Sphinx 6.2 to build Python 3.13 documentation
CPython Issues
- [New-bugs-announce] [Issue 104820] Strange import errors with Python 3.12 on Windows
CPython Issues
- [New-bugs-announce] [Issue 104825] Token lines in the tokenize module always end in new line
CPython Issues
- [New-bugs-announce] [Issue 104830] psycopg2 2.9.6 not working with Python 3.12.0b1
CPython Issues
- [New-bugs-announce] [Issue 104832] Library issue, in pip list its there but still module found
CPython Issues
- [New-bugs-announce] [Issue 104835] Removed unittest's deprecated getTestCaseNames, makeSuite, findTestCases
CPython Issues
- [New-bugs-announce] [Issue 104837] CI blocked: threading causing random tests to alter the execution environment and fail
CPython Issues
- [New-bugs-announce] [Issue 104839] test_venv spams our AddressSanitizer CI with 5mb of test logs
CPython Issues
- [New-bugs-announce] [Issue 104849] Inconsistent f-string length while adding separator with underscore
CPython Issues
- [New-bugs-announce] [Issue 104855] Tkinter tests broken on Tk 8.7 due to TIP 577
CPython Issues
- [New-bugs-announce] [Issue 104856] Tkinter spinbox test failures on Tk 8.7
CPython Issues
- [New-bugs-announce] [Issue 104858] When setuptools is installed with old pyc, test_gdb_fails
CPython Issues
- [New-bugs-announce] [Issue 104859] so i tried to make a discord bot but it always says<class 'discord.utils._MissingSentinel'> for field name is not allowed: use default_factory
CPython Issues
- [New-bugs-announce] [Issue 104860] parse different results with argparse between python3.6.9 and python3.8.10
CPython Issues
- [New-bugs-announce] [Issue 104866] inspect.getsourcelines() is buggy on 3.12
CPython Issues
- [New-bugs-announce] [Issue 104869] Improved documentation of PEP 585 classes and their type params
CPython Issues
- [New-bugs-announce] [Issue 104873] Make `__protocol_attrs__` documented and public
CPython Issues
- [New-bugs-announce] [Issue 104874] Document `NewType.__supertype__`
CPython Issues
- [New-bugs-announce] [Issue 104876] Remove deprecated turtle.RawTurtle.settiltangle method
CPython Issues
- [New-bugs-announce] [Issue 104879] TypeAliasType.__module__ can segfault
CPython Issues
- [New-bugs-announce] [Issue 104882] socket.getblocking() documentation lists opposite equivalence
CPython Issues
- [New-bugs-announce] [Issue 104886] Remove deprecated configparser.LegacyInterpolation class
CPython Issues
- [New-bugs-announce] [Issue 104898] os.PathLike is missing __slots__
CPython Issues
- [New-bugs-announce] [Issue 104903] Add GitHub workflow to run autoreconf and regen configure on demand
CPython Issues
- [New-bugs-announce] [Issue 104909] Split opcodes into micro-ops
CPython Issues
- [New-bugs-announce] [Issue 104914] Bytes conversion in the basic type can swallow binary bytes.
CPython Issues
- [New-bugs-announce] [Issue 104921] pathlib: Where does "self._flavour" comes from? (3.11 to 3.12 migration)
CPython Issues
- [New-bugs-announce] [Issue 104922] Make PY_SSIZE_T_CLEAN not mandatolly again
CPython Issues
- [New-bugs-announce] [Issue 104924] "sendIng a read()able" as error message in /Lib/http/client.py
CPython Issues
- [New-bugs-announce] [Issue 104935] Runtime-checkable protocols are broken on py312 (the sequel)
CPython Issues
- [New-bugs-announce] [Issue 104936] Remove deprecated keyword argument syntax for typing.TypedDict
CPython Issues
- [New-bugs-announce] [Issue 104943] Remove mentions of old Python versions in `typing.NamedTuple` docstring
CPython Issues
- [New-bugs-announce] [Issue 104947] pathlib.PureWindowsPath comparison results vary between Windows and Posix
CPython Issues
- [New-bugs-announce] [Issue 104954] json.loads mem doen not release
CPython Issues
- [New-bugs-announce] [Issue 104955] Signature for `__release_buffer__` is incorrect
CPython Issues
- [New-bugs-announce] [Issue 104964] Cannot call a function via C API a second time in a coroutine
CPython Issues
- [New-bugs-announce] [Issue 104966] Issue Multiprocessing while trainning agent with PPO
CPython Issues
- [New-bugs-announce] [Issue 104972] The lines in tokens from `tokenize.generate_tokens` incorrectly indicate multiple lines.
CPython Issues
- [New-bugs-announce] [Issue 104976] Consider emitting buffered DEDENT tokens on the last line
CPython Issues
- [New-bugs-announce] [Issue 104977] Unexpected behaviour when sorting with zipped 2-dimensional arrays and two of values are identical
CPython Issues
- [New-bugs-announce] [Issue 104983] buildbots fail because of test_peg_generator
CPython Issues
- [New-bugs-announce] [Issue 104984] starargs and kwargs are removed from ClassDef and Call ast nodes
CPython Issues
- [New-bugs-announce] [Issue 104992] Remove deprecated unittest.TestProgram.usageExit
CPython Issues
- [New-bugs-announce] [Issue 104996] Optimize joining of pathlib.PurePath() arguments.
CPython Issues
- [New-bugs-announce] [Issue 105001] Unexpected: `shutil.copyfile` tapping into previously opened file pointer
CPython Issues
- [New-bugs-announce] [Issue 105002] pathlib.PurePath.relative_to(walk_up=True) mishandles '..' components
CPython Issues
- [New-bugs-announce] [Issue 105003] stack trampoline changes the max recursion depth
CPython Issues
- [New-bugs-announce] [Issue 105013] Possible regression in Python3.12 tokenizer
CPython Issues
- [New-bugs-announce] [Issue 105015] pytz.timezone('Asia/Shanghai') has a bug!
CPython Issues
- [New-bugs-announce] [Issue 105016] Add URL class to urllib
CPython Issues
- [New-bugs-announce] [Issue 105017] Tokenizer produces different output on Windows for ends of files
CPython Issues
- [New-bugs-announce] [Issue 105018] documentation of `tp_dealloc` default is unclear
CPython Issues
- [New-bugs-announce] [Issue 105019] multiplication error
CPython Issues
- [New-bugs-announce] [Issue 105020] `tp_bases` of `object` is `NULL`: undocumented or unintentional behavior change in 3.12?
CPython Issues
- [New-bugs-announce] [Issue 105025] PathDistribution normalized name ignores name components after first "-"
CPython Issues
- [New-bugs-announce] [Issue 105027] edge case when parsing complex numbers
CPython Issues
- [New-bugs-announce] [Issue 105031] `datetime` documentation regarding ISO8601 reduced precision and extend representation
CPython Issues
- [New-bugs-announce] [Issue 105033] child process cannot put to multiprocessing.Queue on venv
CPython Issues
- [New-bugs-announce] [Issue 105034] `n_popped`, `n_pushed` is the wrong abstraction for stack effect
CPython Issues
- [New-bugs-announce] [Issue 105035] 3.12.0b1 includes backwards incompatible change to operation of `super()`
CPython Issues
- [New-bugs-announce] [Issue 105037] Issue: Bug report
CPython Issues
- [New-bugs-announce] [Issue 105038] __init_subclass__ not handled correctly for classes with unusual mros
CPython Issues
- [New-bugs-announce] [Issue 105042] SyntaxError: unmatched ')' with whitespace in lambda?
CPython Issues
- [New-bugs-announce] [Issue 105052] Documentation of `timeit.Timer.timeit` should mention that the return value depends on the timer
CPython Issues
- [New-bugs-announce] [Issue 105059] object.h includes C++ incompatible code
CPython Issues
- [New-bugs-announce] [Issue 105063] test_peg_generator fails on Windows
CPython Issues
- [New-bugs-announce] [Issue 105068] python-zark
CPython Issues
- [New-bugs-announce] [Issue 105069] Consider not consuming all the buffer in one go in the tokenizer module
CPython Issues
- [New-bugs-announce] [Issue 105071] Add PyUnstable_Exc_PrepReraiseStar
CPython Issues
- [New-bugs-announce] [Issue 105074] Difference in __total__ TypedDict using NotRequired
CPython Issues
- [New-bugs-announce] [Issue 105076] About the location of "sudo find / -iname 'Python.h' "
CPython Issues
- [New-bugs-announce] [Issue 105077] `test_tkinter` fails on refleak run due to `support` confusion
CPython Issues
- [New-bugs-announce] [Issue 105080] The help function shows incorrect signature for subclass
CPython Issues
- [New-bugs-announce] [Issue 105084] RFE: Allow using setuptools and wheel wheels from a custom driectory for tests
CPython Issues
- [New-bugs-announce] [Issue 105087] Ref leaks in `test_peg_generator`
CPython Issues
- [New-bugs-announce] [Issue 105089] test_create_directory_with_write in test_zipfile fails in AIX
CPython Issues
- [New-bugs-announce] [Issue 105090] minimum_version mismatch
CPython Issues
- [New-bugs-announce] [Issue 105091] stable_abi.py --all fails on Windows
CPython Issues
- [New-bugs-announce] [Issue 105096] wave: Deprecate getmark(), setmark() and getmarkers() methods
CPython Issues
- [New-bugs-announce] [Issue 105102] TypeError when using ctypes.BigEndianUnion nested in ctypes.BigEndianStructure on a little endian system (or vice versa)
CPython Issues
- [New-bugs-announce] [Issue 105107] C API: Remove deprecate PyEval_CallObject() function
CPython Issues
- [New-bugs-announce] [Issue 105111] Remove deprecated Py_TRASHCAN_SAFE_BEGIN/ Py_TRASHCAN_SAFE_END
CPython Issues
- [New-bugs-announce] [Issue 105113] Improve performance of `pathlib.PurePath.match()`
CPython Issues
- [New-bugs-announce] [Issue 105116] `csv.QUOTE_MINIMAL` does not quote lines with escaped quote character.
CPython Issues
- [New-bugs-announce] [Issue 105121] `re.compile` is compiling a invalid regex
CPython Issues
- [New-bugs-announce] [Issue 105134] runtime checkable protocols potential raising error with custom getattribute
CPython Issues
- [New-bugs-announce] [Issue 105140] remove unused argument of _PyErr_ChainStackItem
CPython Issues
- [New-bugs-announce] [Issue 105144] Strange interaction between `typing._BaseGenericAlias` and `typing.Protocol`
CPython Issues
- [New-bugs-announce] [Issue 105145] C API: Remove legacy API functions to configure Python initialization
CPython Issues
- [New-bugs-announce] [Issue 105146] Update links at end of Windows installer
CPython Issues
- [New-bugs-announce] [Issue 105148] Make _PyASTOptimizeState internal to ast_opt.c
CPython Issues
- [New-bugs-announce] [Issue 105156] C API: Deprecate Py_UNICODE type
CPython Issues
- [New-bugs-announce] [Issue 105162] generator throw delivered to incorrect generator under trace
CPython Issues
- [New-bugs-announce] [Issue 105163] Trace reports wrong executed line inside case block
CPython Issues
- [New-bugs-announce] [Issue 105164] annotated assignment in a match block does not generate SETUP_ANNOTATIONS
CPython Issues
- [New-bugs-announce] [Issue 105165] Python dictionary[key].append() appends passed value to all keys in the dictionary
CPython Issues
- [New-bugs-announce] [Issue 105172] Minor functools.lru_cache in-code documentation issue
CPython Issues
- [New-bugs-announce] [Issue 105175] Symbol rewriting in for-loop and lambdas
CPython Issues
- [New-bugs-announce] [Issue 105176] URLLIB3 Issue
CPython Issues
Last message date:
Wed May 31 20:37:49 EDT 2023
Archived on: Wed May 31 20:37:52 EDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).