June 2021 Archives by date
Starting: Tue Jun 1 01:08:47 EDT 2021
Ending: Wed Jun 30 12:24:29 EDT 2021
Messages: 266
- [New-bugs-announce] [issue44276] Replace if-elif-else structure with match-case (PEP634)
Kshitiz Arya
- [New-bugs-announce] [issue44277] cpython forks are spammed with dependabot PRs
Anthony Sottile
- [New-bugs-announce] [issue44278] Improve syntax error message for assigning to "..."
Serhiy Storchaka
- [New-bugs-announce] [issue44279] doc: contextlib.suppress documentation is imprecise
Irit Katriel
- [New-bugs-announce] [issue44280] unittest filters out too many assertion stack frames from context/cause chains
Peter Hawkins
- [New-bugs-announce] [issue44281] Links on top of collections doc not in the order of sections
Andrei Kulakov
- [New-bugs-announce] [issue44282] IDLE: ColorDelegatorTest test_incremental_editing failures
Terry J. Reedy
- [New-bugs-announce] [issue44283] Add jump table for certain safe match-case statements
Dennis Sweeney
- [New-bugs-announce] [issue44284] Python references wrong line but correct line number in traceback
helpimnotdrowning
- [New-bugs-announce] [issue44285] Coverity scan: Modules/getpath.c. "calculate_open_pyenv" allocates memory that is stored into "env_file".
Charalampos Stratakis
- [New-bugs-announce] [issue44286] venv activate script would be good to show failure.
john kim
- [New-bugs-announce] [issue44287] test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks 3.9
STINNER Victor
- [New-bugs-announce] [issue44288] unittest: _is_relevant_tb_level() fails because tb.tb_frame.f_globals=None
STINNER Victor
- [New-bugs-announce] [issue44289] tarfile.is_tarfile() modifies file object's current position
Andrzej Mateja
- [New-bugs-announce] [issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'
STINNER Victor
- [New-bugs-announce] [issue44291] Unify logging.handlers.SysLogHandler behavior with SocketHandlers
Kirill Pinchuk
- [New-bugs-announce] [issue44292] contextmanager + ExitStack.pop_all()
Luca Mattiello
- [New-bugs-announce] [issue44293] PEP 585 breaks inspect.isclass
Joseph Perez
- [New-bugs-announce] [issue44294] 3.9.5 Windows 64-bit installer says v3.8.10 in startup window.
Sunny Jamshedji
- [New-bugs-announce] [issue44295] self.assertDictContainsSubset warning is unhelpful
Anthony Sottile
- [New-bugs-announce] [issue44296] Should warnings.warn default to stacklevel=2?
Anthony Sottile
- [New-bugs-announce] [issue44297] Frame with -1 line number
STINNER Victor
- [New-bugs-announce] [issue44298] 3.10.0b2 traces with-exit before the break that caused the exit
Ned Batchelder
- [New-bugs-announce] [issue44299] Enable control over daemon flag in ThreadPoolExecutor and ProcessPoolExecutor
Dmitry Kropachev
- [New-bugs-announce] [issue44300] using Linked list vs dynamic array for LifoQueue class
Mihai Ion
- [New-bugs-announce] [issue44301] Is there a way to provide destructor for module written using C API?
Azat Ibrakov
- [New-bugs-announce] [issue44302] compile fail when make install run pip install as sudo
Battant
- [New-bugs-announce] [issue44303] Buildbot website failing with 503
Shreyan Avigyan
- [New-bugs-announce] [issue44304] segmentation fault appeared in python 3.10.0b2
mike bayer
- [New-bugs-announce] [issue44305] Improve syntax error for try block without finally or except block
Pablo Galindo Salgado
- [New-bugs-announce] [issue44306] asyncio.from_thread
Thomas Grainger
- [New-bugs-announce] [issue44307] date.today() is 2x slower than datetime.now().date()
Anthony Sottile
- [New-bugs-announce] [issue44308] Raw Strings lack parody
Nicholas Willhite
- [New-bugs-announce] [issue44309] Add support for yescrypt in crypt.
Björn Esser
- [New-bugs-announce] [issue44310] lru_cache memory leak
Wouter De Borger
- [New-bugs-announce] [issue44311] How to print results of asyncio websockets at the same time?
Jinwoo PARK NANTIER
- [New-bugs-announce] [issue44312] test_asyncio leaked [1533, 1531, 1533] references, sum=4597
Pablo Galindo Salgado
- [New-bugs-announce] [issue44313] Generate LOAD_ATTR+CALL_FUNCTION instead of LOAD_METHOD+CALL_METHOD for imports
Batuhan Taskaya
- [New-bugs-announce] [issue44314] [doc] SSLContext.set_ciphers() link to OpenSSL cipher list format is outdated
Chris Mayo
- [New-bugs-announce] [issue44315] [sqlite3] remove unused connection argument from pysqlite_step()
Erlend E. Aasland
- [New-bugs-announce] [issue44316] Support preserving path meaning in os.path.normpath() and abspath()
Barney Gale
- [New-bugs-announce] [issue44317] Misleading mark of octal SyntaxErrors
wyz23x2
- [New-bugs-announce] [issue44318] Asyncio classes missing __slots__
Bluenix
- [New-bugs-announce] [issue44319] setup openssl faild on linux (ubuntu 20.04)
Battant
- [New-bugs-announce] [issue44320] License for W3C C14N test suite is rendered as blockquote
OSAMU NAKAMURA
- [New-bugs-announce] [issue44321] os.EX_OK for Windows
Samuel Marks
- [New-bugs-announce] [issue44322] Document SyntaxError args and interpretation for f-string fields
Terry J. Reedy
- [New-bugs-announce] [issue44323] insttall module faid on wondows 10
Battant
- [New-bugs-announce] [issue44324] add a "expected expression" syntax error
Arjun
- [New-bugs-announce] [issue44325] IDLE: Fix shell comment anomalies
Terry J. Reedy
- [New-bugs-announce] [issue44326] [sqlite3] remove unused db member from pysqlite_Statement
Erlend E. Aasland
- [New-bugs-announce] [issue44327] [sqlite3] remove unused members from pysqlite_Connection
Erlend E. Aasland
- [New-bugs-announce] [issue44328] time.monotonic() should use QueryPerformanceCounter() on Windows
Ryan Hileman
- [New-bugs-announce] [issue44329] [sqlite3] refactor pysqlite_statement_create
Erlend E. Aasland
- [New-bugs-announce] [issue44330] IDLE: Colorizer test hangs on macOS
Terry J. Reedy
- [New-bugs-announce] [issue44331] Generate static PyCodeObjects for faster startup
Neil Schemenauer
- [New-bugs-announce] [issue44332] For Loop temporary variable scope should be local to For loop
Debasis Satapathy
- [New-bugs-announce] [issue44333] Segmentation fault
Kuldeep Daksh
- [New-bugs-announce] [issue44334] urllib cannot parse large data
Mustafa El Agamey
- [New-bugs-announce] [issue44335] "Wrong" invalid character identified
Andre Roberge
- [New-bugs-announce] [issue44336] Windows buildbots hang after fatal exit
Jeremy Kloth
- [New-bugs-announce] [issue44337] Port LOAD_ATTR to adaptive interpreter
Mark Shannon
- [New-bugs-announce] [issue44338] Port LOAD_GLOBAL to adaptive interpreter
Mark Shannon
- [New-bugs-announce] [issue44339] Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
Mark Dickinson
- [New-bugs-announce] [issue44340] Add support for building cpython with clang thin lto
Brett Holman
- [New-bugs-announce] [issue44341] Conflict between re.match and match keyword
Finn Mason
- [New-bugs-announce] [issue44342] enum with inherited type won't pickle
Tom Brown
- [New-bugs-announce] [issue44343] Adding the "with" statement support to ContextVar
Joongi Kim
- [New-bugs-announce] [issue44344] Documentation for pow() should include the possibility of complex numbers as a return type
Erik Y. Adams
- [New-bugs-announce] [issue44345] The First-line (comment) of the parser.c is incorrect.
Akira Nonaka
- [New-bugs-announce] [issue44346] Fraction constructor may accept spaces around '/'
Sergey B Kirpichev
- [New-bugs-announce] [issue44347] Unclear documentation for shutil.copytree()
Tilman Vogel
- [New-bugs-announce] [issue44348] test_exceptions.ExceptionTests.test_recursion_in_except_handler stack overflow on Windows debug builds
Ken Jin
- [New-bugs-announce] [issue44349] Edge case in pegen's error displaying with non-utf8 lines
Ammar Askar
- [New-bugs-announce] [issue44350] Support
Aivar Annamaa
- [New-bugs-announce] [issue44351] distutils.sysconfig.parse_makefile() regression in Python 3.10
Miro Hrončok
- [New-bugs-announce] [issue44352] Native Windows Python builds running on Europe/Moscow TZ report wrong time from datetime.datetime.now when there is TZ environment variable also set to Europe/Moscow
Mike Kaganski
- [New-bugs-announce] [issue44353] PEP 604 NewType
Joseph Perez
- [New-bugs-announce] [issue44354] ssl deprecation warnings erganomics
Thomas Grainger
- [New-bugs-announce] [issue44355] Allow spaces in format strings
Steven D'Aprano
- [New-bugs-announce] [issue44356] Abstract enum mixins not allowed
Jordan Ephron
- [New-bugs-announce] [issue44357] Add math.cbrt() function: Cube Root
Ajith Ramachandran
- [New-bugs-announce] [issue44358] AMD64 RHEL8 LTO + PGO 3.x build failed with: /usr/bin/ld: Dwarf Error: Offset (2487097600) greater than or equal to .debug_str size (571933).
STINNER Victor
- [New-bugs-announce] [issue44359] test_ftplib fails as "env changes" if a socket operation times out in a thread: TimeoutError is not catched
STINNER Victor
- [New-bugs-announce] [issue44360] test_compile segfault on AMD64 Ubuntu 3.x
STINNER Victor
- [New-bugs-announce] [issue44361] test_smtpnet failed with SMTPServerDisconnected on x86 Gentoo Non-Debug with X 3.10
STINNER Victor
- [New-bugs-announce] [issue44362] improve documentation of SSL deprecations
Thomas Grainger
- [New-bugs-announce] [issue44363] Likely false positive for address sanitizer after fork
Mark Shannon
- [New-bugs-announce] [issue44364] Add non integral tests for `sqrt()`
Ajith Ramachandran
- [New-bugs-announce] [issue44365] Bad dataclass post-init example
Micael Jarniac
- [New-bugs-announce] [issue44366] Define functions without parentheses (if no parameters given)
Boštjan Mejak
- [New-bugs-announce] [issue44367] Python Code for WebView2 Exe Testing
Bhavna Sewani
- [New-bugs-announce] [issue44368] Invalid mapping patterns give confusing SyntaxErrors
Brandt Bucher
- [New-bugs-announce] [issue44369] Improve syntax error for wrongly closed strings
Pablo Galindo Salgado
- [New-bugs-announce] [issue44370] Inconsistent results for min() and max() with math.nan as argument
Joël Larose
- [New-bugs-announce] [issue44371] asyncio.wait_for does not cancel running tasks in the correct fashion
Ofek Kirzner
- [New-bugs-announce] [issue44372] Can't install Python3.8, 3.9, 3.10 various errors including 0x80070643
Thomas Schweikle
- [New-bugs-announce] [issue44373] make Event and Awaitable
Kaleb Barrett
- [New-bugs-announce] [issue44374] PyThreadState_IsCurrent bug under building Python with --with-experimental-isolated-subinterpreters
junyixie
- [New-bugs-announce] [issue44375] urllib.parse.urlparse is not parsing the url properly
Neethu
- [New-bugs-announce] [issue44376] Improve performance of integer exponentiation
Steven D'Aprano
- [New-bugs-announce] [issue44377] Truncated error message of original function while multiprocessing or multithreading
Prasanth Rajendran
- [New-bugs-announce] [issue44378] Py_IS_TYPE(): cast discards ‘const’ qualifier from pointer target type
STINNER Victor
- [New-bugs-announce] [issue44379] Pickling recursion error, did not import pickle
Violet Godfrey
- [New-bugs-announce] [issue44380] glob.glob handling of * (asterisk) wildcard is broken
Maxim Egorushkin
- [New-bugs-announce] [issue44381] Allow enabling control flow guard in Windows build
Steve Dower
- [New-bugs-announce] [issue44382] Python 3.9+ on Windows 8.0
Hypo Turtle
- [New-bugs-announce] [issue44383] argparse.BooleanOptionalAction interacts poorly with ArgumentDefaultsHelpFormatter
Julian Gilbey
- [New-bugs-announce] [issue44384] test_ttk_guionly: 2 tests fail once each on Pipelines Ubuntu
Terry J. Reedy
- [New-bugs-announce] [issue44385] Some target-related rules are unreachable in the grammar
Lysandros Nikolaou
- [New-bugs-announce] [issue44386] importlib and math.pi interact strangely
Paul Prescod
- [New-bugs-announce] [issue44387] Not obvious that locale.LC_MESSAGES may not exist sometimes (e.g. on Windows)
Richard Mines
- [New-bugs-announce] [issue44388] venv API Docs for EnvBuilder.ensure_directories incorrectly describe behavior
Matthew Clapp
- [New-bugs-announce] [issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
Brother Beer
- [New-bugs-announce] [issue44390] PC/frozen_dllmain.c, some expressions have no side effects
Brother Beer
- [New-bugs-announce] [issue44391] PC/launcher.c,one more argument than required
Brother Beer
- [New-bugs-announce] [issue44392] Py_GenericAlias is not documented
Ronald Oussoren
- [New-bugs-announce] [issue44393] segfault with sys.setrecursionlimit
Alex Hall
- [New-bugs-announce] [issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Updated to vendoed copy to expat 2.4.1
STINNER Victor
- [New-bugs-announce] [issue44395] email.message as_string() not writing unixfrom
Konstantin Ryabitsev
- [New-bugs-announce] [issue44396] Use-After-Free
alessandro mantovani
- [New-bugs-announce] [issue44397] Add Linked Linked module
Ajith Ramachandran
- [New-bugs-announce] [issue44398] IDLE: On macOS, cntl-space/backslash display as ^S/^B
Terry J. Reedy
- [New-bugs-announce] [issue44399] log rotator cookbook example might waste disk space
mori-b
- [New-bugs-announce] [issue44400] Propose random.randbool()
Dong-hee Na
- [New-bugs-announce] [issue44401] const kwlist for PyArg_ParseTupleAndKeywords and PyArg_VaParseTupleAndKeywords
Richard Barnes
- [New-bugs-announce] [issue44402] Python 3.9 and 3.10 fails to install in WINE
Samuel Marks
- [New-bugs-announce] [issue44403] Add os.path.isreserved() function
Barney Gale
- [New-bugs-announce] [issue44404] tkinter's after() AttributeError with functools.partial (no attribute __name__)
Philip Sundt
- [New-bugs-announce] [issue44405] add program passed as string to dis module.
Arjun
- [New-bugs-announce] [issue44406] Divergent sys.prefix behavior causes `python -m build` command to fail when in virtual environment
Dylan
- [New-bugs-announce] [issue44407] A "Coroutines and Tasks" code example needs "asyncio.run(main())"
Atsushi Sakai
- [New-bugs-announce] [issue44408] imaplib fails when server sends extra blank line after literal value
John L
- [New-bugs-announce] [issue44409] compile raises SyntaxError with undocumented lineno attribute None
Florian Weimer
- [New-bugs-announce] [issue44410] Exception in AsyncMock side_effect cases incorrect refcount
Daniel Andersson
- [New-bugs-announce] [issue44411] regrtests fail with segfault after failing calls to malloc
Jack DeVries
- [New-bugs-announce] [issue44412] Add os.path.fileuri() function
Barney Gale
- [New-bugs-announce] [issue44413] OverflowError: mktime argument out of range after 2019
Vyacheslav
- [New-bugs-announce] [issue44414] from __future__ import annotations breaks profiler's handling of dataclasses
James Wilcox
- [New-bugs-announce] [issue44415] sys.stdout.flush and print() hanging
Rajeev Chaurasia
- [New-bugs-announce] [issue44416] test_threading: test_print_exception() hangs and killed after 3h15
STINNER Victor
- [New-bugs-announce] [issue44417] bytecode<>line number mapping seems wrong in 3.10.0b2
Gabriele N Tornetta
- [New-bugs-announce] [issue44418] unicodedata.ucnhash_CAPI removed from Python 3.10 without deprecation
Miro Hrončok
- [New-bugs-announce] [issue44419] Wrong division calculation for numbers more than 16 digits
Abbas Baharforoosh
- [New-bugs-announce] [issue44420] Add CapWords classes to datetime module?
Douglas Thor
- [New-bugs-announce] [issue44421] random.uniform() hangs will eating up all available RAM
Christian Kleineidam
- [New-bugs-announce] [issue44422] threading.enumerate(): reentrant call during a GC collection hangs
STINNER Victor
- [New-bugs-announce] [issue44423] copy2 / sendfile fails on linux with large file
karl
- [New-bugs-announce] [issue44424] Decompress streaming bz2 file
Carlos Franzreb
- [New-bugs-announce] [issue44425] 'dirty' added to sys.version on Linux and Mac source builds depending on git version
Mark Final
- [New-bugs-announce] [issue44426] Docs fail to build with Sphinx 4 due to Invalid C declaration
Karolina Surma
- [New-bugs-announce] [issue44427] File extension for scripts on windows is unclear
Malte Kliemann
- [New-bugs-announce] [issue44428] _ProactorBasePipeTransport.abort() after _ProactorBasePipeTransport.close() does not cancel writes
Thomas Grainger
- [New-bugs-announce] [issue44429] Tkinter Flow Geometry Manager
Gary Davenport
- [New-bugs-announce] [issue44430] [sqlite3] refactor threading tests
Erlend E. Aasland
- [New-bugs-announce] [issue44431] Add command-line functionality to uuid module
Eric Phenix
- [New-bugs-announce] [issue44432] SourceFileLoader.load_module() is mixing content of previosly loaded files
Andrew Johnson
- [New-bugs-announce] [issue44433] processes created by subprocess.Popen is not terminating
Rajeev Chaurasia
- [New-bugs-announce] [issue44434] _thread module: Remove redundant PyThread_exit_thread() call to avoid glibc fatal error: libgcc_s.so.1 must be installed for pthread_cancel to work
STINNER Victor
- [New-bugs-announce] [issue44435] There is no description of PY_SSIZE_T_CLEAN in docs
Jack DeVries
- [New-bugs-announce] [issue44436] [Windows] _thread.start_new_thread() should close the thread handle
STINNER Victor
- [New-bugs-announce] [issue44437] Add multimap() function similar to map(), but with multiprocessing functionality to the multiprocessing module
Ryan Rudes
- [New-bugs-announce] [issue44438] argparser documentation error
Arman Sargsyan
- [New-bugs-announce] [issue44439] PickleBuffer doesn't have __len__ method
Ma Lin
- [New-bugs-announce] [issue44440] logging does not work as documented (setLevel)
Alexander Dietz
- [New-bugs-announce] [issue44441] Malformed PyImport_Inittab after re-initialization
kryheb
- [New-bugs-announce] [issue44442] Globals (and presumably builtins) are cleared premuturely in FrameObject
Mark Shannon
- [New-bugs-announce] [issue44443] dataclass looks up default on the class, not the classes __dict__
Eric V. Smith
- [New-bugs-announce] [issue44444] How can track and trace your parcel live?
fastway track
- [New-bugs-announce] [issue44445] Add `site-include` install scheme path in sysconfig
Filipe Laíns
- [New-bugs-announce] [issue44446] linecache.getline TypeError when formatting tracebacks in stacks containing an async list comprehension
Thomas Grainger
- [New-bugs-announce] [issue44447] Syntax Error not as detailed as shown
Eesa Ibrahim Khokhar
- [New-bugs-announce] [issue44448] Suggestion: change existing error message for invalid function name
Andre Roberge
- [New-bugs-announce] [issue44449] Segfault in _PyTrash_begin when faulthandler tries to dump thread stacks
Duncan Grisby
- [New-bugs-announce] [issue44450] Generator expressions trace differently on Windows than on Mac
Ned Batchelder
- [New-bugs-announce] [issue44451] test_entry_points_by_index (test.test_importlib.test_metadata_api.APITests) fails on Fedora 33 and 34
Miro Hrončok
- [New-bugs-announce] [issue44452] Allow paths to be joined without worrying about a leading slash
Zbyszek Jędrzejewski-Szmek
- [New-bugs-announce] [issue44453] Documented return type of sysconfig.get_path() is wrong
Jelle Zijlstra
- [New-bugs-announce] [issue44454] How to find canon printer default wifi password
fix offline printers
- [New-bugs-announce] [issue44455] compileall should exit nonzero for nonexistent directories
Aaron Meurer
- [New-bugs-announce] [issue44456] Improve syntax error for mixing keyword/positional in max patterns
Pablo Galindo Salgado
- [New-bugs-announce] [issue44457] Finish format() change started in issue43945
Ethan Furman
- [New-bugs-announce] [issue44458] Duplicate symbol _BUFFER_BLOCK_SIZE when statically linking multiple modules
Russell Keith-Magee
- [New-bugs-announce] [issue44459] 3.10b2 -> 3.10b3 regression in importlib.metadata for rinoh
Anthony Sottile
- [New-bugs-announce] [issue44460] python crashes when pandas reading parquet
Andrey Brykin
- [New-bugs-announce] [issue44461] 'Pdb' object has no attribute 'botframe'
Jason R. Coombs
- [New-bugs-announce] [issue44462] multiprocessing.get hangs if the pool is closed in the signal handler
Chaitanya
- [New-bugs-announce] [issue44463] HTTP Cookiejar doesn't support samesite
Chris Wagner
- [New-bugs-announce] [issue44464] Remove flake8 exception for deprecation warning (importlib.metadata)
Jason R. Coombs
- [New-bugs-announce] [issue44465] html.escape can be used in a few places in the standard lib instead of similar existing code
Andrei Kulakov
- [New-bugs-announce] [issue44466] faulthandler should indicate if the fault happened in garbage collection
Maxwell Ballenger
- [New-bugs-announce] [issue44467] profiling-compatible functools.wraps
Anthony Sottile
- [New-bugs-announce] [issue44468] Shouldn't `typing.get_type_hints()` default `globalns` to `{}` instead of skipping base classes?
Will Chen
- [New-bugs-announce] [issue44469] Fix tests for "async with"
Serhiy Storchaka
- [New-bugs-announce] [issue44470] 3.11 docs.python.org in Polish not English?
Samuel Marks
- [New-bugs-announce] [issue44471] Raise TypeError in ExitStack.enter_context() for bad argument
Serhiy Storchaka
- [New-bugs-announce] [issue44472] ltrace functionality doesn't work if there is an exception set
Pablo Galindo Salgado
- [New-bugs-announce] [issue44473] logging.handlers.QueueHandler acts unexpected
Kai Müller
- [New-bugs-announce] [issue44474] inspect.getsourceslines() consider lambda of one line only
Wel Griv
- [New-bugs-announce] [issue44475] Dataclass Causes Infinite Recursion when using type of bytes
Andrew C
- [New-bugs-announce] [issue44476] "subprocess not supported for isolated subinterpreters" when running venv
Brian Curtin
- [New-bugs-announce] [issue44477] Remove ma_version_tag in dict?
Ken Jin
- [New-bugs-announce] [issue44478] I can't
Oz Mouchtar
- [New-bugs-announce] [issue44479] Windows build doesn't regenerate some files
Guido van Rossum
- [New-bugs-announce] [issue44480] test_compile killed by signal 9 on AMD64 FreeBSD Non-Debug 3.x
STINNER Victor
- [New-bugs-announce] [issue44481] Tkinter config() minor documentation bug for shorthand options
Jeff S
- [New-bugs-announce] [issue44482] Possible resource leeak in glob in non-refcount implementations
Serhiy Storchaka
- [New-bugs-announce] [issue44483] Fatal error in type union
Serhiy Storchaka
- [New-bugs-announce] [issue44484] test_concurrent_futures: failure on Windows (x64)
Erlend E. Aasland
- [New-bugs-announce] [issue44485] TKinter docs page does not provide actual documentation
Chris Trent
- [New-bugs-announce] [issue44486] Modules should alway have a dictionary
Mark Shannon
- [New-bugs-announce] [issue44487] Regression
Erik Faye-Lund
- [New-bugs-announce] [issue44488] ERROR: No matching distribution found for kivy
NIKDISSV
- [New-bugs-announce] [issue44489] _handle_existing_loggers should respect loggers that were manually disabled
Ron Serruya
- [New-bugs-announce] [issue44490] PEP 604 Union (int | str) doesn't have __parameters__
Ken Jin
- [New-bugs-announce] [issue44491] [sqlite3] allow clearing the authoriser callback
Erlend E. Aasland
- [New-bugs-announce] [issue44492] Building a C extension on Big Sur and SDK v10.15 fails
Phil Thompson
- [New-bugs-announce] [issue44493] Missing terminated NUL in the length of sockaddr_un
ty
- [New-bugs-announce] [issue44494] Overhaul of Doc/library/__main__.rst
Jack DeVries
- [New-bugs-announce] [issue44495] wrong FNAME in tarfile if tgz extension is used
Maciej Misiak
- [New-bugs-announce] [issue44496] string.Formatter class not allowing {.field}
Aschwin
- [New-bugs-announce] [issue44497] distutil findall can choke with recursive symlinks (performance)
Sorin Sbarnea
- [New-bugs-announce] [issue44498] remove deprecated smtpd from the stdlib
Irit Katriel
- [New-bugs-announce] [issue44499] [sqlite3] make sqlite3.Connection exception refs strong
Erlend E. Aasland
- [New-bugs-announce] [issue44500] Document changes to code object.
Mark Shannon
- [New-bugs-announce] [issue44501] Packing constant call arguments
Batuhan Taskaya
- [New-bugs-announce] [issue44502] bla in cpython/Lib/test/test_sys_settrace.py
zcpara
- [New-bugs-announce] [issue44503] Hide __enter__ calls in mock_open
Pierre Ossman
- [New-bugs-announce] [issue44504] Typo in the docstring of Mapping.get method
Yevhen Kuzmovych
- [New-bugs-announce] [issue44505] loop invariant code motion
zcpara
- [New-bugs-announce] [issue44506] test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiving fails on Windows x64 and x86
Erlend E. Aasland
- [New-bugs-announce] [issue44507] Favor needed ASAP
Glenn Travis
- [New-bugs-announce] [issue44508] asyncio: document failure mode for loop.call_soon_threadsafe
Mark Dickinson
- [New-bugs-announce] [issue44509] Build in type alias for paths
alex rakowski
- [New-bugs-announce] [issue44510] file.read() UnicodeDecodeError with large files on Windows
Rohan Amin
- [New-bugs-announce] [issue44511] Improve the bytecode for mapping patterns
Brandt Bucher
- [New-bugs-announce] [issue44512] csv.DictWriter: inconsistency in handling of extrasaction arg
Andrei Kulakov
- [New-bugs-announce] [issue44513] for string methods strip, lstrip, rstrip, when param is a string which has more than one char, those methods is no useful currently
redrose2100
- [New-bugs-announce] [issue44514] configparser.rst & bz2.rst leave temp files after 'make doctest'
Kevin Follstad
- [New-bugs-announce] [issue44515] contextlib test incompatibility with non-refcounted GC
Nick Coghlan
- [New-bugs-announce] [issue44516] Update bundled pip to 21.1.3
Stéphane Bidoul
- [New-bugs-announce] [issue44517] test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot aborts at test_still_running
Erlend E. Aasland
- [New-bugs-announce] [issue44518] Finalization of non-exhausted asynchronous generators is deferred
Serhiy Storchaka
- [New-bugs-announce] [issue44519] help(math.fabs)
David Lambert
- [New-bugs-announce] [issue44520] exception is thrown if bs = None
Олег Масло
- [New-bugs-announce] [issue44521] str.removeprefix(): add strict: bool
Марк Коренберг
- [New-bugs-announce] [issue44522] [doc] open() function errors='surrogateescape' has inaccurate information
Bupjae Lee
- [New-bugs-announce] [issue44523] weakref.proxy documentation might be outdated
Alexander Neumann
- [New-bugs-announce] [issue44524] __name__ attribute in typing module
Lars
- [New-bugs-announce] [issue44525] Implement CALL_FUNCTION adaptive interpreter optimizations
Ken Jin
- [New-bugs-announce] [issue44526] Doc typo in "What’s New In Python 3.10" (x/y-axis)
serif
- [New-bugs-announce] [issue44527] subprocess.run gets stuck indefinitely
bugale bugale
- [New-bugs-announce] [issue44528] Move IP version resolving to http.server's API
pavel-lexyr
- [New-bugs-announce] [issue44529] Using typing.Union in isinstance checks
Kaleb Barrett
- [New-bugs-announce] [issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data
Gabriele N Tornetta
- [New-bugs-announce] [issue44531] Add _PyType_AllocNoTrack() function: allocate without tracking in the GC
STINNER Victor
- [New-bugs-announce] [issue44532] multi subinterpreters use _PyStructSequence_InitType failed.
junyixie
- [New-bugs-announce] [issue44533] Where are the log file(s)
tygrus
- [New-bugs-announce] [issue44534] unittest.mock.Mock.unsafe doc is garbled
Roy Smith
- [New-bugs-announce] [issue44535] Cannot build in VS 2022
Steve Dower
- [New-bugs-announce] [issue44536] wrong output of np.lcm.reduce(*awg)
申泷轩
- [New-bugs-announce] [issue44537] Document PGO in devguide
Guido van Rossum
- [New-bugs-announce] [issue44538] ast.Slice 3.9.6 documentation bug
Tim
- [New-bugs-announce] [issue44539] Imghdr JPG Quantized
Mohamad Mansour
- [New-bugs-announce] [issue44540] venv: activate.bat fails for venv with special characters in PATH
MB113
- [New-bugs-announce] [issue44541] collections.abc.Sequence index implementation
Maciej Kopeć
Last message date:
Wed Jun 30 12:24:29 EDT 2021
Archived on: Wed Jun 30 12:24:56 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).