June 2024 Archives by thread
Starting: Sat Jun 1 03:39:41 EDT 2024
Ending: Sun Jun 30 17:54:47 EDT 2024
Messages: 387
- [New-bugs-announce] [Issue 119896] Error exiting the new REPL with Ctrl+Z on Windows
CPython Issues
- [New-bugs-announce] [Issue 119897] [3.12] Lambda generators cause assertion failure: `python: Objects/genobject.c:400: gen_close: Assertion `exception_handler_depth > 0' failed.`
CPython Issues
- [New-bugs-announce] [Issue 119901] Unexpected NameError
CPython Issues
- [New-bugs-announce] [Issue 119909] Flaky test
CPython Issues
- [New-bugs-announce] [Issue 119920] [Windows] Python 3.11 and above adding default module search path from the “PythonPath” registry key if the standard library was found already
CPython Issues
- [New-bugs-announce] [Issue 119933] Type parameters: Incorrect text in SyntaxError for disallowed expression
CPython Issues
- [New-bugs-announce] [Issue 119937] Multiple bugs in `multiprocessing.managers`: pickling, nesting, etc
CPython Issues
- [New-bugs-announce] [Issue 119941] Make finding issues without PR easier
CPython Issues
- [New-bugs-announce] [Issue 119946] Cannot define Enum class with a mixin class derived from ABC
CPython Issues
- [New-bugs-announce] [Issue 119949] test_exc() helper in test_format.py doesn't fail if exception messages unexpected
CPython Issues
- [New-bugs-announce] [Issue 119950] Add a functionality to check the number of weekends
CPython Issues
- [New-bugs-announce] [Issue 119953] Dynamic string search algorithm selection
CPython Issues
- [New-bugs-announce] [Issue 119960] RegexFlag parameters not described in most re methods.
CPython Issues
- [New-bugs-announce] [Issue 119961] Tests badge in README shows incorrect status
CPython Issues
- [New-bugs-announce] [Issue 119968] A small typo in Docs/c-api/monitoring.rst
CPython Issues
- [New-bugs-announce] [Issue 119972] Generic class with broken `__eq__` cannot be specialized
CPython Issues
- [New-bugs-announce] [Issue 119981] Wrap some multi-line macros in ``do { ... } while(0)`` in ``symtable.c``
CPython Issues
- [New-bugs-announce] [Issue 119989] Do not use `ZeroDivisionError` in tests for unrelated things
CPython Issues
- [New-bugs-announce] [Issue 119993] pathlib.Path.unlink raises a `NotADirectoryError` on macos if the directory does not exist, documentation expects `FileNotFoundError
CPython Issues
- [New-bugs-announce] [Issue 119994] Support `o_direct` flag for tempfile.TemporaryFile
CPython Issues
- [New-bugs-announce] [Issue 119995] Tutorial - Broken Sentence
CPython Issues
- [New-bugs-announce] [Issue 119996] Special case of string search, where len(needle) == len(haystack)
CPython Issues
- [New-bugs-announce] [Issue 119997] Tutorial - Section 4 Has Numerous Problems
CPython Issues
- [New-bugs-announce] [Issue 119999] Race condition in `_Py_ExplicitMergeRefcount`
CPython Issues
- [New-bugs-announce] [Issue 120001] `select.BaseSelector.select` do not conform to documentation with regard to signal handling
CPython Issues
- [New-bugs-announce] [Issue 120010] Invalid corner cases (resulting in nan+nanj) in _Py_c_prod()
CPython Issues
- [New-bugs-announce] [Issue 120012] The behavior of `multithreading.Queue.empty()` is not well explained
CPython Issues
- [New-bugs-announce] [Issue 120017] Wrap some multi-line macros in `do { ... } while(0)` in `compile.c`
CPython Issues
- [New-bugs-announce] [Issue 120024] Deferred reference counts
CPython Issues
- [New-bugs-announce] [Issue 120026] Deprecate (soft) Py_HUGE_VAL macro
CPython Issues
- [New-bugs-announce] [Issue 120029] Some flags are not publicly exported by `symtablemodule.c`
CPython Issues
- [New-bugs-announce] [Issue 120036] More easily support creating reproducible archives with `shutil`
CPython Issues
- [New-bugs-announce] [Issue 120037] [Windows] User site packages are being added when site module is enabled in _pth file
CPython Issues
- [New-bugs-announce] [Issue 120039] `test_siginterrupt_off` unnecessarily takes 30 minutes in refleak test
CPython Issues
- [New-bugs-announce] [Issue 120040] 3.130b1 Performance Issue with Free Threading build
CPython Issues
- [New-bugs-announce] [Issue 120041] PyREPL: Completion menu does not get updated when inserting a character
CPython Issues
- [New-bugs-announce] [Issue 120048] `test_imaplib` takes 40+ minutes in refleaks builds
CPython Issues
- [New-bugs-announce] [Issue 120056] Add `IP_RECVTTL` and `IP_RECVERR` constants to `socket` module
CPython Issues
- [New-bugs-announce] [Issue 120057] Add os.environ.refresh() method
CPython Issues
- [New-bugs-announce] [Issue 120065] Speed up `test_weakref` in the free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 120074] Add Plausible for docs metrics
CPython Issues
- [New-bugs-announce] [Issue 120078] Typo in the documentation for the time module (specifically struct_time)
CPython Issues
- [New-bugs-announce] [Issue 120080] `int.__round__(None)` is not supported
CPython Issues
- [New-bugs-announce] [Issue 120083] Hovertip text doesn't show up on Mac OS (Sonoma, 14.5) - M1 Mac [includes proposed fix]
CPython Issues
- [New-bugs-announce] [Issue 120095] Possible memory leak in pickle
CPython Issues
- [New-bugs-announce] [Issue 120097] FrameLocalsProxy is not a mapping
CPython Issues
- [New-bugs-announce] [Issue 120098] Provide downloadable free-threaded macOS builds for Python 3.13
CPython Issues
- [New-bugs-announce] [Issue 120104] IDLE uses incorrect screen dimension units
CPython Issues
- [New-bugs-announce] [Issue 120108] RecursionError during copy.deepcopy of an ast-tree with parent references
CPython Issues
- [New-bugs-announce] [Issue 120109] Failures in test_doctest
CPython Issues
- [New-bugs-announce] [Issue 120111] Cirrus M1 macOS runners never start on pull request on fork
CPython Issues
- [New-bugs-announce] [Issue 120113] `SyntaxWarning: invalid escape sequence` should not trigger in comments
CPython Issues
- [New-bugs-announce] [Issue 120115] Colorsys module needs some improvements
CPython Issues
- [New-bugs-announce] [Issue 120117] element doesn't serialize properly using tostring( )
CPython Issues
- [New-bugs-announce] [Issue 120120] Minor improvements in ```colorsys``` module
CPython Issues
- [New-bugs-announce] [Issue 120121] `concurrent.futures` does not include `InvalidStateError` in its `__all__`
CPython Issues
- [New-bugs-announce] [Issue 120128] `ipaddress`: the argument to `collapse_addresses()` is described as an *iterator*, whereas any *iterable* is OK
CPython Issues
- [New-bugs-announce] [Issue 120129] Introduction, part 3.1.2
CPython Issues
- [New-bugs-announce] [Issue 120132] Potential bug in `type_call` because `kwds` is aliased - passed to both `tp_new` and `tp_init`?
CPython Issues
- [New-bugs-announce] [Issue 120138] collect function bug
CPython Issues
- [New-bugs-announce] [Issue 120140] Possible bug with dataclasses
CPython Issues
- [New-bugs-announce] [Issue 120142] cant move a long-named file to a loang-named dir
CPython Issues
- [New-bugs-announce] [Issue 120144] Make it possible to use `sys.monitoring` for pdb/bdb
CPython Issues
- [New-bugs-announce] [Issue 120145] Speed up symlink lookup for `posixpath.realpath()`
CPython Issues
- [New-bugs-announce] [Issue 120150] devhelp documentation doesn't build with sphinx 7.2.6
CPython Issues
- [New-bugs-announce] [Issue 120154] Incorrect case string in configure script
CPython Issues
- [New-bugs-announce] [Issue 120155] Fix some Coverity warnings / false alarms
CPython Issues
- [New-bugs-announce] [Issue 120157] Unused code in `concurrent.future`
CPython Issues
- [New-bugs-announce] [Issue 120158] Crash in `test_free_threading.test_monitoring.SetProfileMultiThreaded.test_instrumentation`
CPython Issues
- [New-bugs-announce] [Issue 120159] [CI/CD] Azue Pipeline: issue with `_sqlite3` module
CPython Issues
- [New-bugs-announce] [Issue 120161] `Objects/typeobject.c:143: managed_static_type_index_get: Assertion `managed_static_type_index_is_set(self)' failed.` in 3.13.0b2+, with freezegun
CPython Issues
- [New-bugs-announce] [Issue 120162] Flaky test ``test_preauth_data_to_tls_server`` in ``test_ssl``
CPython Issues
- [New-bugs-announce] [Issue 120163] ``test_functools`` leaks references
CPython Issues
- [New-bugs-announce] [Issue 120164] ``test_os.test_win32_mkdir_700`` fails on Windows
CPython Issues
- [New-bugs-announce] [Issue 120170] Importing multiprocessing breaks _checkmodule in _pickle.c
CPython Issues
- [New-bugs-announce] [Issue 120172] (Winget) Add a Python package tag with text "latest stable", or "LatestStable" to package metadata
CPython Issues
- [New-bugs-announce] [Issue 120174] Example in docs for `configparser` wrong
CPython Issues
- [New-bugs-announce] [Issue 120176] Use shared helper function for faster index range checks
CPython Issues
- [New-bugs-announce] [Issue 120178] Three typos in documentation
CPython Issues
- [New-bugs-announce] [Issue 120191] Can't build 3.13b2 on Ubuntu: test test_sqlite3 failed
CPython Issues
- [New-bugs-announce] [Issue 120192] ProcessPoolExecutor() with the workers set to default crashes on Rocks 7.0 (Manzanita)
CPython Issues
- [New-bugs-announce] [Issue 120196] Faster decode and find_max_char implementations.
CPython Issues
- [New-bugs-announce] [Issue 120198] Read and write of __class__ in two threads causes crash
CPython Issues
- [New-bugs-announce] [Issue 120200] inspect.iscoroutinefunction(inspect) returns True
CPython Issues
- [New-bugs-announce] [Issue 120205] Anomalous behaviour with nan values in min/max functions
CPython Issues
- [New-bugs-announce] [Issue 120211] Fix tkinter.ttk with Tcl/Tk 9.0
CPython Issues
- [New-bugs-announce] [Issue 120217] dateutil.tz.tzical fails on X- custom properties in VTIMEZONE component
CPython Issues
- [New-bugs-announce] [Issue 120220] Tkinter: emit deprecation warning for trace_variable() etc
CPython Issues
- [New-bugs-announce] [Issue 120221] Overriding SIGINT doesn't work as expected in the new REPL
CPython Issues
- [New-bugs-announce] [Issue 120225] flowgraph.c: push_cold_blocks_to_end: Assertion `prev_instr' failed
CPython Issues
- [New-bugs-announce] [Issue 120226] test_sendfile_close_peer_in_the_middle_of_receiving fails with Linux 6.10 release candidates and non-4KiB page size
CPython Issues
- [New-bugs-announce] [Issue 120236] pickling & deepcopy of rruleset and rrule with cache
CPython Issues
- [New-bugs-announce] [Issue 120241] urllib.parse.urlsplit has trouble with basic auth passwords that contain hashtags
CPython Issues
- [New-bugs-announce] [Issue 120242] `test_datetime` does not respect custom `setUpClass` and `tearDownClass`
CPython Issues
- [New-bugs-announce] [Issue 120244] `re.sub()` leaks references
CPython Issues
- [New-bugs-announce] [Issue 120246] Enhancement for OrderedDict: Add `reorder_by_values` method
CPython Issues
- [New-bugs-announce] [Issue 120254] Add a `commands` argument to `pdb.Pdb` so the user can feed commands from source code
CPython Issues
- [New-bugs-announce] [Issue 120257] Windows Python help raises NameError because of missing underscore
CPython Issues
- [New-bugs-announce] [Issue 120258] .ass files give incorrect MIME types
CPython Issues
- [New-bugs-announce] [Issue 120266] `_utcfromtimestamp` is undefined in `datetimetester`
CPython Issues
- [New-bugs-announce] [Issue 120268] ``date.fromtimestamp(None)`` behaves differently between ``_pydatetime`` and ``_datetime``
CPython Issues
- [New-bugs-announce] [Issue 120275] Python 3.13 beta 2 fails to build when --enable-experimental-jit is attempted
CPython Issues
- [New-bugs-announce] [Issue 120276] Fix incorrect `email.header.Header` `maxlinelen` default.
CPython Issues
- [New-bugs-announce] [Issue 120280] ‘resource_tracker.py’ warns for multiple leaked objects even if only single leak during multiprocessing
CPython Issues
- [New-bugs-announce] [Issue 120284] asyncio.Runner explicitly checks for coroutine
CPython Issues
- [New-bugs-announce] [Issue 120285] Intel-suffixed free-threading macOS universal builds missing
CPython Issues
- [New-bugs-announce] [Issue 120286] python3t shortcuts missing(?)
CPython Issues
- [New-bugs-announce] [Issue 120289] Use After Free in initContext(_lsprof.c)
CPython Issues
- [New-bugs-announce] [Issue 120291] [3.13] shell version of `python-config` started using bashisms
CPython Issues
- [New-bugs-announce] [Issue 120293] C extension compilation errors with various checks enabled
CPython Issues
- [New-bugs-announce] [Issue 120296] ``fnctlmodule.fcntl_ioctl_impl`` has outdated format string
CPython Issues
- [New-bugs-announce] [Issue 120298] Use After Free in list_richcompare_impl
CPython Issues
- [New-bugs-announce] [Issue 120304] 3.12.4 not recognised as gzip format
CPython Issues
- [New-bugs-announce] [Issue 120308] 3.12.4 Broke poetry for Docker python:alpine3.20
CPython Issues
- [New-bugs-announce] [Issue 120313] `ctypes._FuncPtr` doesn't seem to exist as describted in the doc (misspelled `_CFuncType`?)
CPython Issues
- [New-bugs-announce] [Issue 120317] Using internal tokenize module's TokenizerIter in multiple threads crashes
CPython Issues
- [New-bugs-announce] [Issue 120319] Missing type checking on `maxsize` arg of `queue.Queue` class during initialization
CPython Issues
- [New-bugs-announce] [Issue 120320] Optimize random.choice when there is just one item
CPython Issues
- [New-bugs-announce] [Issue 120321] SIGSEGV with generators in free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 120322] it is not detecting in cmd
CPython Issues
- [New-bugs-announce] [Issue 120323] Tier 2 optimizer: constant propagate through attribute loads
CPython Issues
- [New-bugs-announce] [Issue 120325] Tier 2 optimizer: refactor to reuse constant symbols
CPython Issues
- [New-bugs-announce] [Issue 120326] Python 3.13 beta 2 build fails on Windows when using both `--experimental-jit` and `--disable-gil`
CPython Issues
- [New-bugs-announce] [Issue 120331] Compiler RecursionError more likely to occur in 3.13
CPython Issues
- [New-bugs-announce] [Issue 120343] Multiple lines f-string with non-ASCII breaks tokenize.generate_tokens in 3.12.4
CPython Issues
- [New-bugs-announce] [Issue 120345] Incorrect use of the :class: role with the "()" suffix
CPython Issues
- [New-bugs-announce] [Issue 120346] PYTHON_BASIC_REPL is ignored by interactive inspect
CPython Issues
- [New-bugs-announce] [Issue 120350] Add a limit to `string.zfill` so it will raise an error to lengths bigger that the int in the brackets
CPython Issues
- [New-bugs-announce] [Issue 120359] Add option for "pydoc -b" to open new browser window.
CPython Issues
- [New-bugs-announce] [Issue 120360] `idlelib/help.html` is outdated
CPython Issues
- [New-bugs-announce] [Issue 120361] `enum.nonmember` type-decays Flag values
CPython Issues
- [New-bugs-announce] [Issue 120367] no_redundant_jumps: Assertion `0' failed
CPython Issues
- [New-bugs-announce] [Issue 120371] Test w/ WASI SDK 22
CPython Issues
- [New-bugs-announce] [Issue 120372] Test w/ wasmtime 21
CPython Issues
- [New-bugs-announce] [Issue 120373] test_audit.test_http is running even if the 'network' resource is not enabled
CPython Issues
- [New-bugs-announce] [Issue 120376] adding: operator.in_ & operator.not_in
CPython Issues
- [New-bugs-announce] [Issue 120377] Tokenizer/untokenizer seems to break when linting multiline strings with variables/emojis
CPython Issues
- [New-bugs-announce] [Issue 120378] Segmentation Fault in _curses
CPython Issues
- [New-bugs-announce] [Issue 120380] Python pickler unable to pickle object the native pickler can
CPython Issues
- [New-bugs-announce] [Issue 120381] inspect.ismethoddescriptor(): lack of __delete__() is not checked
CPython Issues
- [New-bugs-announce] [Issue 120384] Array out of bounds assignment in list_ass_subscript
CPython Issues
- [New-bugs-announce] [Issue 120385] ``test_coroutines`` leaks references
CPython Issues
- [New-bugs-announce] [Issue 120387] Python 3.12.4 seg faulting when running pytest with mpl
CPython Issues
- [New-bugs-announce] [Issue 120388] Improve deprecation warning message, when a test case returns non `None` value
CPython Issues
- [New-bugs-announce] [Issue 120389] [C API] Add PyLong_FromInt64() and PyLong_AsInt64()
CPython Issues
- [New-bugs-announce] [Issue 120397] The count method on strings, bytes, bytearray etc. can be significantly faster
CPython Issues
- [New-bugs-announce] [Issue 120400] Linux perf profile can not see Python calls on RISC-V architecture
CPython Issues
- [New-bugs-announce] [Issue 120404] There may be a bug or vulnerability in the assignment of a List here
CPython Issues
- [New-bugs-announce] [Issue 120406] codecs.open doesn't support encoding='locale' in Python3.11
CPython Issues
- [New-bugs-announce] [Issue 120415] Link to `pprint` from `json.dump[s]()`
CPython Issues
- [New-bugs-announce] [Issue 120417] Remove unused imports from the stdlib
CPython Issues
- [New-bugs-announce] [Issue 120418] Test tegression from gh-117711: Assuming wheels are deleted from source when WHEEL_PKG_DIR is set
CPython Issues
- [New-bugs-announce] [Issue 120423] `nturl2path.pathname2url()` doesn't handle forward slashes
CPython Issues
- [New-bugs-announce] [Issue 120426] [Docs] Possibly Add More Information About Immortal Objects
CPython Issues
- [New-bugs-announce] [Issue 120433] Mention ``chocolatey`` in ``Tools/jit/README.md``
CPython Issues
- [New-bugs-announce] [Issue 120437] [3.13] Ensurepip fails when built with `--enable-experimental-jit` and `--with-pydebug` (Linux)
CPython Issues
- [New-bugs-announce] [Issue 120441] Unable to uninstall python versions from SYSTEM account
CPython Issues
- [New-bugs-announce] [Issue 120446] Consider adding public PyLong_FlipSign() function
CPython Issues
- [New-bugs-announce] [Issue 120449] [tests] mangled names are incorrectly introspected by `test_pyclbr.py`
CPython Issues
- [New-bugs-announce] [Issue 120452] Improve documentation about private name mangling
CPython Issues
- [New-bugs-announce] [Issue 120453] test_pydoc and test_module failing – __annotations__ vs __annotate__?
CPython Issues
- [New-bugs-announce] [Issue 120459] ability to use a kind of contextmanager with loop inside
CPython Issues
- [New-bugs-announce] [Issue 120460] REPL: index out of range in REPL history after getting a `TypeError`
CPython Issues
- [New-bugs-announce] [Issue 120466] Add ability to use `weakref.WeakMethod` with `weakref.WeakSet`
CPython Issues
- [New-bugs-announce] [Issue 120478] `itertools.ilen` addition
CPython Issues
- [New-bugs-announce] [Issue 120479] cmd.Cmd completion fails in some cases, must allow the definition of readline completion delimiters
CPython Issues
- [New-bugs-announce] [Issue 120482] json.dumps() couldn't correctly convert a dictionary's key if the key's type is Integer class.
CPython Issues
- [New-bugs-announce] [Issue 120485] Some classes which inherit `socketserver.TCPServer ` should override `allow_reuse_port`
CPython Issues
- [New-bugs-announce] [Issue 120492] Lib/importlib: Ensure stale empty python module directories don't break the build
CPython Issues
- [New-bugs-announce] [Issue 120495] Incorrect Exception Handling in `tabnanny.py`
CPython Issues
- [New-bugs-announce] [Issue 120496] Sequence iterator thread-safety
CPython Issues
- [New-bugs-announce] [Issue 120499] Add `queue.Queue.__iter__()`
CPython Issues
- [New-bugs-announce] [Issue 120501] A lot of leaks in the test suite in the `JIT` build
CPython Issues
- [New-bugs-announce] [Issue 120504] Dataclass as_dict has no way of excluding fields.
CPython Issues
- [New-bugs-announce] [Issue 120507] Lower `BEFORE_WITH` and `BEFORE_ASYNC_WITH` to attribute lookups and calls.
CPython Issues
- [New-bugs-announce] [Issue 120508] ThreadPoolExecutor lose exceptions.
CPython Issues
- [New-bugs-announce] [Issue 120513] Documentation for os.environ should say that os.environ caching behavior is undefined if other threads are setting environment values
CPython Issues
- [New-bugs-announce] [Issue 120515] There is no `basic_install.zsh` script in the root project directory
CPython Issues
- [New-bugs-announce] [Issue 120516] Sorry, what is `basic_install.zsh`? There are no references to it in CPython's repo: https://github.com/search?q=repo%3Apython%2Fcpython%20basic_install.zsh&type=code
CPython Issues
- [New-bugs-announce] [Issue 120521] Clarify documentation for except*
CPython Issues
- [New-bugs-announce] [Issue 120522] Python 3.12 change results in Apple App Store rejection
CPython Issues
- [New-bugs-announce] [Issue 120524] test_create_many_threaded() of test_interpreters.test_stress Hitting an Assert
CPython Issues
- [New-bugs-announce] [Issue 120526] `inspect.signature(map)` works in Python 3.13, but gives a signature that looks like only one arg is required
CPython Issues
- [New-bugs-announce] [Issue 120530] PRAGMA does not work with autocommit set to False.
CPython Issues
- [New-bugs-announce] [Issue 120536] Error flagged in a different statement than the one where the actual error happens
CPython Issues
- [New-bugs-announce] [Issue 120538] Bug when press arrow button in command processor
CPython Issues
- [New-bugs-announce] [Issue 120541] Improve the "less" prompt in pydoc
CPython Issues
- [New-bugs-announce] [Issue 120544] Add `else: fail()` to test cases where exception is always expected
CPython Issues
- [New-bugs-announce] [Issue 120557] Multiple regression, Pearson's correlation coefficient, and Chi-square independence test results
CPython Issues
- [New-bugs-announce] [Issue 120560] Consider marking ``zip64`` tests in ``test_zipimport`` as cpu-heavy
CPython Issues
- [New-bugs-announce] [Issue 120561] Confusing code snippet in `type.Literal` docs
CPython Issues
- [New-bugs-announce] [Issue 120567] [Docs] Calendar's `monthrange` docstring is unclear.
CPython Issues
- [New-bugs-announce] [Issue 120568] file leak in PyUnstable_CopyPerfMapFile
CPython Issues
- [New-bugs-announce] [Issue 120572] [Docs] Missing parentheses in `TypeIs` documentation
CPython Issues
- [New-bugs-announce] [Issue 120579] `test_free_threading/test_dict.py` does not guard `_testcapi` import
CPython Issues
- [New-bugs-announce] [Issue 120581] Remove `pkgutil.get_loader` and `pkgutil.findloader`
CPython Issues
- [New-bugs-announce] [Issue 120582] incomplete type declaration at `sqlite3.Connection.create_aggregate()`
CPython Issues
- [New-bugs-announce] [Issue 120584] `test_critical_sections.c`: unused function `thread_critical_sections`
CPython Issues
- [New-bugs-announce] [Issue 120586] Several unused functions in `posixmodule.c` under WASI build
CPython Issues
- [New-bugs-announce] [Issue 120590] ``test_pydoc.test_pydoc`` fails with a ``-R 3:3`` option
CPython Issues
- [New-bugs-announce] [Issue 120593] Python.h with GCC discards const qualifier
CPython Issues
- [New-bugs-announce] [Issue 120600] [C API] Make Py_TYPE() opaque in limited C API 3.14
CPython Issues
- [New-bugs-announce] [Issue 120602] Tools/jit/_llvm.py doesn't support LLVM_VERSION_SUFFIX
CPython Issues
- [New-bugs-announce] [Issue 120603] Unify the way for `pdb` to print the stack entry before user input
CPython Issues
- [New-bugs-announce] [Issue 120606] Allow EOF to exit pdb commands definition
CPython Issues
- [New-bugs-announce] [Issue 120608] reversed is not thread-safe
CPython Issues
- [New-bugs-announce] [Issue 120610] Mem leak when queue has no consumer and tasks keep on piling up
CPython Issues
- [New-bugs-announce] [Issue 120619] Add tier 2 partial evaluation pass.
CPython Issues
- [New-bugs-announce] [Issue 120620] Multiple import issue
CPython Issues
- [New-bugs-announce] [Issue 120633] Remove tear-off menu feature in turtledemo
CPython Issues
- [New-bugs-announce] [Issue 120635] test_repl: Warning -- reap_children() reaped child process 3457256
CPython Issues
- [New-bugs-announce] [Issue 120636] test_compile: test_compile_redundant_jumps_and_nops_after_moving_cold_blocks() fails with an assertion error in flowgraph.c no_redundant_jumps()
CPython Issues
- [New-bugs-announce] [Issue 120642] [C API] Move private PyCode and PyOptimizer API to the internal C API
CPython Issues
- [New-bugs-announce] [Issue 120644] loop.'getaddrinfo' would be better if it weren't executor pool dependent
CPython Issues
- [New-bugs-announce] [Issue 120645] dataclass(a=nan) == dataclass(a=nan) change in truthnes between 3.12 and 3.13
CPython Issues
- [New-bugs-announce] [Issue 120647] RotatingFileHandler fails when logs are stored in a non-posix file system docker-mounted in Linux-OS
CPython Issues
- [New-bugs-announce] [Issue 120653] Pandas cannot import numpy in free-threaded version of 3.13.0b2
CPython Issues
- [New-bugs-announce] [Issue 120656] Runtime Error: An attempt has been made to start a new process before the current process has finished its bootstrapping phase.
CPython Issues
- [New-bugs-announce] [Issue 120659] Skip `test_free_threading` with GIL
CPython Issues
- [New-bugs-announce] [Issue 120661] Type error in the section on type hints
CPython Issues
- [New-bugs-announce] [Issue 120662] Bug in stmplib example
CPython Issues
- [New-bugs-announce] [Issue 120665] unittest loaders should avoid loading test cases that are abstract base classes
CPython Issues
- [New-bugs-announce] [Issue 120671] Failing configure tests due to missing space
CPython Issues
- [New-bugs-announce] [Issue 120674] Protect multi-line macros exapsnions in `_test*.c` files
CPython Issues
- [New-bugs-announce] [Issue 120677] Use `@file` for gcc commands
CPython Issues
- [New-bugs-announce] [Issue 120678] New REPL does not include globals from executed module when used with `-i`
CPython Issues
- [New-bugs-announce] [Issue 120683] Python 3.13.0b2: rounding can cause incorrect log timestamps
CPython Issues
- [New-bugs-announce] [Issue 120686] Removed unused internal C API functions
CPython Issues
- [New-bugs-announce] [Issue 120688] test_email fails on WASI: thread 'main' has overflowed its stack
CPython Issues
- [New-bugs-announce] [Issue 120696] faulthandler will hang the process with a TSAN build Python
CPython Issues
- [New-bugs-announce] [Issue 120708] locals() does not include local variables set in exec() statement in 3.13b2
CPython Issues
- [New-bugs-announce] [Issue 120713] `datetime.strftime("%Y")` is not padding correctly
CPython Issues
- [New-bugs-announce] [Issue 120717] psutil fails (segfault) on Mac OS in the no-GIL (python3.13t) version
CPython Issues
- [New-bugs-announce] [Issue 120721] Python 3.13 interactive console - CTRL-C does not give control back to gdb
CPython Issues
- [New-bugs-announce] [Issue 120722] No location provided for bytecode of lambda function returning a constant value
CPython Issues
- [New-bugs-announce] [Issue 120726] New warnings: ``warning: unused function 'is_core_module' [-Wunused-function]``
CPython Issues
- [New-bugs-announce] [Issue 120732] Python 3.12.3 -> 3.12.4 breaks use of `create_autospec(X, spec_set=True, name="X")`
CPython Issues
- [New-bugs-announce] [Issue 120733] some internal compiler functions don't follow the naming convention
CPython Issues
- [New-bugs-announce] [Issue 120740] tarfile silently stops reading on bad member header (e.g. checksum mismatch)
CPython Issues
- [New-bugs-announce] [Issue 120743] Soft deprecate os.spawn*(), os.popen() and os.system() functions
CPython Issues
- [New-bugs-announce] [Issue 120746] Emscripten settings in configure.ac are not embedding friendly
CPython Issues
- [New-bugs-announce] [Issue 120754] Speed up open().readall() pattern by reducing the number of system calls
CPython Issues
- [New-bugs-announce] [Issue 120762] make_ssl_certs fails with "no issuer certificate" with recent openssl
CPython Issues
- [New-bugs-announce] [Issue 120765] Hitting Assert for Managed Static Types During Subinterpreter Finalization
CPython Issues
- [New-bugs-announce] [Issue 120766] The New REPL Does Not Load My Command History
CPython Issues
- [New-bugs-announce] [Issue 120767] The New REPL Command History Does Not Honor Partial Text
CPython Issues
- [New-bugs-announce] [Issue 120769] pdb repeats `w 0` on empty line when there are commands in `cmdqueue`
CPython Issues
- [New-bugs-announce] [Issue 120771] Refactor `xml.etree.ElementTree._namespaces`
CPython Issues
- [New-bugs-announce] [Issue 120773] Introspective attributes of an async generator object is undocumented
CPython Issues
- [New-bugs-announce] [Issue 120780] dis: LOAD_SPECIAL should mention the name of the attribute
CPython Issues
- [New-bugs-announce] [Issue 120782] ``test_datetime`` fails with a ``--forever`` argument
CPython Issues
- [New-bugs-announce] [Issue 120784] UTC deprecation doc-string is false
CPython Issues
- [New-bugs-announce] [Issue 120785] logging.config: configuring root through dictConfig won't update already existing loggers
CPython Issues
- [New-bugs-announce] [Issue 120788] AttributeError: 'datetime.datetime' object has no attribute 'times'
CPython Issues
- [New-bugs-announce] [Issue 120792] [CI/CD] allow to skip tests that are know to lack a C (or Python) implementation.
CPython Issues
- [New-bugs-announce] [Issue 120794] a biit better example in pathlib docs - maybe include example path that involves file in a folder(s)?
CPython Issues
- [New-bugs-announce] [Issue 120795] Security branches: Consider fixing the documentation or adding a notice banner
CPython Issues
- [New-bugs-announce] [Issue 120798] New REPL omits local variables when running ./python -i script.py
CPython Issues
- [New-bugs-announce] [Issue 120801] importlib.metadata test fixtures should prefer test.support fixtures
CPython Issues
- [New-bugs-announce] [Issue 120802] Lacking description of how to correctly implement indexing syntax support.
CPython Issues
- [New-bugs-announce] [Issue 120804] Rewrite asyncio subprocesses without child watchers
CPython Issues
- [New-bugs-announce] [Issue 120810] Unpickling Exceptions with keyword arguments in multiprocessing throws an error
CPython Issues
- [New-bugs-announce] [Issue 120811] Reference leak in `_contextvars.Context.run()`
CPython Issues
- [New-bugs-announce] [Issue 120815] Allow one to use build.bat to skip building test project files entirely.
CPython Issues
- [New-bugs-announce] [Issue 120819] CANT FIND THE FUCKING DOWNLOAD BUTTON
CPython Issues
- [New-bugs-announce] [Issue 120823] Typo in the documentation of the `cmd` parameter of `ftplib.FTP.retrbinary()`
CPython Issues
- [New-bugs-announce] [Issue 120831] ios buildbot failure: `enclose 'sqlite3_create_window_function' in a __builtin_available check to silence this warning`
CPython Issues
- [New-bugs-announce] [Issue 120834] generator frame type should not be PyObject*[]
CPython Issues
- [New-bugs-announce] [Issue 120836] `subprocess.run` docs should recommend copying `os.environ` on Windows
CPython Issues
- [New-bugs-announce] [Issue 120837] `faulthandler` itself crashes in free-threading build (in `_Py_DumpExtensionModules`)
CPython Issues
- [New-bugs-announce] [Issue 120838] Some Runtime Finalization Constraints Are Not Enforced Nor Documented
CPython Issues
- [New-bugs-announce] [Issue 120842] asyncio REPL fails to run with TERM=dumb or PYTHON_BASIC_REPL in 3.13.0b2
CPython Issues
- [New-bugs-announce] [Issue 120857] Unit test load fails when `__module__` is not defined.
CPython Issues
- [New-bugs-announce] [Issue 120858] `PyDict_Next` should not begin a critical section
CPython Issues
- [New-bugs-announce] [Issue 120860] `type_setattro` error return paths contain bugs
CPython Issues
- [New-bugs-announce] [Issue 120862] Simplify chained comparison
CPython Issues
- [New-bugs-announce] [Issue 120866] Inconsistent behavior of `asyncio.Server.wait_closed` in Python 3.12 versus earlier releases
CPython Issues
- [New-bugs-announce] [Issue 120867] How does Python's Binascii.a2b_base64 (base64.b64decode) work?
CPython Issues
- [New-bugs-announce] [Issue 120868] 3.12.4 breaks`logging.config.DictConfig` with `logging.handlers.QueueHandler` on read-only file systems
CPython Issues
- [New-bugs-announce] [Issue 120873] Add tests for new Tk widget options
CPython Issues
- [New-bugs-announce] [Issue 120878] [UUID] `fields` and `time_*` properties must not be used on UUIDs that are time-agnostic.
CPython Issues
- [New-bugs-announce] [Issue 120881] [C API] Add PyObject_VectorcallDict() to the limited C API
CPython Issues
- [New-bugs-announce] [Issue 120882] shutil's move function fails to handle files opened by another process
CPython Issues
- [New-bugs-announce] [Issue 120885] Texto
CPython Issues
- [New-bugs-announce] [Issue 120887] Intel vPro® Platform TEI Study by Forrester
CPython Issues
- [New-bugs-announce] [Issue 120888] Bump the bundled pip version to 24.1
CPython Issues
- [New-bugs-announce] [Issue 120890] Git for Administrators - MoodleDocs
CPython Issues
- [New-bugs-announce] [Issue 120891] V20.14.0
CPython Issues
- [New-bugs-announce] [Issue 120896] Typo in `urllib.parse` docs: Incorrect parameter name
CPython Issues
- [New-bugs-announce] [Issue 120897] Generator store recall
CPython Issues
- [New-bugs-announce] [Issue 120899] Incoming.md
CPython Issues
- [New-bugs-announce] [Issue 120901] Freethreading interpreter will attempt to import unsupported stable ABI extension modules
CPython Issues
- [New-bugs-announce] [Issue 120906] `FrameLocalsProxy` is stricter than `dict` about what constitutes a match
CPython Issues
- [New-bugs-announce] [Issue 120907] lgtm/
CPython Issues
- [New-bugs-announce] [Issue 120910] ValueError in importlib.metadata for eggs with files installed outside the site packages
CPython Issues
- [New-bugs-announce] [Issue 120920] Given type X = T ... X does not dereference to T
CPython Issues
- [New-bugs-announce] [Issue 120924] Simplify consumers by adding `*.Queue.iter()` and `*.Queue.iter_nowait()`
CPython Issues
- [New-bugs-announce] [Issue 120926] queue.SimpleQueue() uses just a list in it's C implementation. deque wouuld be much faster.
CPython Issues
- [New-bugs-announce] [Issue 120930] email module generates wrong MIME header with quoted-printable encoded extra space with Python 3.12.4
CPython Issues
- [New-bugs-announce] [Issue 120931] python syntax paser error, cant run print after a comment
CPython Issues
- [New-bugs-announce] [Issue 120932] importlib.reload not updated when only change a little bit code layout
CPython Issues
- [New-bugs-announce] [Issue 120937] `__del__` documentation does not mention `weakref`
CPython Issues
- [New-bugs-announce] [Issue 120943] cannot create a UNC path drive from parts
CPython Issues
- [New-bugs-announce] [Issue 120946] multipart/related mail generated with EmailMessage() class lacks mandatory MIME-Version header
CPython Issues
- [New-bugs-announce] [Issue 120947] Simplify consumers with iteration over `*.Queue`
CPython Issues
- [New-bugs-announce] [Issue 120950] math.log handles int but not 3rd party integer types
CPython Issues
- [New-bugs-announce] [Issue 120952] Add subprocess.shell(cmd) function: similar to os.system(), but use subprocess
CPython Issues
- [New-bugs-announce] [Issue 120953] Add UOp Paircounts to JIT when Built with PyStats
CPython Issues
- [New-bugs-announce] [Issue 120956] Parser compares `int` to `Py_ssize_t` poorly
CPython Issues
- [New-bugs-announce] [Issue 120961] test_python_executable failure on macOS 12.7.5
CPython Issues
- [New-bugs-announce] [Issue 120962] macOS installer is missing `pip` for free-threaded binaries
CPython Issues
- [New-bugs-announce] [Issue 120965] test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_cache_location fails if `_zoneinfo` Cextension isn't built
CPython Issues
- [New-bugs-announce] [Issue 120966] New warning: ``Python/gc.c:1294:20: warning: variable 'count' set but not used [-Wunused-but-set-variable]``
CPython Issues
- [New-bugs-announce] [Issue 120969] `_xxtestfuzz` crashes if `_elementtree` is not available
CPython Issues
- [New-bugs-announce] [Issue 120973] `threading.local()` implementation is not thread-safe in the free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 120974] `asyncio` thread-safety issues in the free-threaded build
CPython Issues
- [New-bugs-announce] [Issue 120978] Please give me this-ftp or http server
CPython Issues
- [New-bugs-announce] [Issue 120980] init_importlib_external return _PyStatus_ERR("external importer setup failed");
CPython Issues
- [New-bugs-announce] [Issue 120981] (🎁) support docstrings on `type` statements
CPython Issues
- [New-bugs-announce] [Issue 120982] Evaluation stack bounds are not checked in debug builds.
CPython Issues
- [New-bugs-announce] [Issue 120996] Add names to gathered stats for some events.
CPython Issues
- [New-bugs-announce] [Issue 120998] subprocess.Popen() hangs: parent process hangs at os.read(errpipe_read) and child hangs at _posixsubprocess.fork_exec()
CPython Issues
- [New-bugs-announce] [Issue 121008] test_pyrepl: test_cursor_back_write() blocks on input_hook() when tests are run sequentially
CPython Issues
- [New-bugs-announce] [Issue 121012] Incorrect optimization in JIT build
CPython Issues
- [New-bugs-announce] [Issue 121014] lexer handles raw string escapes differently than documentation
CPython Issues
- [New-bugs-announce] [Issue 121016] `PYTHON_BASIC_REPL` is not currently tested
CPython Issues
- [New-bugs-announce] [Issue 121018] argparse.ArgumentParser.parses_args does not honor exit_on_error=False when given unrecognized arguments
CPython Issues
- [New-bugs-announce] [Issue 121021] zip: Support for external attributes in zipinfo
CPython Issues
- [New-bugs-announce] [Issue 121022] Winreg makes persistent changes somewhere, but not to the Windows registry
CPython Issues
- [New-bugs-announce] [Issue 121023] Improve `_xxtestfuzz/README.rst`
CPython Issues
- [New-bugs-announce] [Issue 121025] Improve the repr of partialmethod
CPython Issues
- [New-bugs-announce] [Issue 121026] Lots of new copiler warnings: `unknown warning option '-Wtrampolines' [-Wunknown-warning-option]`
CPython Issues
- [New-bugs-announce] [Issue 121027] Add __get__ to the partial object
CPython Issues
- [New-bugs-announce] [Issue 121028] Soft-deprecate `sys.api_version` and the C API's `PYTHON_API_VERSION`
CPython Issues
- [New-bugs-announce] [Issue 121034] `any()` and generator: unexpected behavior
CPython Issues
- [New-bugs-announce] [Issue 121035] Include lastResort in logging HOWTO flow chart
CPython Issues
- [New-bugs-announce] [Issue 121039] Add assertFloatsAreIdentical/assertComplexAreIdentical to unittest (or kwarg to assertEqual)?
CPython Issues
- [New-bugs-announce] [Issue 121040] -Wimplicit-fallthrough generating warnings
CPython Issues
- [New-bugs-announce] [Issue 121042] Add footer to github issues template like in xonsh shell
CPython Issues
- [New-bugs-announce] [Issue 121045] AIX build breaks with "field 'dtoa' has incomplete type"
CPython Issues
- [New-bugs-announce] [Issue 121047] zsh: segmentation fault python src/toolkit/app.py
CPython Issues
- [New-bugs-announce] [Issue 121048] PGO build on Windows: test_datetime crashs with: Windows fatal exception: access violation
CPython Issues
- [New-bugs-announce] [Issue 121050] JIT 3.13 job: test_logging: qemu_plugin_vcpu_init_hook: assertion failed: (success)
CPython Issues
- [New-bugs-announce] [Issue 121058] Warn In PyThreadState_Clear() If the Thread State Still Has an Unhandled Exception
CPython Issues
- [New-bugs-announce] [Issue 121065] Thread sanitizer (free-threading) tests fail: test_signal raises RecursionError
CPython Issues
- [New-bugs-announce] [Issue 121066] (full video!!)~ Subhashree Sahu Leaked Video Online HD
CPython Issues
- [New-bugs-announce] [Issue 121068] Documentation
CPython Issues
- [New-bugs-announce] [Issue 121075] run_coroutine_threadsafe document can not be reproduced
CPython Issues
- [New-bugs-announce] [Issue 121082] CPython build failed with `--enable-pystats` after #118450
CPython Issues
- [New-bugs-announce] [Issue 121084] test_typing leaked [1, 1, 1] memory blocks: fail randomly on Refleak buildbots
CPython Issues
- [New-bugs-announce] [Issue 121085] `urllib.request.getproxies_registry` does not return proxy exceptions (no_proxy)
CPython Issues
- [New-bugs-announce] [Issue 121087] "import hashlib" crashes on aarch64 after Finalize and re-initialize
CPython Issues
- [New-bugs-announce] [Issue 121090] test_launcher fails if no Python is installed
CPython Issues
- [New-bugs-announce] [Issue 121095] Built-in function for generating UUIDv7 identifiers according to RFC9562
CPython Issues
- [New-bugs-announce] [Issue 121096] Valgrind lists memory leaks: dlopen() called without dlclose()
CPython Issues
- [New-bugs-announce] [Issue 121101] python -Wall is undocumented
CPython Issues
- [New-bugs-announce] [Issue 121103] Free-threaded libraries should be in `lib/python3.14t` (configure)
CPython Issues
- [New-bugs-announce] [Issue 121104] Add unittest.TestCase.assertMappingEqual
CPython Issues
- [New-bugs-announce] [Issue 121108] Max linker memory being set for wasi thread builds
CPython Issues
- [New-bugs-announce] [Issue 121109] tarfile "r|*" (stream mode) is much slower than "r:*"
CPython Issues
- [New-bugs-announce] [Issue 121110] test_basic_multiple_interpreters_reset_each: _PyRefchain_Remove: Assertion `value == REFCHAIN_VALUE' failed
CPython Issues
- [New-bugs-announce] [Issue 121111] zipimport cannot do a namespace import when a directory has no python files, but it contains nested directories with python files inside of a zip file.
CPython Issues
- [New-bugs-announce] [Issue 121112] segfault in pymalloc_alloc
CPython Issues
- [New-bugs-announce] [Issue 121115] Allow skipping __index__ handling in PyLong_AsNativeBytes
CPython Issues
- [New-bugs-announce] [Issue 121120] tracemalloc: add new `dump_snapshot()` and `load_snapshot()` functions implemented in C
CPython Issues
- [New-bugs-announce] [Issue 121125] [C API] Add PySet_NextEntry() function
CPython Issues
- [New-bugs-announce] [Issue 121130] Self-documenting f-string in conversion specifier throws ValueError
CPython Issues
- [New-bugs-announce] [Issue 121131] Setting the line number is ignored in `INSTRUMENTED_YIELD_VALUE`
CPython Issues
- [New-bugs-announce] [Issue 121137] Missing PyDECREF calls for ADDITEMS opcode of _pickle.c
CPython Issues
- [New-bugs-announce] [Issue 121138] riscv64: Python/perf_jit_trampoline.c:491:6: error: #error "Unsupported target architecture"
CPython Issues
- [New-bugs-announce] [Issue 121141] Support copy.replace() on AST nodes
CPython Issues
- [New-bugs-announce] [Issue 121142] Mac M1: ctypes crashes Blender application when I load and run my dylib.
CPython Issues
- [New-bugs-announce] [Issue 121148] 'And' functionality between lists
CPython Issues
- [New-bugs-announce] [Issue 121149] Specialization for accurate complex summation in sum()?
CPython Issues
- [New-bugs-announce] [Issue 121151] argparse: usage text of arguments in mutually exclusive groups no longer wraps in Python 3.13
CPython Issues
- [New-bugs-announce] [Issue 121153] Incorrect use of _PyLong_CompactValue()
CPython Issues
- [New-bugs-announce] [Issue 121157] subprocess.run timeout does not function if shell=True and capture_output=True
CPython Issues
- [New-bugs-announce] [Issue 121160] `readline.set_history_length` corrupts history files when used in a libedit build
CPython Issues
- [New-bugs-announce] [Issue 121163] Consider support "all" as an valid action for ``warnings.filterswarnings/simplefilter``.
CPython Issues
- [New-bugs-announce] [Issue 121165] Use `do-while(0)` to protect `ADJUST_INDICES` macro
CPython Issues
- [New-bugs-announce] [Issue 121170] Wrong number sorting
CPython Issues
- [New-bugs-announce] [Issue 121171] Wrong extract version set in local headers for files located beyond zip64 limit
CPython Issues
- [New-bugs-announce] [Issue 121186] LZMA filtering documentation very poor
CPython Issues
- [New-bugs-announce] [Issue 121188] Test suite interrupted by xml.etree.ElementTree.ParseError: not well-formed (invalid token)
CPython Issues
- [New-bugs-announce] [Issue 121189] Support `allow_nan` for `json.load[s]()` for JSON compliance
CPython Issues
- [New-bugs-announce] [Issue 121190] Different output from importlib.resources.files() in REPL in 3.12 versus 3.13
CPython Issues
- [New-bugs-announce] [Issue 121192] Add fast path to `deepcopy()` for empty list/tuple/dict/set
CPython Issues
Last message date:
Sun Jun 30 17:54:47 EDT 2024
Archived on: Sun Jun 30 17:54:50 EDT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).