June 2023 Archives by subject
Starting: Thu Jun 1 05:19:36 EDT 2023
Ending: Fri Jun 30 17:04:21 EDT 2023
Messages: 340
- [New-bugs-announce] [Issue 105182] C API: Remove PyEval_AcquireLock() and PyEval_InitThreads() functions
CPython Issues
- [New-bugs-announce] [Issue 105184] C API functions with no return value cannot report errors
CPython Issues
- [New-bugs-announce] [Issue 105186] C API: Remove legacy buffer API like PyObject_AsReadBuffer()
CPython Issues
- [New-bugs-announce] [Issue 105188] Readability?
CPython Issues
- [New-bugs-announce] [Issue 105189] `importlib.resources.abc.TraversableResources` says it is deprecated in favour of itself
CPython Issues
- [New-bugs-announce] [Issue 105191] Clean up peg_generator: Remove data, scripts and maintain them elsewhere
CPython Issues
- [New-bugs-announce] [Issue 105193] Documentation of `base64.b64decode(s, altchars=None, validate=False)` should mention ValueError if non-ascii characters are present in input
CPython Issues
- [New-bugs-announce] [Issue 105194] Backslash in f-string format specifier gets escape
CPython Issues
- [New-bugs-announce] [Issue 105196] c-api documentation index is laid out incorrectly
CPython Issues
- [New-bugs-announce] [Issue 105198] Documentation of `object.__eq__` is inconsistent with the behavior of it
CPython Issues
- [New-bugs-announce] [Issue 105201] Replace C-API functions with ambiguous return values
CPython Issues
- [New-bugs-announce] [Issue 105203] Dataclass with `__module__ = "builtins"` adds `__builtins__.__builtins__`
CPython Issues
- [New-bugs-announce] [Issue 105206] Ortografia Front-end
CPython Issues
- [New-bugs-announce] [Issue 105212] stat fields wrong for files accessed over CIFS/SMB on Windows starting with 0f175766e2
CPython Issues
- [New-bugs-announce] [Issue 105214] Use named constants for MAKE_FUNCTION oparg
CPython Issues
- [New-bugs-announce] [Issue 105216] Python Variables appear as hex gibberish in debugger session
CPython Issues
- [New-bugs-announce] [Issue 105227] ``tp_dict`` slot of static builtin types is ``NULL`` in 3.12, without mention in the changelog or an alternative
CPython Issues
- [New-bugs-announce] [Issue 105229] Remove superinstructions
CPython Issues
- [New-bugs-announce] [Issue 105235] Of-by-one memory error in a string fastsearch since 3.11
CPython Issues
- [New-bugs-announce] [Issue 105237] Cannot call `issubclass()` against `typing.Protocol` on Python 3.12
CPython Issues
- [New-bugs-announce] [Issue 105238] New Tokenizer API raise SyntaxError on 3.12 where it emits tokens on 3.11
CPython Issues
- [New-bugs-announce] [Issue 105240] Compiler warning on missing prototypes (Mac)
CPython Issues
- [New-bugs-announce] [Issue 105249] Poor handling of broken IPv6
CPython Issues
- [New-bugs-announce] [Issue 105250] Difference in behavior between pure Python pickle and C extension _pickle when unpickling class instances.
CPython Issues
- [New-bugs-announce] [Issue 105253] Document expected workflow for WASI builds
CPython Issues
- [New-bugs-announce] [Issue 105254] issue from subtracting two datetime objects using the same timezone object, but the timezone object varies across Daylight Saving Time
CPython Issues
- [New-bugs-announce] [Issue 105256] comprehensions iterating over `locals()` may break under some trace funcs in 3.12
CPython Issues
- [New-bugs-announce] [Issue 105259] 3.12: tokenize adds a newline when it is not there
CPython Issues
- [New-bugs-announce] [Issue 105260] PySequence_GetItem() function does not allow NULL objects in 3.10.9
CPython Issues
- [New-bugs-announce] [Issue 105261] See if an in-place build can be used as the "build" Python for cross-compilation
CPython Issues
- [New-bugs-announce] [Issue 105268] 3.12.0b1: static declaration follows non-static when importing internal/pycore_dict.h
CPython Issues
- [New-bugs-announce] [Issue 105269] new throw() / athrow() syntax w/ single value is not clearly documented or noted as new in python 3.12
CPython Issues
- [New-bugs-announce] [Issue 105272] Django manage.py loaddata not executed in version 3.11.3
CPython Issues
- [New-bugs-announce] [Issue 105273] test_capi fails if run with ``--forever`` argument
CPython Issues
- [New-bugs-announce] [Issue 105280] `typing.Protocol` implementation means that `isinstance([], collections.abc.Mapping)` can sometimes evaluate to `True`
CPython Issues
- [New-bugs-announce] [Issue 105285] email module get_content() yields invalid UTF8 when CTE is 8bit
CPython Issues
- [New-bugs-announce] [Issue 105286] Improve `typing.py` docstrings
CPython Issues
- [New-bugs-announce] [Issue 105288] non-awaitable object makes `asyncio.wait` hang if there are async subprocess tasks
CPython Issues
- [New-bugs-announce] [Issue 105291] Link specifically to distutils migration advice in What's New
CPython Issues
- [New-bugs-announce] [Issue 105292] add option to traceback.format_exception_only to recurse into exception groups
CPython Issues
- [New-bugs-announce] [Issue 105293] Incorrect call to `SSL_CTX_set_session_id_context` on client side SSL context
CPython Issues
- [New-bugs-announce] [Issue 105296] Python programming language
CPython Issues
- [New-bugs-announce] [Issue 105307] configparser doesn't support multiple entries with the same name
CPython Issues
- [New-bugs-announce] [Issue 105309] subprocess.check_call's `stdout=` write to the underlying file opened by bz2.open
CPython Issues
- [New-bugs-announce] [Issue 105310] Allow test cases to skip rerun
CPython Issues
- [New-bugs-announce] [Issue 105312] suprocess.run uses the wrong text encoding under Windows
CPython Issues
- [New-bugs-announce] [Issue 105317] __getitem__ of AsyncMock returns MagicMock instead of AsyncMock
CPython Issues
- [New-bugs-announce] [Issue 105323] Incompatible function pointer types assigning to 'Function *' at readline module
CPython Issues
- [New-bugs-announce] [Issue 105324] python -m tokenize is broken when reading from stdin
CPython Issues
- [New-bugs-announce] [Issue 105331] asyncio.sleep(float('nan')) does not raise ValueError
CPython Issues
- [New-bugs-announce] [Issue 105332] enum.Flag (un)pickles incorrectly on Python 3.12 (and differently on Python 3.11)
CPython Issues
- [New-bugs-announce] [Issue 105333] email read, no change, write different
CPython Issues
- [New-bugs-announce] [Issue 105335] Python failing to install
CPython Issues
- [New-bugs-announce] [Issue 105336] arch linux python 2 install test socket fail
CPython Issues
- [New-bugs-announce] [Issue 105337] uuid1 generates identical UUIDs after a fork, even though it returns SafeUUID.safe
CPython Issues
- [New-bugs-announce] [Issue 105339] TarFile / ZipFile - option to overwrite files when extracting new ones
CPython Issues
- [New-bugs-announce] [Issue 105340] locals() bound to globals() inside comprehension since 3.12b1
CPython Issues
- [New-bugs-announce] [Issue 105341] Regression in compiling boolean expressions
CPython Issues
- [New-bugs-announce] [Issue 105373] Keep deprecated functions in Python 3.13: remove this deprecation
CPython Issues
- [New-bugs-announce] [Issue 105375] Incorrect error handling in sqlite3 collation callback
CPython Issues
- [New-bugs-announce] [Issue 105376] Remove deprecated logging.Logger.warn() method in Python 3.13
CPython Issues
- [New-bugs-announce] [Issue 105380] `SharedMemory`: `resource_tracker` gets confused by leading slashes on Linux
CPython Issues
- [New-bugs-announce] [Issue 105382] urllib.request: Remove deprecated cafile, capath and cadefault parameters in Python 3.13
CPython Issues
- [New-bugs-announce] [Issue 105383] `SharedMemory`: Implicitly prepending `/` to name only on POSIX is inconvenient
CPython Issues
- [New-bugs-announce] [Issue 105387] PEP 683 (Immortal Objects): Implement Py_INCREF() and Py_DECREF() on limited C API 3.12 and newer
CPython Issues
- [New-bugs-announce] [Issue 105390] (3.12+) tokenize exception type is wrong
CPython Issues
- [New-bugs-announce] [Issue 105393] Unpack `.args` for Structural Pattern Matching against Exceptions
CPython Issues
- [New-bugs-announce] [Issue 105396] C API: Deprecate PyImport_ImportModuleNoBlock() function
CPython Issues
- [New-bugs-announce] [Issue 105400] Rare CPython 3.10 crashes on Windows
CPython Issues
- [New-bugs-announce] [Issue 105407] Remove unused imports (June 2023)
CPython Issues
- [New-bugs-announce] [Issue 105426] GzipFile should rewind fileobj to starting position
CPython Issues
- [New-bugs-announce] [Issue 105430] `typing._Immutable` is not used anymore
CPython Issues
- [New-bugs-announce] [Issue 105431] `test_typing.NewTypeTests` can be improved
CPython Issues
- [New-bugs-announce] [Issue 105433] PEP 695 is not tested to `pickle`able
CPython Issues
- [New-bugs-announce] [Issue 105435] tokenize.py emits spurious NEWLINE if file ends on a comment without a newline
CPython Issues
- [New-bugs-announce] [Issue 105436] `subprocess.run(..., env={})` broken on Windows
CPython Issues
- [New-bugs-announce] [Issue 105437] PEP 695: not all name collisions are tested
CPython Issues
- [New-bugs-announce] [Issue 105450] Documentation for 3.11.4 release missing on the "FTP"
CPython Issues
- [New-bugs-announce] [Issue 105455] 3.11: "Check if generated files are up to date" is failing due to autoconf version
CPython Issues
- [New-bugs-announce] [Issue 105456] Remove deprecated `sre_*` modules
CPython Issues
- [New-bugs-announce] [Issue 105462] YIELD_VALUE has numeric code in the HAVE_ARGUMENT range, and it doesn't have an arg
CPython Issues
- [New-bugs-announce] [Issue 105464] Deadlock on using ProcessPoolExecutor
CPython Issues
- [New-bugs-announce] [Issue 105476] pathlib.PureWindowsPath.is_absolute() can return False for UNC paths
CPython Issues
- [New-bugs-announce] [Issue 105481] Generate opcode metadata from bytecodes.c instead of opcode.py
CPython Issues
- [New-bugs-announce] [Issue 105486] Inconsistent `repr` of `types.GenericAlias` with `ParamSpec`
CPython Issues
- [New-bugs-announce] [Issue 105487] `types.GenericAlias` has extra `__copy__` and `__deepcopy__` in `__dir__`
CPython Issues
- [New-bugs-announce] [Issue 105490] Improve parsing speed of long strings by ipaddress.IPv4Address()
CPython Issues
- [New-bugs-announce] [Issue 105493] graphlib.TopologicalSorter is returning incorrect nodes.
CPython Issues
- [New-bugs-announce] [Issue 105497] 3.11.4: ValueError when inverting enum.Flag member with Mask
CPython Issues
- [New-bugs-announce] [Issue 105499] Merge `typing.Union` and `types.UnionType`
CPython Issues
- [New-bugs-announce] [Issue 105505] cookie header is not supporting utf-8 encoding
CPython Issues
- [New-bugs-announce] [Issue 105509] Simplify the implementation of `typing.Annotated`
CPython Issues
- [New-bugs-announce] [Issue 105522] Modernize `test_enum` by removing unused exception handling
CPython Issues
- [New-bugs-announce] [Issue 105524] UserDict `__getitem__` behavior change between 3.11.1 and 3.12.0b2
CPython Issues
- [New-bugs-announce] [Issue 105530] `http` module does not handle MIME encoded-words in headers
CPython Issues
- [New-bugs-announce] [Issue 105535] Document that enums with unhashable members are created non-performantly
CPython Issues
- [New-bugs-announce] [Issue 105539] Emit resource warning if sqlite3 fails to close the database
CPython Issues
- [New-bugs-announce] [Issue 105540] cases_generator tests aren't run by CI, and are broken
CPython Issues
- [New-bugs-announce] [Issue 105541] Fork
CPython Issues
- [New-bugs-announce] [Issue 105544] datetime utcnow deprecation leads to type confusion
CPython Issues
- [New-bugs-announce] [Issue 105545] Remove deprecated `MacOSXOSAScript._name` attribute
CPython Issues
- [New-bugs-announce] [Issue 105548] Documentation about setting the default for the py launcher needs to be clearer
CPython Issues
- [New-bugs-announce] [Issue 105549] `generate_tokens` starts to give `SyntaxError`
CPython Issues
- [New-bugs-announce] [Issue 105556] Tools/unicode/gencodec.py generates duplicate dict keys with different values
CPython Issues
- [New-bugs-announce] [Issue 105557] test_sqlite3.test_userfunctions redefines test_func_return_too_large_int() method
CPython Issues
- [New-bugs-announce] [Issue 105560] unittest: Detect duplicate method names
CPython Issues
- [New-bugs-announce] [Issue 105563] Recommend DateType in the datetime documentation
CPython Issues
- [New-bugs-announce] [Issue 105564] Artificial newlines show in the "line" attribute of tokens in the tokenizer module
CPython Issues
- [New-bugs-announce] [Issue 105566] Deprecate unusual ways of constructing `NamedTuple`s
CPython Issues
- [New-bugs-announce] [Issue 105570] Deprecate unusual ways of creating empty TypedDicts
CPython Issues
- [New-bugs-announce] [Issue 105578] Discourage and deprecate `typing.AnyStr`
CPython Issues
- [New-bugs-announce] [Issue 105580] received error requests is not found using embedded distribution of python 3.12.0b2
CPython Issues
- [New-bugs-announce] [Issue 105587] 3.12.0b2: "Assertion failed: immortal object has less refcnt than expected _Py_IMMORTAL_REFCNT"
CPython Issues
- [New-bugs-announce] [Issue 105588] Some object-to-AST conversions are missing error checks
CPython Issues
- [New-bugs-announce] [Issue 105603] Rename "own_gil" Field of PyInterpreterConfig to "gil"
CPython Issues
- [New-bugs-announce] [Issue 105616] Pipe related future not retrieved if there's a BrokenPipeError
CPython Issues
- [New-bugs-announce] [Issue 105617] Partial function from function with lru_cache creates different entries in cache
CPython Issues
- [New-bugs-announce] [Issue 105618] Calling function with lru_cache passing args as dict creates different entries in cache
CPython Issues
- [New-bugs-announce] [Issue 105622] Upgrading `http.client` to use default email policy for parsing
CPython Issues
- [New-bugs-announce] [Issue 105623] Poor performance on logging.RotatingFileHandler due to fix to #89564
CPython Issues
- [New-bugs-announce] [Issue 105625] re.search cannot find negative sign
CPython Issues
- [New-bugs-announce] [Issue 105626] Change the default return value of `HTTPConnection.get_proxy_response_headers` from `{}` to `None`
CPython Issues
- [New-bugs-announce] [Issue 105629] `getpass` should have an option to fail if it cannot input a password without hiding it
CPython Issues
- [New-bugs-announce] [Issue 105630] The pprint module should use the terminal width, where available
CPython Issues
- [New-bugs-announce] [Issue 105636] expose re._parse.parse_template publicly
CPython Issues
- [New-bugs-announce] [Issue 105637] 3.12: tarfile `filter` DeprecationWarning should only fire if it would matter
CPython Issues
- [New-bugs-announce] [Issue 105639] Test failure in test_find_periodic_pattern in string_tests.py
CPython Issues
- [New-bugs-announce] [Issue 105657] python `hashlib` has an unstable result regarding large file on windows
CPython Issues
- [New-bugs-announce] [Issue 105658] 3.12 tracing regression: a conditional in a finally block will revisit the condition before exiting the block.
CPython Issues
- [New-bugs-announce] [Issue 105671] Issue with List of Lists
CPython Issues
- [New-bugs-announce] [Issue 105673] New warning: `‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized]`
CPython Issues
- [New-bugs-announce] [Issue 105677] Remove unsupported flags SND_PURGE and SND_NOWAIT from winsound
CPython Issues
- [New-bugs-announce] [Issue 105678] Remove irregular opargs
CPython Issues
- [New-bugs-announce] [Issue 105682] `./python -m test -v test_capi -m test_misc --forever` fails.
CPython Issues
- [New-bugs-announce] [Issue 105684] Get rid of _set_task_name in asyncio
CPython Issues
- [New-bugs-announce] [Issue 105687] Remove deprecated `re.template`, `re.T`, `re.TEMPLATE`
CPython Issues
- [New-bugs-announce] [Issue 105689] help's calltip changes after invalid input in IDLE
CPython Issues
- [New-bugs-announce] [Issue 105690] 3.12: "Python memory allocator called without holding the GIL" with `PyMem_Free` as `Py_AtExit`
CPython Issues
- [New-bugs-announce] [Issue 105694] AIX: OSError: [Errno 22] Invalid argument when history file is empty and no lines are written
CPython Issues
- [New-bugs-announce] [Issue 105699] Crash During Subinterpreter Finalization
CPython Issues
- [New-bugs-announce] [Issue 105702] Help() crashes when given name not found
CPython Issues
- [New-bugs-announce] [Issue 105704] urlparse does not flag hostname *containing* [ or ] as incorrect
CPython Issues
- [New-bugs-announce] [Issue 105706] Cannot build 3.11.4 on Raspberry pi
CPython Issues
- [New-bugs-announce] [Issue 105708] urlparser does not allow 'V' in the IPvFuture.
CPython Issues
- [New-bugs-announce] [Issue 105712] ArgumentParser negative number regex too restrictive
CPython Issues
- [New-bugs-announce] [Issue 105713] 3.12+: tokenize of mixed tabs and spaces now produces an error
CPython Issues
- [New-bugs-announce] [Issue 105714] 3.12+: TokenError no longer raised for some invalid source (mismatched braces?)
CPython Issues
- [New-bugs-announce] [Issue 105716] _xxsubinterpreters module doesn't allow other threads to keep running
CPython Issues
- [New-bugs-announce] [Issue 105717] Examples needed for each function in "Parsing arguments and building values"
CPython Issues
- [New-bugs-announce] [Issue 105718] 3.12+: segfault tokenizing multiline fstring placeholder
CPython Issues
- [New-bugs-announce] [Issue 105719] U deceze?
CPython Issues
- [New-bugs-announce] [Issue 105724] Improve the error message for `assert` and `AssertionError`
CPython Issues
- [New-bugs-announce] [Issue 105726] `contextlib.ContextManager` doesn't contain `__slots__ = ()`
CPython Issues
- [New-bugs-announce] [Issue 105730] All callables should be usable as Exception Group predicates
CPython Issues
- [New-bugs-announce] [Issue 105733] ctypes: Deprecate SetPointerType() and ARRAY() functions
CPython Issues
- [New-bugs-announce] [Issue 105736] copy fails on collections.OrderedDict dataclass with required args
CPython Issues
- [New-bugs-announce] [Issue 105737] Building on Windows wit a case sensitive file system fails
CPython Issues
- [New-bugs-announce] [Issue 105738] Add experimental support for importing extension modules compiled for WASI
CPython Issues
- [New-bugs-announce] [Issue 105745] `webbrowsers.Konqueror` is broken
CPython Issues
- [New-bugs-announce] [Issue 105751] Rework test_ctypes
CPython Issues
- [New-bugs-announce] [Issue 105766] "mem" and "object" Allocators are No Longer Protected by the GIL
CPython Issues
- [New-bugs-announce] [Issue 105771] Too many `elif`s cause `MemoryError` or `RecursionError`
CPython Issues
- [New-bugs-announce] [Issue 105774] normalize() method of Decimal class does not always preserve value
CPython Issues
- [New-bugs-announce] [Issue 105775] Remove `LOAD_CLOSURE`
CPython Issues
- [New-bugs-announce] [Issue 105776] Python 3.11.4: Running "make test" fails under gcc 4.8.5 because both -std=gnu11 and -std=c++11 are specified when compiling _testcpp11ext
CPython Issues
- [New-bugs-announce] [Issue 105779] os.rename fails on filename with "🏴🏳️⚧️" in it. (But works just fine for other unicode characters.)
CPython Issues
- [New-bugs-announce] [Issue 105784] test added in gh-104067 has an fstring with an invalid escape sequence
CPython Issues
- [New-bugs-announce] [Issue 105790] Recognise Windows as a platform in configure
CPython Issues
- [New-bugs-announce] [Issue 105793] Support for not following symlinks in pathlib.Path.is_dir()
CPython Issues
- [New-bugs-announce] [Issue 105795] Persistent exceptions thrown into generators can grow indefinitely
CPython Issues
- [New-bugs-announce] [Issue 105799] Add context about the failed `assert` expression to `AssertionError` (make `pytest` magic easy)
CPython Issues
- [New-bugs-announce] [Issue 105800] f-strings are not warning about invalid escapes
CPython Issues
- [New-bugs-announce] [Issue 105802] IndexError in email parse_message_id
CPython Issues
- [New-bugs-announce] [Issue 105804] /Lib/argparse.py incorrect argument parser
CPython Issues
- [New-bugs-announce] [Issue 105808] GzipFile.flush doesn't flush compressor in 3.12 beta
CPython Issues
- [New-bugs-announce] [Issue 105811] Tkinter issue in Python-3.11.3 installed on WSL (Ubuntu 22.04)
CPython Issues
- [New-bugs-announce] [Issue 105812] Docs: make it easier to reference and markup decorators
CPython Issues
- [New-bugs-announce] [Issue 105813] Namespace Autoconf preprocessor defines
CPython Issues
- [New-bugs-announce] [Issue 105820] `patchcheck.py` raises `SystemError` on `main`
CPython Issues
- [New-bugs-announce] [Issue 105821] `test___all__.AllTest.test_all` is failing on every PR
CPython Issues
- [New-bugs-announce] [Issue 105829] `concurrent.futures.ProcessPoolExecutor` pool deadlocks when submitting many tasks
CPython Issues
- [New-bugs-announce] [Issue 105831] F-string debug mode does not print correctly when in last line of file
CPython Issues
- [New-bugs-announce] [Issue 105834] Dead code in `typing.py`
CPython Issues
- [New-bugs-announce] [Issue 105836] asyncio.run_coroutine_threadsafe leaves underlying cancelled asyncio task running
CPython Issues
- [New-bugs-announce] [Issue 105837] enum.IntFlag now unpickles incorrectly on Python 3.11.4
CPython Issues
- [New-bugs-announce] [Issue 105840] Assertion failure when specializing function with too many `__defaults__`
CPython Issues
- [New-bugs-announce] [Issue 105844] definition of "minor" vs "major" release
CPython Issues
- [New-bugs-announce] [Issue 105848] Clean up the `CALL` sequence
CPython Issues
- [New-bugs-announce] [Issue 105857] asyncio subprocess stdin/out/err can be filehandles, but this is undocumented
CPython Issues
- [New-bugs-announce] [Issue 105858] Improve the constructors of AST nodes
CPython Issues
- [New-bugs-announce] [Issue 105861] Deprecate antigravity
CPython Issues
- [New-bugs-announce] [Issue 105866] implicitly defined __dict__ and __weakref__ slots of inherited classes are ignored.
CPython Issues
- [New-bugs-announce] [Issue 105873] `_xxsubinterpreters`: the name of shared exception type is `str(exc)`, not `exc.__name__`
CPython Issues
- [New-bugs-announce] [Issue 105875] Bump SQLite required version
CPython Issues
- [New-bugs-announce] [Issue 105877] dataclasses: pickling frozen dataclasses which derive from classes with slots does not work.
CPython Issues
- [New-bugs-announce] [Issue 105879] Alow eval and exec to take keyword arguments
CPython Issues
- [New-bugs-announce] [Issue 105881] Difference in behaviour of PureWindowsPath in 3.12.0b2 with multiple slashes
CPython Issues
- [New-bugs-announce] [Issue 105883] singledispach and singledispachemethod from functools treat bool as int
CPython Issues
- [New-bugs-announce] [Issue 105888] Abnormal behavior of __new__ if method was replaced and swapped back to original __new__
CPython Issues
- [New-bugs-announce] [Issue 105889] Python does not expand env["PATH"] properly in the subprocess module when using the env keyword.
CPython Issues
- [New-bugs-announce] [Issue 105890] python inspect cannot collect annotation information from pytorch function 'GRU'
CPython Issues
- [New-bugs-announce] [Issue 105891] No mention of how to use a layout download
CPython Issues
- [New-bugs-announce] [Issue 105895] `help` seems to have no information on `match` or `case`
CPython Issues
- [New-bugs-announce] [Issue 105896] Proposing Type hinting for *args
CPython Issues
- [New-bugs-announce] [Issue 105898] problem with using a keyword with non-ASCII chars
CPython Issues
- [New-bugs-announce] [Issue 105899] linux vs windows symlink inconsistency in sys.path[0]
CPython Issues
- [New-bugs-announce] [Issue 105900] Documentation for pathlib.Path.symlink_to is incorrectly constrained
CPython Issues
- [New-bugs-announce] [Issue 105904] `unittest.mock.patch` fails for callables with multiple signatures in 3.11.4 (works in 3.11.3)
CPython Issues
- [New-bugs-announce] [Issue 105906] Enum functional syntax allows creation of invalid member names
CPython Issues
- [New-bugs-announce] [Issue 105908] syntactical `__future__` import `barry_as_FLUFL` does not work in the REPL anymore
CPython Issues
- [New-bugs-announce] [Issue 105911] Invalid IndentationError.offset in nested definitions missing an indentation block and preceding a valid line
CPython Issues
- [New-bugs-announce] [Issue 105912] SIGABRT in urllib/request.py proxy_bypass_macosx_sysconf
CPython Issues
- [New-bugs-announce] [Issue 105914] Regression in multiprocessing on Windows under pytest and coverage and ctypes
CPython Issues
- [New-bugs-announce] [Issue 105915] SyntaxWarnings in `test_fstring`
CPython Issues
- [New-bugs-announce] [Issue 105916] os.symlink()
CPython Issues
- [New-bugs-announce] [Issue 105917] os.symlink()
CPython Issues
- [New-bugs-announce] [Issue 105919] shutil.copytree() fails to override existing symbolic links
CPython Issues
- [New-bugs-announce] [Issue 105922] C API: PyImport_AddModule() returns a borrowed reference
CPython Issues
- [New-bugs-announce] [Issue 105927] C API: Add PyWeakref_GetRef() function
CPython Issues
- [New-bugs-announce] [Issue 105931] Surprising behaviour with compileall -s STRIPDIR parameter
CPython Issues
- [New-bugs-announce] [Issue 105933] functools.update_wrapper silently remove dataclass function wrapper
CPython Issues
- [New-bugs-announce] [Issue 105936] dataclasses: frozen dataclasses with slots' `__setattr__` and `__delattr__` does not work.
CPython Issues
- [New-bugs-announce] [Issue 105938] DeprecationWarning when escaping curly braces in an f-string
CPython Issues
- [New-bugs-announce] [Issue 105944] C API: Remove PyObject_Init() return value
CPython Issues
- [New-bugs-announce] [Issue 105947] Argparse help string incorrectly places named arguments
CPython Issues
- [New-bugs-announce] [Issue 105955] Use ctypes to load C library in the win11 system will crash
CPython Issues
- [New-bugs-announce] [Issue 105957] random.choices fails with a mysterious bug when population is None
CPython Issues
- [New-bugs-announce] [Issue 105960] itertools.chain.from_iterable can exhaust the C stack
CPython Issues
- [New-bugs-announce] [Issue 105967] crc32 function outputs wrong result for large data on the macOS arm64 platform
CPython Issues
- [New-bugs-announce] [Issue 105970] C API: Investigate how the PyTypeObject members can be removed from the public C API
CPython Issues
- [New-bugs-announce] [Issue 105972] os.cpu_count() recommends non-portable len(os.sched_getaffinity(0)) to get usable CPUs
CPython Issues
- [New-bugs-announce] [Issue 105973] EmailPolicy.header_source_parse leaves trailing whitespace intact
CPython Issues
- [New-bugs-announce] [Issue 105974] Behaviour change in py312 for protocols with non-callable members and custom `__subclasshook__` methods
CPython Issues
- [New-bugs-announce] [Issue 105975] Missing reference to issue in subprocess documentation
CPython Issues
- [New-bugs-announce] [Issue 105979] Assertion failure in `_imp.get_frozen_object` if data object contains bad marshal data
CPython Issues
- [New-bugs-announce] [Issue 105981] server.py: UnicodeEncodeError
CPython Issues
- [New-bugs-announce] [Issue 105982] PicklingError on multiprocessing for windows
CPython Issues
- [New-bugs-announce] [Issue 105983] webbrowser incognito mode
CPython Issues
- [New-bugs-announce] [Issue 105986] match-case reports type error
CPython Issues
- [New-bugs-announce] [Issue 105987] Crash in `_asyncio._swap_current_task` due to improper reference counting
CPython Issues
- [New-bugs-announce] [Issue 105988] importlib.resources incorrect version for availability
CPython Issues
- [New-bugs-announce] [Issue 105993] asyncio.EventLoop.start_tls() returns None
CPython Issues
- [New-bugs-announce] [Issue 106000] test_basic_multiple_interpreters_deleted_no_reset() of test_imp/test_import leaks references
CPython Issues
- [New-bugs-announce] [Issue 106004] C API: Add PyDict_GetItemRef() function
CPython Issues
- [New-bugs-announce] [Issue 106008] Make implicit boolean conversions explicit
CPython Issues
- [New-bugs-announce] [Issue 106009] failed tests in Lib/test/test_webbrowser.py
CPython Issues
- [New-bugs-announce] [Issue 106012] Crash in test_import: Assertion error about monitoring version.
CPython Issues
- [New-bugs-announce] [Issue 106014] Type annotation is affecting code execution
CPython Issues
- [New-bugs-announce] [Issue 106015] Type annotation is affecting code execution
CPython Issues
- [New-bugs-announce] [Issue 106016] Support defining __setattr__() and __delattr__() in a module
CPython Issues
- [New-bugs-announce] [Issue 106018] Type hinting not working on dictionary key value pair
CPython Issues
- [New-bugs-announce] [Issue 106020] pathlib.Path: Truncate file extension if Path is PosixPath
CPython Issues
- [New-bugs-announce] [Issue 106023] C API: What's the status of the half-private FASTCALL calling convention?
CPython Issues
- [New-bugs-announce] [Issue 106025] Incorrect usage of PyUnicode_CompareWithASCIIString in suggestions.c
CPython Issues
- [New-bugs-announce] [Issue 106028] Fatal error on SSL protocol - deque index out of range
CPython Issues
- [New-bugs-announce] [Issue 106030] Miscaleous fixes in Python/suggestions.c
CPython Issues
- [New-bugs-announce] [Issue 106033] PyDict_GetItem and PyObject_HasAttr should not be used
CPython Issues
- [New-bugs-announce] [Issue 106037] User subclasses of `pathlib.PurePath` are `os.PathLike`
CPython Issues
- [New-bugs-announce] [Issue 106038] Regression in threading support when running on older Docker
CPython Issues
- [New-bugs-announce] [Issue 106042] fsencode and fsdecode() ignore `sys._enablelegacywindowsfsencoding()`
CPython Issues
- [New-bugs-announce] [Issue 106045] venv base path does not resolve symlinks using realpath()
CPython Issues
- [New-bugs-announce] [Issue 106046] Improve error message from `os.fspath` if `__fspath__` is set to `None`
CPython Issues
- [New-bugs-announce] [Issue 106051] Embedded Python Crashes When Importing Torch With C API
CPython Issues
- [New-bugs-announce] [Issue 106052] Possessive quantifier matches where an ordinary quantifier doesn't
CPython Issues
- [New-bugs-announce] [Issue 106053] allow hashlib.file_digest() to calculate hashes for multiple algorithms at once
CPython Issues
- [New-bugs-announce] [Issue 106056] Class 'Category' has no 'objects' memberPylintE1101:no-member
CPython Issues
- [New-bugs-announce] [Issue 106067] ValueError: 'x' in __slots__ conflicts with class variable
CPython Issues
- [New-bugs-announce] [Issue 106068] asyncio: Confusing TimeoutError
CPython Issues
- [New-bugs-announce] [Issue 106075] `asyncio.__init__` does not include `asyncio.taskgroups` in its `__all__`
CPython Issues
- [New-bugs-announce] [Issue 106077] Recursive functions optimizatins like memoization function for functools
CPython Issues
- [New-bugs-announce] [Issue 106078] Isolate the `_decimal` extension module
CPython Issues
- [New-bugs-announce] [Issue 106084] C API: Remove private functions from abstract.h
CPython Issues
- [New-bugs-announce] [Issue 106091] uuid can't be formatted as int with new builtin formatting conversions
CPython Issues
- [New-bugs-announce] [Issue 106094] Add chdir to pathlib.Path
CPython Issues
- [New-bugs-announce] [Issue 106101] Eval breaker isn't check if optimizer produces small region executors in loops.
CPython Issues
- [New-bugs-announce] [Issue 106102] cannot create consistent MRO for multiple generic inheritance
CPython Issues
- [New-bugs-announce] [Issue 106104] The sqlite3 module should not be built as a core module
CPython Issues
- [New-bugs-announce] [Issue 106107] Docs: dataclasses: wrong error documented
CPython Issues
- [New-bugs-announce] [Issue 106111] The zipapp module documentation includes out of date notes on creating a Windows executable
CPython Issues
- [New-bugs-announce] [Issue 106113] asdict() on dataclass with defaultdict raises TypeError: "first argument must be callable or None "
CPython Issues
- [New-bugs-announce] [Issue 106118] 3.12.0b3 build issue: 'O_CLOEXEC' undeclared in sysmodule.c
CPython Issues
- [New-bugs-announce] [Issue 106123] Modules/_sha3 is created by configure, but no longer an actual source directory
CPython Issues
- [New-bugs-announce] [Issue 106130] Windows socket connection delay
CPython Issues
- [New-bugs-announce] [Issue 106132] Why do we need to change the permission of the `uu.py` file?
CPython Issues
- [New-bugs-announce] [Issue 106133] Inconsistent Behavior of match-case Statement with Dict Literals `{}` and `dict()` Constructor
CPython Issues
- [New-bugs-announce] [Issue 106135] Add more cases to `test_patma`
CPython Issues
- [New-bugs-announce] [Issue 106137] Add SoftDeprecationWarning warning category
CPython Issues
- [New-bugs-announce] [Issue 106140] Reorder some fields to facilitate out-of-process inspection
CPython Issues
- [New-bugs-announce] [Issue 106144] Defects when parsing email headers aren't raised or propagated to the email object
CPython Issues
- [New-bugs-announce] [Issue 106145] AST nodes for PEP 695 type param syntax do not require `end_lineno` nor `end_col_offset`
CPython Issues
- [New-bugs-announce] [Issue 106149] Move jump resolution from optimizer to assembler
CPython Issues
- [New-bugs-announce] [Issue 106151] venv should check if directory exists while creating a virtual environment
CPython Issues
- [New-bugs-announce] [Issue 106152] [3.12] cProfile counts 0 primitive calls for builtins.exec in certain scenario
CPython Issues
- [New-bugs-announce] [Issue 106160] Fix `test_gzip` failure under WASI
CPython Issues
- [New-bugs-announce] [Issue 106162] test_array emits DeprecationWarning: The 'u' type code is deprecated and will be removed in Python 3.16
CPython Issues
- [New-bugs-announce] [Issue 106165] `types.MappingProxyType.__qualname__` isn't correct
CPython Issues
- [New-bugs-announce] [Issue 106168] C API: Check in PyTuple_SET_ITEM() and PyList_SET_ITEM()
CPython Issues
- [New-bugs-announce] [Issue 106176] `test_import.test_concurrency` leaks ref on Windows
CPython Issues
- [New-bugs-announce] [Issue 106182] `sys.getfilesystemencoding()` should return interned string
CPython Issues
- [New-bugs-announce] [Issue 106185] `test_traceback` does not run one set of `CPythonTracebackErrorCaretTests`
CPython Issues
- [New-bugs-announce] [Issue 106186] email.parser header-only parsing records MultipartInvariantViolationDefect for valid multipart emails
CPython Issues
- [New-bugs-announce] [Issue 106193] `test_monitoring` has duplicated tests
CPython Issues
- [New-bugs-announce] [Issue 106194] `test_curses` has duplicated tests
CPython Issues
- [New-bugs-announce] [Issue 106195] profile and cProfile are different even though docs say they are the same
CPython Issues
- [New-bugs-announce] [Issue 106197] `test_multiple_inheritance_buffer_last` is duplicated in `test_buffer`
CPython Issues
- [New-bugs-announce] [Issue 106200] Multiple unused imports in the source code
CPython Issues
- [New-bugs-announce] [Issue 106202] tokenize.py: NEWLINE/NL mixup after line continuation character in indented block
CPython Issues
- [New-bugs-announce] [Issue 106208] check-clean-src target action seems incorrect
CPython Issues
- [New-bugs-announce] [Issue 106210] Emscripten import trampoline is not needed
CPython Issues
- [New-bugs-announce] [Issue 106212] C-analyzer (make check-c-globals) only works with GCC?
CPython Issues
- [New-bugs-announce] [Issue 106213] Emscripten JS trampolines do not interact well with wasm stack switching
CPython Issues
- [New-bugs-announce] [Issue 106214] Fix `test_opcode` to skip threaded tests on WebAssembly platforms
CPython Issues
- [New-bugs-announce] [Issue 106217] new-bugs-announce notifier workflow fails on large bug reports
CPython Issues
- [New-bugs-announce] [Issue 106218] zipfile regression: When writing a zip64 entry to an unseekable file, the local file header compressed/uncompressed fields are not set to 0
CPython Issues
- [New-bugs-announce] [Issue 106221] math.log10(10**443) != 443.0
CPython Issues
- [New-bugs-announce] [Issue 106222] Provide a way for operators on subclasses of native types return instances of the subclass
CPython Issues
- [New-bugs-announce] [Issue 106232] timeit basic examples are not compatible for Windows (CMD/ PowerShell)
CPython Issues
- [New-bugs-announce] [Issue 106233] Improve `InvalidTZPathWarning` warning with a stacklevel
CPython Issues
- [New-bugs-announce] [Issue 106235] argparse action 'append' used with parse_known_args() consumes unknown arguments
CPython Issues
- [New-bugs-announce] [Issue 106236] `_DummyThread`s can be joined in `-OO` mode
CPython Issues
- [New-bugs-announce] [Issue 106238] Handle KeyboardInterrupt during logging._acquireLock()
CPython Issues
- [New-bugs-announce] [Issue 106240] Add stdlib_deprecations module
CPython Issues
- [New-bugs-announce] [Issue 106242] os.path.normpath truncates input on null bytes in 3.11, but not 3.10
CPython Issues
- [New-bugs-announce] [Issue 106246] Allow Match-Case with Union Types
CPython Issues
- [New-bugs-announce] [Issue 106248] [Idea] Add `typing.Abstract` to allow hinting abstract attributes
CPython Issues
- [New-bugs-announce] [Issue 106249] [match-case] allow literal `Ellipsis` and `NotImplemented`.
CPython Issues
- [New-bugs-announce] [Issue 106250] The `cases_generator` handles some instructions incorrectly
CPython Issues
- [New-bugs-announce] [Issue 106251] shutil.copyfile does not throw an exception for a Windows invalid file containing a colon.
CPython Issues
- [New-bugs-announce] [Issue 106255] Try untracking virtual `__dict__`s
CPython Issues
- [New-bugs-announce] [Issue 106259] Add trivial "help" target to Makefile.pre.in
CPython Issues
- [New-bugs-announce] [Issue 106261] Mixed Type ChainMap Order Dependency
CPython Issues
- [New-bugs-announce] [Issue 106263] Segmentation fault when instantiating `decimal.SignalDictMixin` type
CPython Issues
- [New-bugs-announce] [Issue 106267] Warning in `Python/executor_cases.c.h`
CPython Issues
- [New-bugs-announce] [Issue 106268] test_subprocess_consistent_callbacks in 3.12.0b3 fails on ppc64le
CPython Issues
- [New-bugs-announce] [Issue 106280] Python/ceval.c -Wunreachable-code warn from apple-clang
CPython Issues
- [New-bugs-announce] [Issue 106283] DoS Vulnerability in socket.create_connection through malicious DNS responses
CPython Issues
- [New-bugs-announce] [Issue 106287] Assertion failure when marshalling buffer object with exception being set
CPython Issues
- [New-bugs-announce] [Issue 106290] Line numbers for errors off in traces
CPython Issues
- [New-bugs-announce] [Issue 106292] cached_property no longer works as a data descriptor in Python 3.12
CPython Issues
- [New-bugs-announce] [Issue 106293] Typos, Grammar mistakes in object_layout.md
CPython Issues
Last message date:
Fri Jun 30 17:04:21 EDT 2023
Archived on: Fri Jun 30 17:04:23 EDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).