January 2023 Archives by author
Starting: Sun Jan 1 07:15:22 EST 2023
Ending: Tue Jan 31 23:08:13 EST 2023
Messages: 309
- [New-bugs-announce] [Issue 100658] syntax error (probably)
CPython Issues
- [New-bugs-announce] [Issue 100659] Object allocation overallocates by 8 bytes for instances of tuple subclasses
CPython Issues
- [New-bugs-announce] [Issue 100666] Invalid metadata directory leads to errors
CPython Issues
- [New-bugs-announce] [Issue 100668] Clarify how sqlite3 maps parameters onto placeholders
CPython Issues
- [New-bugs-announce] [Issue 100672] comparingclass `__main__.Class is Class` is False
CPython Issues
- [New-bugs-announce] [Issue 100673] typing.get_type_hints documentation claims it no longer includes base class type hints.
CPython Issues
- [New-bugs-announce] [Issue 100676] Improve description for `venv --upgrade-deps`
CPython Issues
- [New-bugs-announce] [Issue 100679] Division of 8.32 by 10 yields incorrect value "0.8320000000000001"
CPython Issues
- [New-bugs-announce] [Issue 100680] AttributeError: module 'inspect' has no attribute 'getargspec'
CPython Issues
- [New-bugs-announce] [Issue 100681] basicConfig: 'stream' and 'filename' should not be specified together
CPython Issues
- [New-bugs-announce] [Issue 100687] Reduce frequency of memory overallocation in some int additions and subtractions
CPython Issues
- [New-bugs-announce] [Issue 100690] Prevent prefix "called_" for methods on mock objects in safe mode
CPython Issues
- [New-bugs-announce] [Issue 100692] Mention `quit` behavior on Windows when printed
CPython Issues
- [New-bugs-announce] [Issue 100694] update_wrapper do not preserve original method signature
CPython Issues
- [New-bugs-announce] [Issue 100696] Docs: `IOError` not documented as a subclass of `OSError`
CPython Issues
- [New-bugs-announce] [Issue 100700] "What's New In Python X.YZ" Pages Show Incorrect Release Information
CPython Issues
- [New-bugs-announce] [Issue 100706] ImportError: cannot import name '_header_value_parser' from 'email'
CPython Issues
- [New-bugs-announce] [Issue 100707] Compiling static library with `-fPIC` throws error
CPython Issues
- [New-bugs-announce] [Issue 100708] Generic function decorated with functools.cache returns the wrong type
CPython Issues
- [New-bugs-announce] [Issue 100710] [xml.dom.minidom] nodeValue attr is not defined on Node class but directly on all derived classes
CPython Issues
- [New-bugs-announce] [Issue 100711] Race condition in subinterpreters during subinterpreter creation on Windows
CPython Issues
- [New-bugs-announce] [Issue 100712] Make it possible to disable specialization (for debugging).
CPython Issues
- [New-bugs-announce] [Issue 100714] Abstract class validation exception contains misleading text
CPython Issues
- [New-bugs-announce] [Issue 100716] Python 3.10.9 installer on Windows not adding PATH variable
CPython Issues
- [New-bugs-announce] [Issue 100719] Code objects, function objects and generator object contain quite a lot of redundant information
CPython Issues
- [New-bugs-announce] [Issue 100720] Add _PyCode_GetNumFrameSlots()
CPython Issues
- [New-bugs-announce] [Issue 100723] generic math.root() function in python stdlib ?
CPython Issues
- [New-bugs-announce] [Issue 100724] Can someone please explain why this list of schemes changes url construction behavior
CPython Issues
- [New-bugs-announce] [Issue 100725] No module named wx, installation failed
CPython Issues
- [New-bugs-announce] [Issue 100726] Optimize Python range object for small integers
CPython Issues
- [New-bugs-announce] [Issue 100734] `Doc/whatsnew/3.{9, 10, 11}.rst` are out of sync on various branches
CPython Issues
- [New-bugs-announce] [Issue 100739] Mock spec not respected for attributes prefixed with assert
CPython Issues
- [New-bugs-announce] [Issue 100746] Dict comprehensions are not tested at all in `test_named_expressions.py`
CPython Issues
- [New-bugs-announce] [Issue 100747] Some compiler macros use c instead of C to access the compiler
CPython Issues
- [New-bugs-announce] [Issue 100750] PEP 597: platform from_subprocess missing encoding kwarg
CPython Issues
- [New-bugs-announce] [Issue 100752] Shell restart due to moderately-sized matrices in GPU programming
CPython Issues
- [New-bugs-announce] [Issue 100755] Insecure MD5 usage in Multiprocessing.connection
CPython Issues
- [New-bugs-announce] [Issue 100758] Refactor initialisation of frame headers into a single function
CPython Issues
- [New-bugs-announce] [Issue 100762] Performance of all() is 30% slower on Python 3.11.1 compared to Python 3.10.9, (and to a lesser extent, any())
CPython Issues
- [New-bugs-announce] [Issue 100764] Include/internal/pycore_frame.h is missing from PYTHON_HEADERS in makefile
CPython Issues
- [New-bugs-announce] [Issue 100766] Documentation should mention that `locale.LC_MESSAGES` is not universal
CPython Issues
- [New-bugs-announce] [Issue 100770] Replace many non-performance-critical instructions by a few "call intrinsic" instructions
CPython Issues
- [New-bugs-announce] [Issue 100773] `Py_Initialize()` still leaks in libpython3.11
CPython Issues
- [New-bugs-announce] [Issue 100776] Incorrect documentation for `input` parameter
CPython Issues
- [New-bugs-announce] [Issue 100783] Clarify os.path.join documentation
CPython Issues
- [New-bugs-announce] [Issue 100789] mailbox.Message fails to initialize from email.message.Message created from a file
CPython Issues
- [New-bugs-announce] [Issue 100790] logging. In class TimedRotatingFileHandler do not work backup rotation
CPython Issues
- [New-bugs-announce] [Issue 100792] Make `email.message.Message.__contains__` faster
CPython Issues
- [New-bugs-announce] [Issue 100795] segfault in a docker container on host with ipv6 disabled when using getaddrinfo from socket.py
CPython Issues
- [New-bugs-announce] [Issue 100804] `argparse` replaces `"--"` with `[]` in the argument of an append action
CPython Issues
- [New-bugs-announce] [Issue 100805] random.choice fails on numpy arrays
CPython Issues
- [New-bugs-announce] [Issue 100809] pathlib.Path.absolute() mishandles drive-relative Windows paths
CPython Issues
- [New-bugs-announce] [Issue 100813] Add IPv4 socket option constant IP_PKTINFO as socket module attribute.
CPython Issues
- [New-bugs-announce] [Issue 100814] Missing method tkinter.Image._register
CPython Issues
- [New-bugs-announce] [Issue 100815] Normalize `types` module usage in `copy` module
CPython Issues
- [New-bugs-announce] [Issue 100817] Make `copy.deepcopy` faster for `slice` objects
CPython Issues
- [New-bugs-announce] [Issue 100820] Discrepancy in the output of `typing.get_args` for empty tuple type annotation (`typing.Tuple[()]`/`tuple[()]`) between Python3.10 & Python3.11
CPython Issues
- [New-bugs-announce] [Issue 100821] Doesn't append a new row with writerow()
CPython Issues
- [New-bugs-announce] [Issue 100822] possible memmory access corruption
CPython Issues
- [New-bugs-announce] [Issue 100824] Possible type in the documentation of unittest.TestLoader.testNamePatterns
CPython Issues
- [New-bugs-announce] [Issue 100827] Add ability to filter out results of `shutil.which` by `os.stat_result.st_flags`
CPython Issues
- [New-bugs-announce] [Issue 100829] Show the version of Python Launcher for Windows
CPython Issues
- [New-bugs-announce] [Issue 100833] Has the volatile declaration in fsum() outlived its usefulness?
CPython Issues
- [New-bugs-announce] [Issue 100861] ctypes `PYFUNCTYPE` assignment on a `Structure` mutates saved references outside
CPython Issues
- [New-bugs-announce] [Issue 100862] Bizarre behavior adding floats
CPython Issues
- [New-bugs-announce] [Issue 100870] Per-class type cache
CPython Issues
- [New-bugs-announce] [Issue 100871] Improve tests of `copy` module
CPython Issues
- [New-bugs-announce] [Issue 100873] Warning: "‘lo’ may be used uninitialized in this function" in `math_fsum` in `mathmodule.c`
CPython Issues
- [New-bugs-announce] [Issue 100875] Add new API in inspect module
CPython Issues
- [New-bugs-announce] [Issue 100879] Fix typos in Doc folder
CPython Issues
- [New-bugs-announce] [Issue 100882] Improve `test_pickling` in `test_ast`
CPython Issues
- [New-bugs-announce] [Issue 100884] email: address list folding encodes list-separator comma
CPython Issues
- [New-bugs-announce] [Issue 100886] sorry
CPython Issues
- [New-bugs-announce] [Issue 100887] 1
CPython Issues
- [New-bugs-announce] [Issue 100888] https://github.com/python/cpython/labels/docs
CPython Issues
- [New-bugs-announce] [Issue 100889] Add a new node named Hashable in ast and adding a new type Hashable in types module
CPython Issues
- [New-bugs-announce] [Issue 100890] Programming Project
CPython Issues
- [New-bugs-announce] [Issue 100891] Proposed Improvement to tkinter geometry manager method return values
CPython Issues
- [New-bugs-announce] [Issue 100892] Possible race condition between `threading.local()` and GIL acquisition on Linux
CPython Issues
- [New-bugs-announce] [Issue 100893] Mac Readme doc mentions bpo
CPython Issues
- [New-bugs-announce] [Issue 100894] Update documentation for `sys.winver` to not say it's "normally the first three characters of version"
CPython Issues
- [New-bugs-announce] [Issue 100898] socket documentation should mention AF_UNSPEC in the section on constants and getaddrinfo() docs
CPython Issues
- [New-bugs-announce] [Issue 100899] Cannot import logging module
CPython Issues
- [New-bugs-announce] [Issue 100900] email.utils.formataddr incorrect handling of unicode names with comma
CPython Issues
- [New-bugs-announce] [Issue 100911] Leaks on Python's standard library at runtime shutdown
CPython Issues
- [New-bugs-announce] [Issue 100916] Convert argument to appropriate type
CPython Issues
- [New-bugs-announce] [Issue 100920] ayncsio Streams wait_closed
CPython Issues
- [New-bugs-announce] [Issue 100921] Generate separate pages for every individual free function and class
CPython Issues
- [New-bugs-announce] [Issue 100923] The "mask" stored in the cache of `COMPARE_OP` could be stored in the oparg.
CPython Issues
- [New-bugs-announce] [Issue 100925] Improve layout of the documentation for array
CPython Issues
- [New-bugs-announce] [Issue 100926] ctypes infinite pointer cache
CPython Issues
- [New-bugs-announce] [Issue 100928] Document that asyncio.wait() cancels remaining Tasks for you
CPython Issues
- [New-bugs-announce] [Issue 100929] Add new format code to strptime for when microsecond is optional
CPython Issues
- [New-bugs-announce] [Issue 100930] Reuse code objects for similar `dataclass` definitions
CPython Issues
- [New-bugs-announce] [Issue 100931] Improve `pickle` protocols coverage in `test_slice`
CPython Issues
- [New-bugs-announce] [Issue 100933] Remove `check_string` and `chec_mapping` from `test_xml_etree`
CPython Issues
- [New-bugs-announce] [Issue 100940] Change "char *str" to "const char *str" in KeywordToken because it is an immutable string.
CPython Issues
- [New-bugs-announce] [Issue 100941] IndexError does not trigger on logical evaluation
CPython Issues
- [New-bugs-announce] [Issue 100942] segfault in property.getter/setter/deleter if property subclass has weird __new__
CPython Issues
- [New-bugs-announce] [Issue 100943] There is no the cotangent function in the math library
CPython Issues
- [New-bugs-announce] [Issue 100945] "Sudden" test regressions: "OSError not raised by Listener" in test_asyncio test_multiprocessing_*
CPython Issues
- [New-bugs-announce] [Issue 100949] Inconsistent validation of defaults in `argparse`
CPython Issues
- [New-bugs-announce] [Issue 100950] importlib.import_module and pkgutil.resolve_name inconsistency when module has a dash in its filename
CPython Issues
- [New-bugs-announce] [Issue 100956] Document how to run code under WASI
CPython Issues
- [New-bugs-announce] [Issue 100961] `profile` and `cProfile` cannot profile a directory or PEP-441 zip file
CPython Issues
- [New-bugs-announce] [Issue 100964] Strange reference cycle introduced with shim frames
CPython Issues
- [New-bugs-announce] [Issue 100966] lambda function not works in else branch of expression.
CPython Issues
- [New-bugs-announce] [Issue 100968] Potential bug in heapq.heappush?
CPython Issues
- [New-bugs-announce] [Issue 100971] Arbitrary code execution (python 3.8.10)
CPython Issues
- [New-bugs-announce] [Issue 100972] For command line examples in the documentation, use "python" rather than "python3"
CPython Issues
- [New-bugs-announce] [Issue 100977] Skip `throw()` when finalizing generators, if they do not include a `try` statement.
CPython Issues
- [New-bugs-announce] [Issue 100980] ctypes._fields_ cannot be set when Structure has been subclassed
CPython Issues
- [New-bugs-announce] [Issue 100981] Segmentation fault during the test__xxsubinterpreters test
CPython Issues
- [New-bugs-announce] [Issue 100982] Specialization of `COMPARE_OP` does not conform to PEP 659, and prevents PEP 669
CPython Issues
- [New-bugs-announce] [Issue 100985] HTTPSConnection double wrapping IPv6 address during CONNECT
CPython Issues
- [New-bugs-announce] [Issue 100987] Make it easier to traverse the frame stack for third party tools.
CPython Issues
- [New-bugs-announce] [Issue 100989] Docstrings of `collections.deque` not compliant to PEP-7
CPython Issues
- [New-bugs-announce] [Issue 100991] email module incorrectly qp-encodes References and In-Reply-To headers
CPython Issues
- [New-bugs-announce] [Issue 100994] Do not encourage 'if elem' comparisons where elem could be None
CPython Issues
- [New-bugs-announce] [Issue 100995] ipaddress module incorrectly identifies ipv6 link-local
CPython Issues
- [New-bugs-announce] [Issue 100996] bpo-43785 removed the lock from BZ2File, but on PyPy writing from multiple threads now deadlocks
CPython Issues
- [New-bugs-announce] [Issue 100997] Implement Multi-Phase Init for the _testinternalcapi Module
CPython Issues
- [New-bugs-announce] [Issue 101000] Add os.path.splitroot() function
CPython Issues
- [New-bugs-announce] [Issue 101004] Detecting unused unittest.mock.patch
CPython Issues
- [New-bugs-announce] [Issue 101005] Tkinter ::: Radiobutton class is not working properly based on type of value supplied to it
CPython Issues
- [New-bugs-announce] [Issue 101006] Improve error handling when read a marshal data
CPython Issues
- [New-bugs-announce] [Issue 101014] multiprocessing.managers. SharedMemoryManager should let you name the created object
CPython Issues
- [New-bugs-announce] [Issue 101015] `typing._eval_type` removes unpack information of `types.GenericAlias`
CPython Issues
- [New-bugs-announce] [Issue 101016] functools.cache should support non-hashable function arguments via a key arg.
CPython Issues
- [New-bugs-announce] [Issue 101018] `self.doCleanups()` cannot be called from a synchronous test method of a `unittest.IsolatedAsyncioTestCase` subclass
CPython Issues
- [New-bugs-announce] [Issue 101021] The docs for email.mime types incorrectly identify bytes as strings
CPython Issues
- [New-bugs-announce] [Issue 101022] .sort(keepN=5)
CPython Issues
- [New-bugs-announce] [Issue 101026] datetime.strptime becomes None after first run in WASM environment
CPython Issues
- [New-bugs-announce] [Issue 101027] `enumerate` and `filter` documentation should explicitly mention that they accept any iterable
CPython Issues
- [New-bugs-announce] [Issue 101032] Tkinter show different symbol for the same unicode character depending on which character is used first
CPython Issues
- [New-bugs-announce] [Issue 101033] Failed to build mmap module
CPython Issues
- [New-bugs-announce] [Issue 101034] HeaderParseError on email address ending with '.'
CPython Issues
- [New-bugs-announce] [Issue 101035] OSError: [Errno 22] Invalid argument when serving files with last modified time before 1969-12-31 12:00 UTC on windows
CPython Issues
- [New-bugs-announce] [Issue 101037] long_subtype_new underallocates for zero
CPython Issues
- [New-bugs-announce] [Issue 101041] `utcfromtimetuple` is mentioned in documentation, wich isn't a thing. The 'from' part is erroneous
CPython Issues
- [New-bugs-announce] [Issue 101046] Potential memory leak in Parser/parser.c
CPython Issues
- [New-bugs-announce] [Issue 101047] Remove LIBTOOL_CRUFT from configure
CPython Issues
- [New-bugs-announce] [Issue 101050] ast.Module is not documented
CPython Issues
- [New-bugs-announce] [Issue 101053] Confusing behavior of selectors with buffered file objects
CPython Issues
- [New-bugs-announce] [Issue 101056] Potential memory leak in Objects/bytesobject.c
CPython Issues
- [New-bugs-announce] [Issue 101059] Python have issues when the user account have accents
CPython Issues
- [New-bugs-announce] [Issue 101060] Configure should conditionally add `-fno-reorder-blocks-and-partition`
CPython Issues
- [New-bugs-announce] [Issue 101063] The attribute of an unpickled proxied object is not preserving
CPython Issues
- [New-bugs-announce] [Issue 101064] Improve secrets with attribute randrange(n, m)
CPython Issues
- [New-bugs-announce] [Issue 101067] Tkinter causing unwanted output in most recent macOS
CPython Issues
- [New-bugs-announce] [Issue 101069] datetime does not support timestamps after 2038
CPython Issues
- [New-bugs-announce] [Issue 101071] array.array initializer does not properly handle memoryviews (and other buffer-protocol objects)
CPython Issues
- [New-bugs-announce] [Issue 101072] 3.11 regression: default arguments in PyEval_EvalCodeEx
CPython Issues
- [New-bugs-announce] [Issue 101074] DWV Stockford Contaminate Pipeline Shell Projects
CPython Issues
- [New-bugs-announce] [Issue 101075] Why string_at function in python3 gives different result for ubuntu linux, MacOs, Amazon Linux?
CPython Issues
- [New-bugs-announce] [Issue 101087] Not great text flow
CPython Issues
- [New-bugs-announce] [Issue 101090] Header access methods in EmailMessage return strings, not header objects
CPython Issues
- [New-bugs-announce] [Issue 101094] in Queue class
CPython Issues
- [New-bugs-announce] [Issue 101095] A way to generate iterator values without extra overhead if I don't care about the iterator's values.
CPython Issues
- [New-bugs-announce] [Issue 101097] Typo in python random.random documentation
CPython Issues
- [New-bugs-announce] [Issue 101099] Inconsistency in TypeError messages
CPython Issues
- [New-bugs-announce] [Issue 101100] Sphinx's nit-picky mode, should we use it?
CPython Issues
- [New-bugs-announce] [Issue 101101] Unstable C API tier (PEP 689)
CPython Issues
- [New-bugs-announce] [Issue 101104] The email parser class returns the wrong type for the parsed message
CPython Issues
- [New-bugs-announce] [Issue 101106] `hashlib` add Protocol for hash-objects
CPython Issues
- [New-bugs-announce] [Issue 101109] HTML documentation has accessibility issues for movement-impaired developers
CPython Issues
- [New-bugs-announce] [Issue 101111] `optparse` -> information about `store_const` is a bit vague
CPython Issues
- [New-bugs-announce] [Issue 101112] `Path.rglob` -> documentation does not specify what `pattern` is
CPython Issues
- [New-bugs-announce] [Issue 101113] turtle.setworldscale() and floating point precision
CPython Issues
- [New-bugs-announce] [Issue 101117] SQLite rowcount is corrupted when combining UPDATE RETURNING w/ id IN (?)
CPython Issues
- [New-bugs-announce] [Issue 101118] Missing "/" in function signatures of the rst docs of stdlib (e.g. the math module)
CPython Issues
- [New-bugs-announce] [Issue 101123] invalid signature for math.hypot
CPython Issues
- [New-bugs-announce] [Issue 101128] in description of `random.choices`
CPython Issues
- [New-bugs-announce] [Issue 101130] pathlib.Path.is_relative_to: document behavior when passing multiple paths
CPython Issues
- [New-bugs-announce] [Issue 101131] PEP8 suggestion of module-level dunders could lead to bug
CPython Issues
- [New-bugs-announce] [Issue 101133] Raising Exception objects from assert
CPython Issues
- [New-bugs-announce] [Issue 101134] A small typo in Tutorial documentation
CPython Issues
- [New-bugs-announce] [Issue 101135] Windows py launcher: older 32-bit versions not supported in some cases
CPython Issues
- [New-bugs-announce] [Issue 101136] Subprocess stdin does not allow tempfile.SpooledTemporaryFile
CPython Issues
- [New-bugs-announce] [Issue 101137] Add .rst to mimetypes
CPython Issues
- [New-bugs-announce] [Issue 101139] Crash in repr() in finalizer
CPython Issues
- [New-bugs-announce] [Issue 101140] Add free list optimization for generators/co-routines
CPython Issues
- [New-bugs-announce] [Issue 101141] How to run a command from a different operating system?
CPython Issues
- [New-bugs-announce] [Issue 101144] `zipfile.Path.read_text` with a positional encoding arg causes argument for TextIOWrapper() given by name ('encoding') and position (2)
CPython Issues
- [New-bugs-announce] [Issue 101147] Need a inbuilt datatype for Table
CPython Issues
- [New-bugs-announce] [Issue 101148] openssl unsupported hash type blake2s error after building cpython 3.11.1 with openssl
CPython Issues
- [New-bugs-announce] [Issue 101149] some files in PCbuild have no newline at EOF
CPython Issues
- [New-bugs-announce] [Issue 101151] Missing documentation: The windows embeddable zip build does not contain the ensurepip module.
CPython Issues
- [New-bugs-announce] [Issue 101152] PEP 699: Implementation
CPython Issues
- [New-bugs-announce] [Issue 101153] Better support for Python applications as described in Using Python on Windows, 4.4.1
CPython Issues
- [New-bugs-announce] [Issue 101154] Documentation of idle
CPython Issues
- [New-bugs-announce] [Issue 101159] Can't pickle subclass of OSError
CPython Issues
- [New-bugs-announce] [Issue 101162] issubclass() is inconsistent with generic aliases
CPython Issues
- [New-bugs-announce] [Issue 101165] Multiprocessing 'spawn' method *be* used with frozen executables
CPython Issues
- [New-bugs-announce] [Issue 101166] WindowsSelectorEventLoopPolicy doesn't raise KeyboardInterrupt immediately
CPython Issues
- [New-bugs-announce] [Issue 101167] New deprecation warning in some tests due to a new decorator in test.support
CPython Issues
- [New-bugs-announce] [Issue 101168] tkinter not working properly
CPython Issues
- [New-bugs-announce] [Issue 101169] minor optimization in the implementation of except*
CPython Issues
- [New-bugs-announce] [Issue 101178] base64.b85encode uses significant amount of RAM
CPython Issues
- [New-bugs-announce] [Issue 101180] Modules/cjkcodecs/_codecs_iso2022.c:808 - Read of Bounds
CPython Issues
- [New-bugs-announce] [Issue 101181] New warning on GitHub: "unused variable ‘runtime’ in `pystate.c`"
CPython Issues
- [New-bugs-announce] [Issue 101186] URL Parse Split incorreclty interpret proxy pw, which include '?'
CPython Issues
- [New-bugs-announce] [Issue 101191] os.execvp on windows doesn't wait for the executed program to finish and doesn't report it's exit code
CPython Issues
- [New-bugs-announce] [Issue 101192] Add `alias` as a `field()` parameter for dataclasses
CPython Issues
- [New-bugs-announce] [Issue 101195] collections.abc.MutableSet __iand__ method does not work for some user defined classes inherited from MutableSet
CPython Issues
- [New-bugs-announce] [Issue 101196] Remove obsolete reference to faster `os.path.isdir` on Windows
CPython Issues
- [New-bugs-announce] [Issue 101198] Jackson Style Discriminators Should allow Derived Class Deserialization with Late Binding
CPython Issues
- [New-bugs-announce] [Issue 101210] Stdlib packages import local packages from working dir instead of other stdlib packages
CPython Issues
- [New-bugs-announce] [Issue 101211] Question about abstract grammar of `Dict`
CPython Issues
- [New-bugs-announce] [Issue 101221] Possibly missing options in the documentation of timeit
CPython Issues
- [New-bugs-announce] [Issue 101224] Unknown float word ordering with ./configure
CPython Issues
- [New-bugs-announce] [Issue 101225] Bug in multiprocessing + Pipes on macOS
CPython Issues
- [New-bugs-announce] [Issue 101228] There is a typo in docstring for read method of _io.TextIOWrapper class
CPython Issues
- [New-bugs-announce] [Issue 101229] Aliases for imported names is not tested in `test_ast.py`
CPython Issues
- [New-bugs-announce] [Issue 101232] The try statement grammar does not reflect possibility of catching a tuple of exceptions.
CPython Issues
- [New-bugs-announce] [Issue 101233] `Py_SETREF` and `Py_NewRef` is not explained in extending new types using a C extension
CPython Issues
- [New-bugs-announce] [Issue 101235] Improve the documentation of PEP 495 features without referencing the PEP
CPython Issues
- [New-bugs-announce] [Issue 101241] typed opargs in the compiler
CPython Issues
- [New-bugs-announce] [Issue 101244] Memory leaks when finalizing
CPython Issues
- [New-bugs-announce] [Issue 101245] curses line out of place with unicode str
CPython Issues
- [New-bugs-announce] [Issue 101253] The project is great. Is there a flutter version? Flutter is an open source mobile application software development kit developed by Google for developing applications for Android, iOS, Web, Windows, macOS, Linux Desktop, Google Fuchsia. Flutter is making efforts to games, Metaverse, and web3.  https://github.com/flutter/flutter 项目非常棒 有flutter版本吗?Flutter是一个由谷歌开发的开源移动应用软件开发工具包,用于为Android、iOS、Web、We'bWindows、macOS、Linux Desktop、Google Fuchsia开发应用。 Flutter正在向游戏、元宇宙、web3发力。
CPython Issues
- [New-bugs-announce] [Issue 101255] accept numeric strings in `logging._checkLevel` (and maybe floats)
CPython Issues
- [New-bugs-announce] [Issue 101260] BlocksOutputBuffer causes a performance regression in bz2, lzma and zlib modules
CPython Issues
- [New-bugs-announce] [Issue 101261] Add test for function with > 255 args
CPython Issues
- [New-bugs-announce] [Issue 101263] Inconsistent behavior of `truncate` after calling `unlink` in docker mount
CPython Issues
- [New-bugs-announce] [Issue 101265] Do Not Allow Static Objects to be Deallocated
CPython Issues
- [New-bugs-announce] [Issue 101266] `int` and `set` subclass `__sizeof__` under-reports the instance dictionary pointer
CPython Issues
- [New-bugs-announce] [Issue 101267] ProcessPoolExecutor should not share one BrokenProcessPool exception among all futures
CPython Issues
- [New-bugs-announce] [Issue 101273] Expand on enum limitations
CPython Issues
- [New-bugs-announce] [Issue 101277] Isolate the itertools extension module
CPython Issues
- [New-bugs-announce] [Issue 101278] Drop -gdwarf-4 flag from the BOLT build.
CPython Issues
- [New-bugs-announce] [Issue 101282] Enhance the BOLT build process
CPython Issues
- [New-bugs-announce] [Issue 101283] Undocumented risky behaviour in subprocess module
CPython Issues
- [New-bugs-announce] [Issue 101284] tkinter OptionMeny conform to standard widget options,
CPython Issues
- [New-bugs-announce] [Issue 101289] Faster ASCII and possibly UTF-8 decoding of text files with TextIOWrapper
CPython Issues
- [New-bugs-announce] [Issue 101291] Restore (or beat) Python 2 performance for arithmetic operations on ints that fit into a single word
CPython Issues
- [New-bugs-announce] [Issue 101293] inspect.signature returns incorrect result on a @staticmethod and a @classmethod
CPython Issues
- [New-bugs-announce] [Issue 101294] Windows Launcher docs use incorrect version in examples
CPython Issues
- [New-bugs-announce] [Issue 101295] Compiling Python 3.11.1 with -j flag results in exit code 2, although Python is successfully installed
CPython Issues
- [New-bugs-announce] [Issue 101300] [devguide] Building the documentation confusion leads to error: no theme named 'python-docs-theme' found (missing theme.conf?)
CPython Issues
- [New-bugs-announce] [Issue 101312] Frozen re.compile behaves differently from re imported from PATH, build error when re is included
CPython Issues
- [New-bugs-announce] [Issue 101313] webbrowser CLI has no --help?
CPython Issues
- [New-bugs-announce] [Issue 101314] I don't know what to call this bug, Mathemitical error?
CPython Issues
- [New-bugs-announce] [Issue 101317] Please add the `ssl_shutdown_timeout` parameter for `StreamWriter.start_tls()` in asyncio
CPython Issues
- [New-bugs-announce] [Issue 101320] Sharing instance of proxy object across processes
CPython Issues
- [New-bugs-announce] [Issue 101321] os.makedirs(exist_ok=False) does not raise an error when filesystem quota is reached
CPython Issues
- [New-bugs-announce] [Issue 101322] ZlibDecompressor not tested
CPython Issues
- [New-bugs-announce] [Issue 101326] Regression in Python 3.11 when explicitly passing None to FutureIter.throw
CPython Issues
- [New-bugs-announce] [Issue 101329] decimal.to_eng_string gives wrong engineering notation in some cases
CPython Issues
- [New-bugs-announce] [Issue 101331] installation of 3.10 and 3.11 failed
CPython Issues
- [New-bugs-announce] [Issue 101332] Undocumented interaction between kwargs default= and cls= for json.dump() function
CPython Issues
- [New-bugs-announce] [Issue 101334] tarfile cannot handle high UIDs such as 734_380_696 (or at least the test fails)
CPython Issues
- [New-bugs-announce] [Issue 101336] Add TCP keepalive option for `asyncio.start_server()`
CPython Issues
- [New-bugs-announce] [Issue 101337] argparse: support mutually exclusive groups like ( -a | (-b | -c) )
CPython Issues
- [New-bugs-announce] [Issue 101341] Remove unncessary enum._power_of_two function
CPython Issues
- [New-bugs-announce] [Issue 101344] Add `add_running_callback()` and `remove_running_callback()` methods to `concurrent.futures.Future` and `asyncio.Future`
CPython Issues
- [New-bugs-announce] [Issue 101346] The hash and equals methods of code objects are large, complex and unnecessary.
CPython Issues
- [New-bugs-announce] [Issue 101353] _SSLProtocolTransport is not closing after connection loss
CPython Issues
- [New-bugs-announce] [Issue 101355] Jayblaycode
CPython Issues
- [New-bugs-announce] [Issue 101356] Add fast Windows implementation for os.path.isjunction
CPython Issues
- [New-bugs-announce] [Issue 101357] Improve Windows performance of `pathlib.Path.is_file` and friends
CPython Issues
- [New-bugs-announce] [Issue 101358] Optimize makedirs on Windows
CPython Issues
- [New-bugs-announce] [Issue 101359] Description of asyncio.Event.clear inconsistent with threading.Event.clear
CPython Issues
- [New-bugs-announce] [Issue 101360] pathlib.PureWindowsPath.match() mishandles path anchors
CPython Issues
- [New-bugs-announce] [Issue 101362] Optimize pathlib path construction
CPython Issues
- [New-bugs-announce] [Issue 101365] A little optimization
CPython Issues
- [New-bugs-announce] [Issue 101367] Microoptimzie _PyMemoTable_ResizeTable for finding the smallest valid table size.
CPython Issues
- [New-bugs-announce] [Issue 101369] Bytecode interpreter generator should support composing instructions from parts.
CPython Issues
- [New-bugs-announce] [Issue 101370] IntEnum access is slower in 3.11 vs 3.10
CPython Issues
- [New-bugs-announce] [Issue 101372] is_normalized claims nothing is normalized in any form when using the 3.2.0 database
CPython Issues
- [New-bugs-announce] [Issue 101377] Improve test_locale_calendar_formatweekday of calendar
CPython Issues
- [New-bugs-announce] [Issue 101384] Unit test test.test_socket.ThreadedVSOCKSocketStreamTest.testStream hangs on WSL2 ubuntu
CPython Issues
- [New-bugs-announce] [Issue 101386] typos found by codespell
CPython Issues
- [New-bugs-announce] [Issue 101389] Set function not returning ordered set.
CPython Issues
- [New-bugs-announce] [Issue 101390] Possible small mistake in the documentation of importlib.util.LazyLoader.factory
CPython Issues
- [New-bugs-announce] [Issue 101400] The following code snippet generates a stacktrace exception pointing to a invalid line number (-1):```pythonwith object() as obj: break```Example:```bash$ echo 'with object() as obj:\n\tbreak' > main.py$ python main.py File "/home/kartz/main.py", line -1SyntaxError: 'break' outside loop```This is reproducible with Python 3.10, 3.11 and latest [master](https://github.com/python/cpython/commit/666c0840dcac9941fa41ec619fef8d45cd849a0b). I could not reproduce this on Python versions older than <3.10.
CPython Issues
- [New-bugs-announce] [Issue 101401] Windows 3.11.1 support for OpenSSL 3.0
CPython Issues
- [New-bugs-announce] [Issue 101402] Misleading description for bisect_left function
CPython Issues
- [New-bugs-announce] [Issue 101405] Multiprocessing Client connection, send call is blocking when multiple threads access it.
CPython Issues
- [New-bugs-announce] [Issue 101408] PyObject_GC_Resize doesn't check preheader size
CPython Issues
- [New-bugs-announce] [Issue 101409] Argument clinic: improve generated code for self converter type checks
CPython Issues
- [New-bugs-announce] [Issue 101410] Customize and improve error messages in the math module.
CPython Issues
- [New-bugs-announce] [Issue 101416] Bug on multiprocessing.shared_memory.ShareableList
CPython Issues
- [New-bugs-announce] [Issue 101420] os.walk() silent about non-directory
CPython Issues
- [New-bugs-announce] [Issue 101421] Diacritics are not considered part of words
CPython Issues
- [New-bugs-announce] [Issue 101422] tarfile.errorlevel is 1, not 0
CPython Issues
- [New-bugs-announce] [Issue 101423] Misleading: "The statement import results in bytecode resembling __import__"
CPython Issues
- [New-bugs-announce] [Issue 101430] _tracemalloc__get_object_traceback doesn't handle objects with pre-headers correctly
CPython Issues
- [New-bugs-announce] [Issue 101432] Docs out of date for getcoroutinestate?
CPython Issues
- [New-bugs-announce] [Issue 101436] Requiring A Current Thread State for PyThreadState_Clear(), etc. is Problematic
CPython Issues
- [New-bugs-announce] [Issue 101437] _PyInterpreterState_DeleteExceptMain() May Cause Problems During Fork
CPython Issues
- [New-bugs-announce] [Issue 101438] ElementTree.iterparse "leaks" file descriptor when not exhausted
CPython Issues
- [New-bugs-announce] [Issue 101440] extra comma (, ) in the json snippet in Doc/howto/logging-cookbook.rst
CPython Issues
- [New-bugs-announce] [Issue 101444] bytearray slice assignment for bytes is much slower than that for bytearray
CPython Issues
- [New-bugs-announce] [Issue 101446] OrderedDict dict/list representation
CPython Issues
- [New-bugs-announce] [Issue 101454] Documentation of END_ASYNC_FOR is out of date and incorrect
CPython Issues
- [New-bugs-announce] [Issue 101456] `floor()` function definition error (only in spanish)
CPython Issues
- [New-bugs-announce] [Issue 101457] Wrong Spanish translation for math.floor
CPython Issues
- [New-bugs-announce] [Issue 101465] From doesn't work
CPython Issues
- [New-bugs-announce] [Issue 101467] Python launcher does not filter when only one runtime is installed
CPython Issues
- [New-bugs-announce] [Issue 101469] Optimise `get_io_state()`
CPython Issues
- [New-bugs-announce] [Issue 101471] PYTHONPATH is not picked up in isolated mode even if use_environment is 1
CPython Issues
- [New-bugs-announce] [Issue 101472] Add nargs='...' to the reference of add_argument in argparse
CPython Issues
- [New-bugs-announce] [Issue 101474] Parsing arguments using argparse can lead to SIGSTOP
CPython Issues
- [New-bugs-announce] [Issue 101476] Add _PyType_GetModuleState for fast module access from heap type methods
CPython Issues
- [New-bugs-announce] [Issue 101478] cannot in-place update set with keys_view using |=
CPython Issues
- [New-bugs-announce] [Issue 101479] Argument Clinic: improve generated code for `subclass_of` checks
CPython Issues
- [New-bugs-announce] [Issue 101482] datetime timestamp for 2022/03/13 2:00:00
CPython Issues
- [New-bugs-announce] [Issue 101486] Regression: `unittest.IsolatedAsyncioTestCase` in 3.11 is too picky about what it will run with the event loop
CPython Issues
Last message date:
Tue Jan 31 23:08:13 EST 2023
Archived on: Tue Jan 31 23:08:16 EST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).