December 2020 Archives by thread
Starting: Tue Dec 1 01:37:14 EST 2020
Ending: Thu Dec 31 19:16:58 EST 2020
Messages: 283
- [New-bugs-announce] [issue42518] Error Message
Kshitish
- [New-bugs-announce] [issue42519] [C API] Upgrade the C API in extension modules
STINNER Victor
- [New-bugs-announce] [issue42520] add_dll_directory only accepts absolute paths
Antony Lee
- [New-bugs-announce] [issue42521] Debug (-d) mode not working in 3.9
anthony shaw
- [New-bugs-announce] [issue42522] [C API] Add Py_Borrow() function: call Py_XDECREF() and return the object
STINNER Victor
- [New-bugs-announce] [issue42523] using windows doc incorrectly states version support
Numerlor
- [New-bugs-announce] [issue42524] pdb access to return value
Romuald Brunet
- [New-bugs-announce] [issue42525] Optimize class/module level annotation
Yurii Karabas
- [New-bugs-announce] [issue42526] Exceptions in asyncio.Server callbacks are not retrievable
Tom
- [New-bugs-announce] [issue42527] UnicodeEncode error in BaseHttpRequestHandler class when send unicode data.
Yanfeng Wang
- [New-bugs-announce] [issue42528] Improve the docs of most Py*_Check{, Exact} API calls
Antonio Cuni
- [New-bugs-announce] [issue42529] CPython DLL initialization routine failed from PYC cache file
Karl Nelson
- [New-bugs-announce] [issue42530] Pickle Serialization Mangles NllLossBackward Objects in Tensor Objects
Daniel Kostecki
- [New-bugs-announce] [issue42531] importlib.resources.path() raises TypeError for packages without __file__
William Schwartz
- [New-bugs-announce] [issue42532] spec_arg's __bool__ is called while initializing NonCallableMock
Idan Weiss
- [New-bugs-announce] [issue42533] Document encodings.idna limitations
Tobias Kunze
- [New-bugs-announce] [issue42534] venv does not work correctly when imported from .zip
Jussi Enkovaara
- [New-bugs-announce] [issue42535] unittest.patch confuses modules with base modules
Tymek Wołodźko
- [New-bugs-announce] [issue42536] test_itertools leaks sometimes references
STINNER Victor
- [New-bugs-announce] [issue42537] Implement built-in shorthand b() for breakpoint()
Qingyao Sun
- [New-bugs-announce] [issue42538] AsyncIO strange behaviour
Alexander Greckov
- [New-bugs-announce] [issue42539] Missing parenthesis in `platform._sys_version_parser`
Mingchii Suen
- [New-bugs-announce] [issue42540] Debug pymalloc crash when using os.fork() [regression]
CendioOssman
- [New-bugs-announce] [issue42541] Tkinter colours wrong on MacOS universal2
E. Paine
- [New-bugs-announce] [issue42542] weakref documentation does not fully describe proxies
Ryan Govostes
- [New-bugs-announce] [issue42543] case sensitivity in open() arguments
Sean Grogan
- [New-bugs-announce] [issue42544] In windows, asyncio.run_in_executor strips logger class information from modified logging.Logger objects
Alex Sherman
- [New-bugs-announce] [issue42545] Check that all symbols in the limited ABI are exported
Pablo Galindo Salgado
- [New-bugs-announce] [issue42546] copy - Allow .copy(deep=True) alongside .deepcopy() for easier usage and zen
Daniel Rose
- [New-bugs-announce] [issue42547] argparse: add_argument(... nargs='+', metavar=<tuple>) does not work with positional arguments
Mikhail Khvoinitsky
- [New-bugs-announce] [issue42548] debugger stops at breakpoint of `pass` that is not actually reached
Andy S
- [New-bugs-announce] [issue42549] "quopri" line endings not standard conform
Dieter Maurer
- [New-bugs-announce] [issue42550] re库匹配问题
ye andy
- [New-bugs-announce] [issue42551] Generator `yield`s counted as primitive calls by cProfile
Matthew Suozzo
- [New-bugs-announce] [issue42552] Automatically set parent thread idents on thread start
gaborjbernat
- [New-bugs-announce] [issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action
STINNER Victor
- [New-bugs-announce] [issue42554] distutils.util.get_platform() depends on minor version for macOS 11
FX Coudert
- [New-bugs-announce] [issue42555] math function sqrt() not working in 3.9
mike dalrymple
- [New-bugs-announce] [issue42556] unittest.mock.patch() cannot properly mock methods
Pierre Ossman
- [New-bugs-announce] [issue42557] Make asyncio.__main__ reusable, also adding a preamble feature.
Berry Schoenmakers
- [New-bugs-announce] [issue42558] waitpid/waitid race caused by change to Popen.send_signal in Python 3.9
Jack O'Connor
- [New-bugs-announce] [issue42559] random.getrandbits: Should it be explicit that it returns unsigned/non-negative integer?
Paul Sokolovsky
- [New-bugs-announce] [issue42560] Improve Tkinter Documentation
Mason Ginter
- [New-bugs-announce] [issue42561] better error reporting in ast
sds
- [New-bugs-announce] [issue42562] dis failed to parse function that has only annotations
Yurii Karabas
- [New-bugs-announce] [issue42563] max function reports type errors in incorrect order
Nicholas Kobald
- [New-bugs-announce] [issue42564] "from .__init__ import ..." syntax imports a duplicate module
Gregory Szorc
- [New-bugs-announce] [issue42565] Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'python' is not defined
Siva Krishna Giri Babu Avvaru
- [New-bugs-announce] [issue42566] Clearing stack frame of suspended coroutine causes coroutine to malfunction
zerotypic
- [New-bugs-announce] [issue42567] Enum: manually call __init_subclass__ after members are added
Ethan Furman
- [New-bugs-announce] [issue42568] Python can't run .pyc files with non-ASCII path on Windows
Alexey Izbyshev
- [New-bugs-announce] [issue42569] Callers of _Py_fopen/_Py_wfopen may be broken after addition of audit hooks
Alexey Izbyshev
- [New-bugs-announce] [issue42570] Try and Except doesn't work properly
Kshitish
- [New-bugs-announce] [issue42571] [docs] add links to Glossary#parameter in libraries
Frederic Gagnon
- [New-bugs-announce] [issue42572] Better path handling with argparse
Austin Scola
- [New-bugs-announce] [issue42573] Installation of Python 3.9 failing with message "User cancelled installation"
tosunilmathew at yahoo.com
- [New-bugs-announce] [issue42574] Travis can't build the 3.8 branch right now
Brandt Bucher
- [New-bugs-announce] [issue42575] Suggest to add an LinkedList data structure to python
Sam Yan
- [New-bugs-announce] [issue42576] Passing keyword arguments to types.GenericAlias causes a hard crash
Ken Jin
- [New-bugs-announce] [issue42577] Unhelpful syntax error when expression spans multiple lines
Christoph Reiter
- [New-bugs-announce] [issue42578] Add tip when encountering UnicodeDecode/Encode Error in open()
wyz23x2
- [New-bugs-announce] [issue42579] Solution from gh#python/cpython#13236 unnecessarily binds building of documentation to the latest version of Sphinx
Matej Cepl
- [New-bugs-announce] [issue42580] ctypes.util.find_library("libc") fails
Matthias Klose
- [New-bugs-announce] [issue42581] Docs site redirection doesn't work for 3.9
kaxing
- [New-bugs-announce] [issue42582] Remove asyncio._all_tasks_compat()
Serhiy Storchaka
- [New-bugs-announce] [issue42583] JSON.dumps() creates invalid JSON with single quotes
Kjartan Hrafnkelsson
- [New-bugs-announce] [issue42584] Upgrade macOS and Windows installers to use SQLite 3.34.0
Erlend Egeberg Aasland
- [New-bugs-announce] [issue42585] Segmentation fault on Linux with multiprocess queue
Stegle, Julien
- [New-bugs-announce] [issue42586] unittest.mock.Mock spec can't be array/ndarray in Python 3.9
Valeriu Predoi
- [New-bugs-announce] [issue42587] test_buffer fails on Python built with GCC 11
STINNER Victor
- [New-bugs-announce] [issue42588] Improvements to graphlib.TopologicalSorter.static_order() documentation
Ran Benita
- [New-bugs-announce] [issue42589] doc: Wrong "from" keyword link in Exceptions doc
Irit Katriel
- [New-bugs-announce] [issue42590] Something like Rust's std::sync::Mutex – combining a mutex primitive and a piece of data it's protecting
Jakub Stasiak
- [New-bugs-announce] [issue42591] Method Py_FrozenMain missing in libpython3.9
Christian Bachmaier
- [New-bugs-announce] [issue42592] TypedDict: total=False but still key required
Paul Bryan
- [New-bugs-announce] [issue42593] Consistency in unicode string multiplication with an integer
syl-nktaylor
- [New-bugs-announce] [issue42594] Provide a way to skip magic-number search in ZipFile(mode='a')
Bart Robinson
- [New-bugs-announce] [issue42595] 5 * str
NO_DANGER LacalBitcoins
- [New-bugs-announce] [issue42596] aarch64 Fedora Rawhide LTO + PGO 3.8 fails to build Python: /usr/bin/ld: error adding symbols: bad value
STINNER Victor
- [New-bugs-announce] [issue42597] Improve documentation of locals() w.r.t. "free variables" vs. global variables
Dominik V.
- [New-bugs-announce] [issue42598] Some configure checks rely on implicit function declaration
Joshua Root
- [New-bugs-announce] [issue42599] Remove PyModule_GetWarningsModule() in pylifecycle.c
hai shi
- [New-bugs-announce] [issue42600] Cancelling tasks waiting for asyncio.Conditions crashes w/ RuntimeError: Lock is not acquired.
Hynek Schlawack
- [New-bugs-announce] [issue42601] [doc] add more examples and additional explanation to re.sub
Harvastum
- [New-bugs-announce] [issue42602] seekable() returns True on pipe objects in Windows
Myungbae Son
- [New-bugs-announce] [issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries
Manolis Stamatogiannakis
- [New-bugs-announce] [issue42604] EXT_SUFFIX too short on FreeBSD and AIX
mattip
- [New-bugs-announce] [issue42605] dir_util.copy_tree crashes if folder it previously created is removed
Aleksey Vlasenko
- [New-bugs-announce] [issue42606] Support POSIX atomicity guarantee of O_APPEND on Windows
Alexey Izbyshev
- [New-bugs-announce] [issue42607] raw strings SyntaxError
安迷
- [New-bugs-announce] [issue42608] Installation failed from source code on Debian ([307/416] test_socket)
ali
- [New-bugs-announce] [issue42609] Eval with two high string multiplication crashes newer Python versions
Erik Lamers
- [New-bugs-announce] [issue42610] Get the type of from a var
dimitri.wei
- [New-bugs-announce] [issue42611] PEP 594
Kyle Stanley
- [New-bugs-announce] [issue42612] Software Designer
Deepanshu Garg
- [New-bugs-announce] [issue42613] freeze.py doesn't support sys.platlibdir different than lib nor multiarch
STINNER Victor
- [New-bugs-announce] [issue42614] Pathlib does not support a Cyrillic character 'й'
Mihail Kirilov
- [New-bugs-announce] [issue42615] Redundant jump instructions due to deleted unreachable bytecode blocks
Om G
- [New-bugs-announce] [issue42616] C Extensions on Darwin that link against libpython are likely to crash
Tom Birch
- [New-bugs-announce] [issue42617] Enhancement request for PyType_FromSpecWIthBases add option for meta class
Karl Nelson
- [New-bugs-announce] [issue42618] Enhancement request for importing stacktraces from foreign sources
Karl Nelson
- [New-bugs-announce] [issue42619] python 3.9.1 failed to create .so files as universal2 (arm64, x86_64) on Mac
xz_sophos
- [New-bugs-announce] [issue42620] documentation on `getsockname()` wrong for AF_INET6
Rick van Rein
- [New-bugs-announce] [issue42621] Python IDLE no longer opens after clicking on its icon
Avinash Gaur
- [New-bugs-announce] [issue42622] Add support to add existing parser to ArgumentParser.subparsers
Bohdan Borkivskyi
- [New-bugs-announce] [issue42623] Syntax Error showing pointer in wrong location
Pratik Palwai
- [New-bugs-announce] [issue42624] sqlite3 package document mistake
LIU Qingyuan
- [New-bugs-announce] [issue42625] Segmentation fault of PyState_AddModule()
hai shi
- [New-bugs-announce] [issue42626] readline history, vi-editingmode and ANSI color codes bug
Joakim Nilsson
- [New-bugs-announce] [issue42627] urllib.request.getproxies() misparses Windows registry proxy settings
benrg
- [New-bugs-announce] [issue42628] binascii doesn't work on some base64
Kent Watsen
- [New-bugs-announce] [issue42629] PyObject_Call not behaving as documented
Max Bachmann
- [New-bugs-announce] [issue42630] Variable.__init__ raise a RuntimeError instead of obscure AttributeError
Ivo Shipkaliev
- [New-bugs-announce] [issue42631] Multiprocessing module hangs on os.read() on Linux
to7m
- [New-bugs-announce] [issue42632] Reassgining ZeroDivisionError will lead to bug in Except clause
Xinmeng Xia
- [New-bugs-announce] [issue42633] Wave documentation doesn't mention signed/unsigned requirements
Matthew Walker
- [New-bugs-announce] [issue42634] Incorrect line number in bytecode for try-except-finally
Mark Shannon
- [New-bugs-announce] [issue42635] Incorrect line number in bytecode for nested loops
Mark Shannon
- [New-bugs-announce] [issue42636] shielded task exception never retrieved when outer task cancelled
Martin Natano
- [New-bugs-announce] [issue42637] Python release note tkinter problems
E. Paine
- [New-bugs-announce] [issue42638] IDLE: Context lines not working correctly
Terry J. Reedy
- [New-bugs-announce] [issue42639] Make atexit state per interpreter
STINNER Victor
- [New-bugs-announce] [issue42640] tkinter throws exception when key is pressed
Justin
- [New-bugs-announce] [issue42641] Deprecate os.popen() function
STINNER Victor
- [New-bugs-announce] [issue42642] logging: add high priority log level for warnings being cleared
Nick Coghlan
- [New-bugs-announce] [issue42643] http.server does not support HTTP range requests
Decorater
- [New-bugs-announce] [issue42644] logging.disable('WARN') breaks AsyncIO
OverLordGoldDragon
- [New-bugs-announce] [issue42645] break/continue or return in finally block occurs twice in trace.
Mark Shannon
- [New-bugs-announce] [issue42646] Add function that supports "applying" methods
wyz23x2
- [New-bugs-announce] [issue42647] Unable to use concurrent.futures in atexit hook
Julien Danjou
- [New-bugs-announce] [issue42648] subprocess: add a helper/parameter to catch exec() OSError exception
STINNER Victor
- [New-bugs-announce] [issue42649] RecursionError when parsing unwieldy expression (regression from 2.7 -> 3.x)
Michael Orlitzky
- [New-bugs-announce] [issue42650] Can people use dest=argparse.SUPPRESS in custom Action classes?
Brad Warren
- [New-bugs-announce] [issue42651] Title: Recursive traceback crashes Python Interpreter
Xinmeng Xia
- [New-bugs-announce] [issue42652] recursive in finally clause cause Python interpreter crash.
Xinmeng Xia
- [New-bugs-announce] [issue42653] Expose ISO-TP Contants for Linux >= 5.10
Stefan Tatschner
- [New-bugs-announce] [issue42654] Add folder for python customizations: __sitecustomize__
Mario Corchero
- [New-bugs-announce] [issue42655] Fix subprocess extra_groups gid conversion
Jakub Kulik
- [New-bugs-announce] [issue42656] prime numbers loop issue
Валерій Марцишин
- [New-bugs-announce] [issue42657] Python 3.9.1 building process could not use local standard library
xz_sophos
- [New-bugs-announce] [issue42658] os.path.normcase() is inconsistent with Windows file system
sogom
- [New-bugs-announce] [issue42659] Objects of uname_result Class Cannot be Successfully Pickled
CrocoDuck
- [New-bugs-announce] [issue42660] _zoneinfo.c incorrectly checks bounds of `day` variable in calenderrule_new
Paul Ganssle
- [New-bugs-announce] [issue42661] Hashlib Bug
Samit Mohnot
- [New-bugs-announce] [issue42662] Propose: Data model explict about __annotations__ key ordering.
Paul Bryan
- [New-bugs-announce] [issue42663] zoneinfo does not support full range of allowed transition hours in fallback string
Paul Ganssle
- [New-bugs-announce] [issue42664] strptime(%c) fails to parse the output of strftime(%c)
sds
- [New-bugs-announce] [issue42665] Should PyLong_AsLongAndOverflow raise exception on overflow?
Ganesh Kathiresan
- [New-bugs-announce] [issue42666] getting a class source regresses in Python 3.9
Thomas Viehmann
- [New-bugs-announce] [issue42667] shelve module is not thread-safe during accessing different databases from different threads
gardener.willy
- [New-bugs-announce] [issue42668] re.escape does not correctly escape newlines
Martin Altmayer
- [New-bugs-announce] [issue42669] "except" documentation still suggests nested tuples are allowed
Colin Watson
- [New-bugs-announce] [issue42670] Missing word in itertools.product
Scott Noyes
- [New-bugs-announce] [issue42671] Make the Python finalization more deterministic
STINNER Victor
- [New-bugs-announce] [issue42672] tkinter/__init__.py raises a NameError if NoDefaultRoot()
Ivo Shipkaliev
- [New-bugs-announce] [issue42673] Optimize round_size for rehashing
Jurjen N.E. Bos
- [New-bugs-announce] [issue42674] __init_subclass__ only called for first subclass when class has multiple inheritance
Chris Gahagan
- [New-bugs-announce] [issue42675] Document changes made in bpo-42195
Ken Jin
- [New-bugs-announce] [issue42676] zoneinfo uses locale depending functions for parsing
Serhiy Storchaka
- [New-bugs-announce] [issue42677] Support comments in argparse fromfile_prefix_chars files
Thomas Nabelek
- [New-bugs-announce] [issue42678] [Enum] _sunder_ methods only looked up in the last Enum class in the mro
Ethan Furman
- [New-bugs-announce] [issue42679] Minor improvement in datetime.timestamp() docs
Olvin
- [New-bugs-announce] [issue42680] unicode identifiers not accessible or assignable through globals()
Martin Chase
- [New-bugs-announce] [issue42681] mistake in curses documentation
Robert T McQuaid
- [New-bugs-announce] [issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks
lilydjwg
- [New-bugs-announce] [issue42683] asyncio should handle keyboard interrupt while the event loop is running
Paul Moore
- [New-bugs-announce] [issue42684] Improvements to documentation for PyUnicode_FS{Converter, Decoder}
Antony Lee
- [New-bugs-announce] [issue42685] Improve placing of simple query windows.
Serhiy Storchaka
- [New-bugs-announce] [issue42686] include built-in Math functions in SQLite to 3.35.0 of march 2021
Big Stone
- [New-bugs-announce] [issue42687] tokenize module does not recognize Barry as FLUFL
Erik Soma
- [New-bugs-announce] [issue42688] ctypes memory error on Apple Silicon with external libffi
Eli Rykoff
- [New-bugs-announce] [issue42689] Installation
Rafael
- [New-bugs-announce] [issue42690] Aiohttp fails when using intel ax200 wireless card
JasperTecHK
- [New-bugs-announce] [issue42691] macOS 11.1 + Homebrew 2.6.2 + python 3.9.1 = idle crash
Пётр Сиренко
- [New-bugs-announce] [issue42692] Build fails on macOS when compiler doesn't define __has_builtin
Joshua Root
- [New-bugs-announce] [issue42693] "if 0:" lines are traced; they didn't use to be
Ned Batchelder
- [New-bugs-announce] [issue42694] Failed test_new_curses_panel in test_curses
Serhiy Storchaka
- [New-bugs-announce] [issue42695] tkinter keysym_num value is incorrect
Justin
- [New-bugs-announce] [issue42696] Duplicated unused bytecodes at end of function
Ned Batchelder
- [New-bugs-announce] [issue42697] 3.8.7rc1 regression: 'free(): invalid pointer' after running backports-zoneinfo test suite
Michał Górny
- [New-bugs-announce] [issue42698] Deadlock in pysqlite_connection_dealloc()
hydroflask
- [New-bugs-announce] [issue42699] Use `.join(k for k in g)` instead of `.join([k for k in g])`
Samuel Marks
- [New-bugs-announce] [issue42700] xml.parsers.expat.errors description of codes/messages is flipped
Michael Wayne Goodman
- [New-bugs-announce] [issue42701] Discrepency between configure.ac and configure
Michael Felt
- [New-bugs-announce] [issue42702] Inconsistent state after autoreconf
agbaroni
- [New-bugs-announce] [issue42703] Asyncio Event Documentation Links Incorrect
Matt Fowler
- [New-bugs-announce] [issue42704] [macOS] [python3.7] : platform.machine() returns x86_64 on ARM machine
Malay Shah
- [New-bugs-announce] [issue42705] Intercepting thread lock objects not working under context managers
Mohamad Kanj
- [New-bugs-announce] [issue42706] random.uniform 2x slower than inline implementation
Scott Norton
- [New-bugs-announce] [issue42707] Python uses ANSI CP for stdio on Windows console instead of using console or OEM CP
Alexandre
- [New-bugs-announce] [issue42708] AttributeError when running multiprocessing on MacOS 11 with Apple Silicon (M1)
Reeyarn Li
- [New-bugs-announce] [issue42709] I
James B Wilkinson
- [New-bugs-announce] [issue42710] Viewing pydoc API documentation
Faris Chugthai
- [New-bugs-announce] [issue42711] lru_cache and NotImplemented
Kaleb Barrett
- [New-bugs-announce] [issue42712] Segmentation fault in running ast.literal_eval() with large expression size.
Xinmeng Xia
- [New-bugs-announce] [issue42713] Segmentation fault in running eval() with large expression size.
Xinmeng Xia
- [New-bugs-announce] [issue42714] Segmentation fault in running compile() with large expression size.
Xinmeng Xia
- [New-bugs-announce] [issue42715] Segmentation fault in running exec() with large expression size.
Xinmeng Xia
- [New-bugs-announce] [issue42716] Segmentation fault in running ast.parse() with large expression size.
Xinmeng Xia
- [New-bugs-announce] [issue42717] The python interpreter crashed with "_enter_buffered_busy"
Xinmeng Xia
- [New-bugs-announce] [issue42718] Allow zero-width entries in code.co_lines()
Mark Shannon
- [New-bugs-announce] [issue42719] Eliminate NOPs in the assembler, by emitting zero-width entries in the line number table
Mark Shannon
- [New-bugs-announce] [issue42720] << operator has a bug
Nandish
- [New-bugs-announce] [issue42721] Using of simple dialogs without default root window
Serhiy Storchaka
- [New-bugs-announce] [issue42722] Add --debug command line option to unittest to enable post-mortem debugging
Dominik V.
- [New-bugs-announce] [issue42723] Unclear why dict unpacking cannot be used in dict comprehension
Luke Davis
- [New-bugs-announce] [issue42724] Change library name when building.
Corentin Bolou
- [New-bugs-announce] [issue42725] PEP 563: Should the behavior change for yield/yield from's
Batuhan Taskaya
- [New-bugs-announce] [issue42726] gdb/libpython.py InstanceProxy does not work with py3
Augusto Hack
- [New-bugs-announce] [issue42727] [Enum] EnumMeta.__prepare__ needs to accept **kwds
Ethan Furman
- [New-bugs-announce] [issue42728] Typo in documentation: importlib.metadata
Tao He
- [New-bugs-announce] [issue42729] tokenize, ast: No direct way to parse tokens into AST, a gap in the language processing pipiline
Paul Sokolovsky
- [New-bugs-announce] [issue42730] TypeError in Time.Sleep when invoked from shell script background
Abdulrahman Alabdulkareem
- [New-bugs-announce] [issue42731] Enhancement request for proxying PyString
Karl Nelson
- [New-bugs-announce] [issue42732] Buildbot s390x Fedora LTO + PGO 3.x fails intermittently
Ken Jin
- [New-bugs-announce] [issue42733] [issue] io's r+ mode truncate(0)
施文峰
- [New-bugs-announce] [issue42734] "bogus_code_obj.py" should be removed from "cPython/Lib/test/crashers"
Xinmeng Xia
- [New-bugs-announce] [issue42735] "trace_at_recursion_limit.py" should be removed from "Python/Lib/test/crashers"
Xinmeng Xia
- [New-bugs-announce] [issue42736] Add support for making Linux prctl(...) calls to subprocess
Gregory P. Smith
- [New-bugs-announce] [issue42737] PEP 563: drop annotations for complex assign targets
Batuhan Taskaya
- [New-bugs-announce] [issue42738] subprocess: don't close all file descriptors by default (close_fds=False)
STINNER Victor
- [New-bugs-announce] [issue42739] Crash when try to disassemble bogus code object
Serhiy Storchaka
- [New-bugs-announce] [issue42740] typing.py get_args and get_origin should support PEP 604 and 612
Ken Jin
- [New-bugs-announce] [issue42741] Sync 3.9's whatsnew document in 3.10 with 3.9 branch
Ken Jin
- [New-bugs-announce] [issue42742] Add abc.Mapping to dataclass
Anton Abrosimov
- [New-bugs-announce] [issue42743] pdb vanishing breakpoints
Daniel Schreck
- [New-bugs-announce] [issue42744] pkg_resources seems to treat python 3.10 as python 3.1
RhinosF1
- [New-bugs-announce] [issue42745] [subinterpreters] Make the type lookup cache per-interpreter
STINNER Victor
- [New-bugs-announce] [issue42746] python3.7.3 - ssl.SSLContext() - "Killed"
yaksha nyx
- [New-bugs-announce] [issue42747] Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?
STINNER Victor
- [New-bugs-announce] [issue42748] test_asdl_parser: load_module() method is deprecated
Batuhan Taskaya
- [New-bugs-announce] [issue42749] test_tcl failed on 32-bit POWER6 AIX 3.9: big int issue with 9223372036854775808
STINNER Victor
- [New-bugs-announce] [issue42750] tkinter.Variable equality consistency
Ivo Shipkaliev
- [New-bugs-announce] [issue42751] Imaplib
Rodolfo García Peñas
- [New-bugs-announce] [issue42752] multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem)
Alex Orange
- [New-bugs-announce] [issue42753] "./configure" linux chrome beta
Gerrik Labra
- [New-bugs-announce] [issue42754] Unpacking of literals inside other literals should be optimised away by the compiler
Patrick Reader
- [New-bugs-announce] [issue42755] sqlite3.Connection.backup default value is diffrent between implmentation and docs
Dong-hee Na
- [New-bugs-announce] [issue42756] smtplib.LMTP.connect() raises TypeError if `timeout` is not specified
Wüstengecko
- [New-bugs-announce] [issue42757] Class has two prototypes
Johann Bernhardt
- [New-bugs-announce] [issue42758] pathlib.Path to support the "in" operator (x in y)
Anton Hvornum
- [New-bugs-announce] [issue42759] Take into acount a Tcl interpreter when compare variables and fonts
Serhiy Storchaka
- [New-bugs-announce] [issue42760] inspect.iscoroutine returns False for asynchronous generator functions
Paolo Lammens
- [New-bugs-announce] [issue42761] Why does python's Popen fail to pass environment variables on Mac OS X?
AustEcon
- [New-bugs-announce] [issue42762] infinite loop resulted by "yield"
Xinmeng Xia
- [New-bugs-announce] [issue42763] Exposing a race in the "_warnings" resulting Python parser crash
Xinmeng Xia
- [New-bugs-announce] [issue42764] HTMLParser close() issue
Anthony Hodson
- [New-bugs-announce] [issue42765] Introduce new data model method __iter_items__
Richard Neumann
- [New-bugs-announce] [issue42766] urllib.request.HTTPPasswordMgr uses commonprefix instead of commonpath
Donát Nagy
- [New-bugs-announce] [issue42767] Review usage of atomic variables in signamodule.c
STINNER Victor
- [New-bugs-announce] [issue42768] super().__new__() of list expands arguments
Richard Neumann
- [New-bugs-announce] [issue42769] concurrent.futures.ProcessPoolExecutor is unable to forward exceptions with state.
Damien Levac
- [New-bugs-announce] [issue42770] Typo in email.headerregistry docs
bazwal
- [New-bugs-announce] [issue42771] Implement interactive hotkey, Ctrl+L to clear the console in Windows.
Mike Miller
- [New-bugs-announce] [issue42772] randrange() mishandles step when stop is None
Raymond Hettinger
- [New-bugs-announce] [issue42773] build.yml workflow not testing on pushes
Ammar Askar
- [New-bugs-announce] [issue42774] 'ipaddress' module, bad result for 'is_private' on "192.0.0.0"
Trevor Marvin
- [New-bugs-announce] [issue42775] __init_subclass__ should be called in __init__
Ethan Furman
- [New-bugs-announce] [issue42776] The string find method shows the problem
andy ye
- [New-bugs-announce] [issue42777] WindowsPath does not implement is_mount but ntpath implements and offers a ismount method
David
- [New-bugs-announce] [issue42778] Add follow_symlinks=True to {os.path, Path}.samefile
Tom Hale
- [New-bugs-announce] [issue42779] Pow compute can only available in python3.7
minipython
- [New-bugs-announce] [issue42780] os.set_inheritable() fails for O_PATH file descriptors on Linux
cptpcrd
- [New-bugs-announce] [issue42781] functools.cached_property docs should explain that it is non-overriding
Luciano Ramalho
- [New-bugs-announce] [issue42782] shutil.move creates a new directory even on failure
Winson Luk
- [New-bugs-announce] [issue42783] asyncio.sleep(0) idiom is not documented
Simon Willison
- [New-bugs-announce] [issue42784] issues with object.h includes
Big Boss
- [New-bugs-announce] [issue42785] Support operator module callables in inspect.signature
Paolo Lammens
- [New-bugs-announce] [issue42786] Different repr for collections.abc.Callable and typing.Callable
Svyatoslav
- [New-bugs-announce] [issue42787] email.utils.getaddresses improper parsing of unicode realnames
Konstantin Ryabitsev
- [New-bugs-announce] [issue42788] Issue with Python’s Floor Division
yao_way
- [New-bugs-announce] [issue42789] Do not skip test_curses on non-tty
Serhiy Storchaka
- [New-bugs-announce] [issue42790] test.regrtest outputs to stdout instead of stderr
Serhiy Storchaka
- [New-bugs-announce] [issue42791] There is no way to json encode object to str.
Artyom Kaltovich
- [New-bugs-announce] [issue42792] [MacOS] Can't open file in a separate (threading.Thread) thread
Jah-On
- [New-bugs-announce] [issue42793] Bug of round function
Narek
- [New-bugs-announce] [issue42794] test_nntplib fails on CI
Serhiy Storchaka
- [New-bugs-announce] [issue42795] Asyncio loop.create_server doesn't bind to any interface if host is a sequence with jus the empty string
Paolo Lammens
- [New-bugs-announce] [issue42796] tempfile doesn't seem to play nicely with os.chdir on Windows
Gabriele Tornetta
- [New-bugs-announce] [issue42797] Allow doctest to select tests via -m/--match option
Costas Basdekis
- [New-bugs-announce] [issue42798] pip search fails
Paul Watson
- [New-bugs-announce] [issue42799] Please document fnmatch LRU cache size (256) and suggest alternatives
Josh Triplett
- [New-bugs-announce] [issue42800] Traceback objects allow accessing frame objects without triggering audit hooks
Ammar Askar
Last message date:
Thu Dec 31 19:16:58 EST 2020
Archived on: Thu Dec 31 19:17:06 EST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).