January 2021 Archives by subject
Starting: Fri Jan 1 00:16:27 EST 2021
Ending: Sun Jan 31 22:01:44 EST 2021
Messages: 289
- [New-bugs-announce] [issue42801] Exception catching function crashes on recursive list
Steven D'Aprano
- [New-bugs-announce] [issue42802] distutils: Remove bdist_wininst command
STINNER Victor
- [New-bugs-announce] [issue42803] Traced line number is wrong for "if not __debug__"
Ned Batchelder
- [New-bugs-announce] [issue42804] Unable to compile the code x86 windows
Bharath Posa
- [New-bugs-announce] [issue42805] broken pygame integration into wxpython
monchy
- [New-bugs-announce] [issue42806] Incorrect offsets in new parser for f-string substitutions
Anthony Sottile
- [New-bugs-announce] [issue42807] smtplib send_message should gives more clear exception if the msg is None
oon arfiandwi
- [New-bugs-announce] [issue42808] Add PyType_Type.tp_vectorcall for type(obj) performance
Dennis Sweeney
- [New-bugs-announce] [issue42809] Improve pickle tests for recursive data
Serhiy Storchaka
- [New-bugs-announce] [issue42810] Nested if/else gets phantom else trace (3.10)
Ned Batchelder
- [New-bugs-announce] [issue42811] Update docs for importlib.util.resolve_name() to use __spec__ instead of __package__
Brett Cannon
- [New-bugs-announce] [issue42812] @overload-ing method of parent class without actual implementation
Chaim Gewirtz
- [New-bugs-announce] [issue42813] Extra spaces cause unexpected EOF error in "compile" function with mode "single"
Xinmeng Xia
- [New-bugs-announce] [issue42814] Undefined behavior in Objects/genericaliasobject.c
Zackery Spytz
- [New-bugs-announce] [issue42815] new thread doesn't copy context of the parent thread
Yurii Karabas
- [New-bugs-announce] [issue42816] Add str.split_iter function
Martin Winks
- [New-bugs-announce] [issue42817] timedelta zeropadding hh
Kevin Rasmussen
- [New-bugs-announce] [issue42818] AttributeError: 'zipimporter' object has no attribute 'find_spec'
Klaus Ethgen
- [New-bugs-announce] [issue42819] readline 8.1 bracketed paste
Dustin Rodrigues
- [New-bugs-announce] [issue42820] Sphinx conf.py needs_version entry is outdated
Tim Hoffmann
- [New-bugs-announce] [issue42821] HTMLParser: subsequent duplicate attributes should be ignored
karl
- [New-bugs-announce] [issue42822] Missing backslashes in documentation for 3.8 and 3.9
Julien Palard
- [New-bugs-announce] [issue42823] Incorrect frame.f_lineno when frame.f_trace is set
Mark Shannon
- [New-bugs-announce] [issue42824] get_type_hints throws for local class reference
Fabian.M
- [New-bugs-announce] [issue42825] Optimization opportunity on Windows
Austin Lamb
- [New-bugs-announce] [issue42826] typing.Iterable does not need__getitem__() method
Peter Pavlinič
- [New-bugs-announce] [issue42827] Multiline eval with assignment to function call segfaults
Julien Palard
- [New-bugs-announce] [issue42828] Python readline module
Marco Franzo
- [New-bugs-announce] [issue42829] get_type_hints throws for nested class with __future__ annotations
Svyatoslav
- [New-bugs-announce] [issue42830] tempfile mkstemp() leaks file descriptors if os.close() is not called
Mieczysław Torchała
- [New-bugs-announce] [issue42831] IDLE fix colours for MacOS dark mode
E. Paine
- [New-bugs-announce] [issue42832] classmethod change in 3.9 needs better documentation
Irit Katriel
- [New-bugs-announce] [issue42833] Lib/urllib/request.py: digest algorithm should be case insensitive
Pierre Tardy
- [New-bugs-announce] [issue42834] [subinterpreters] Convert "global" static variable caches in _json to heap variables
Ken Jin
- [New-bugs-announce] [issue42835] Can't Built libxml2 When Using Python 3.9.x
Michael L. Boom
- [New-bugs-announce] [issue42836] docs: struct: clarify struct caching behaviour
Sandeep Subramanian
- [New-bugs-announce] [issue42837] Symbol table incorrectly identifies code as a generator, when 'yield' occurs in an annotation
Mark Shannon
- [New-bugs-announce] [issue42838] Wait for cleanup coroutines before event loop is closed.
xloem
- [New-bugs-announce] [issue42839] SourceFileLoader does not (fully) accept path-like objects
favonia
- [New-bugs-announce] [issue42840] `type` takes **kwargs for __init_subclass__
Erik Soma
- [New-bugs-announce] [issue42841] Add bitwise or operator to collections.abc Mapping and MutableMapping
Yurii Karabas
- [New-bugs-announce] [issue42842] import logging.handlers shows weird behavior
sasquatchplatypus
- [New-bugs-announce] [issue42843] What min_sphinx for Python 3.10
Julien Palard
- [New-bugs-announce] [issue42844] Turtle Module -- "onclick" arguments enchancement
Stephen
- [New-bugs-announce] [issue42845] Third Party Module Installation using pip fails in Python 3.10.0a3
Shreyan Avigyan
- [New-bugs-announce] [issue42846] Using _multibytecodec module on Windows, test_threading/embed get failure
neonene
- [New-bugs-announce] [issue42847] Normalise file encodings in Lib/sqlite3/test/
Erlend Egeberg Aasland
- [New-bugs-announce] [issue42848] asyncio produces an unexpected traceback with recursive __getattribute__
asleep-cult
- [New-bugs-announce] [issue42849] pool worker can't be terminated
Zhesi Huang
- [New-bugs-announce] [issue42850] Process hangs when calling urllib.request in a multiprocessing.Process with import of sounddevice package
Robin Scheibler
- [New-bugs-announce] [issue42851] Subclassing Enum with ipaddress.IPv4Network/IPv6Network raises TypeError.
Mariusz Felisiak
- [New-bugs-announce] [issue42852] pprint fails in transformming non-breaking space
Xinmeng Xia
- [New-bugs-announce] [issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB
Andrew MacDonald
- [New-bugs-announce] [issue42854] OpenSSL 1.1.1: use SSL_write_ex() and SSL_read_ex()
Christian Heimes
- [New-bugs-announce] [issue42855] pathlib.exists on Windows raises an exception on URL like/bad input
gaborjbernat
- [New-bugs-announce] [issue42856] ensurepip: add configure --with-wheel-pkg-dir=PATH to get wheel packages from a system directory
STINNER Victor
- [New-bugs-announce] [issue42857] Fails to construct paths lead to "python is likely shutting down"
Xinmeng Xia
- [New-bugs-announce] [issue42858] Incorrect return value for os.system() in recognizing import error
Xinmeng Xia
- [New-bugs-announce] [issue42859] smtplib: recipe for certifying message delivery
Dmitry Goldenberg
- [New-bugs-announce] [issue42860] Incompatible types in Python grammar
Tobias Kohn
- [New-bugs-announce] [issue42861] ipaddress - add ability to get next closet subnet of any prefix size
Faisal Mahmood
- [New-bugs-announce] [issue42862] Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
Erlend Egeberg Aasland
- [New-bugs-announce] [issue42863] Python venv inconsistent folder structure on windows
Jeff Moguillansky
- [New-bugs-announce] [issue42864] Improve error messages regarding unclosed parentheses
Pablo Galindo Salgado
- [New-bugs-announce] [issue42865] sysconfig appends CFLAGS to LD
Victor Lopez
- [New-bugs-announce] [issue42866] test test_multibytecodec: Test_IncrementalEncoder.test_subinterp() leaks references
STINNER Victor
- [New-bugs-announce] [issue42867] Entry Widget not editable on Windows 10, but is on Linux Ubuntu 16.04
John McCabe
- [New-bugs-announce] [issue42868] SpooledTemporaryFile.__iter__ is not transparent to rollover
Jin-oh Kang
- [New-bugs-announce] [issue42869] pydoc does not append .html to documentation
Julien Palard
- [New-bugs-announce] [issue42870] Document changed argparse output wrt optional arguments in What's new in Python 3.10
Miro Hrončok
- [New-bugs-announce] [issue42871] Regex compilation crashed if I change order of alternatives under quantifier
Renji
- [New-bugs-announce] [issue42872] Inconsistent exception thrown by mkdir on different OSes
Hong Xu
- [New-bugs-announce] [issue42873] Exponential time and space requirements for compilation of nested try/finally blocks
Mark Dickinson
- [New-bugs-announce] [issue42874] configure errors
Martin Wheatley
- [New-bugs-announce] [issue42875] argparse incorrectly shows help string on a new line in case of long command string
Pavel Ditenbir
- [New-bugs-announce] [issue42876] '''"""''' != '""""'
Andreas Zeller
- [New-bugs-announce] [issue42877] TracebackException saves more data than it needs
Irit Katriel
- [New-bugs-announce] [issue42878] urllib.request.HTTPPasswordMgr.is_suburi does not care about order
Yair Frid
- [New-bugs-announce] [issue42879] SystemError from class 'int'
Jason Oliver
- [New-bugs-announce] [issue42880] ctypes: variadic function call still doesn't work on Apple Silicon
Ziqiao Kong
- [New-bugs-announce] [issue42881] Should typing.get_type_hints change None annotations?
Larry Hastings
- [New-bugs-announce] [issue42882] Restarting the interpreter causes UB on 3.10.0a4
Yannick Jadoul
- [New-bugs-announce] [issue42883] __init__ function may incur an incorrect behavior if passing a list as a parameter and set its default value as empty
Haoyang
- [New-bugs-announce] [issue42884] array.index() missing start and end
Daniel Nicorici
- [New-bugs-announce] [issue42885] Regex performance problem with ^ aka AT_BEGINNING
Arnim Rupp
- [New-bugs-announce] [issue42886] math.log and math.log10 domain error on very large Fractions
Camion
- [New-bugs-announce] [issue42887] Multiple assignments of attribute "__sizeof__" will cause a segfault
Xinmeng Xia
- [New-bugs-announce] [issue42888] Not installed “libgcc_s.so.1” causes parser crash.
Xinmeng Xia
- [New-bugs-announce] [issue42889] Incorrect behavior of Python parser after ast node of test program being modified
Xinmeng Xia
- [New-bugs-announce] [issue42890] bug float to int
Wlodek
- [New-bugs-announce] [issue42891] segfault with gunicorn and a library made with cython bindings
Amirouche Boubekki
- [New-bugs-announce] [issue42892] AttributeError in email.message.get_body()
Xavier Hausherr
- [New-bugs-announce] [issue42893] Strange XPath search behavior of xml.etree.ElementTree.Element.find
robpats
- [New-bugs-announce] [issue42894] Debugging native Python modules on Windows with Visual Studio Toolchain
Jeff Moguillansky
- [New-bugs-announce] [issue42895] Return multi-line list concatenation without parentheses returns only first operand
JD-Veiga
- [New-bugs-announce] [issue42896] Solaris 11.4 crle output not handled correctly
David Murphy
- [New-bugs-announce] [issue42897] Expose a way to determine if a process has been closed or not
Peter Van Sickel
- [New-bugs-announce] [issue42898] pickle.loads() crashes interpreter on invalid input
Kale Kundert
- [New-bugs-announce] [issue42899] Possible regression introduced by bpo-42615
Steve Stagg
- [New-bugs-announce] [issue42900] Ternary operator precedence relative to bitwise or
Peter
- [New-bugs-announce] [issue42901] [Enum] move member creation to __set_name__ in order to support __init_subclass__
Ethan Furman
- [New-bugs-announce] [issue42902] a python embedded program may load "C:\Lib\os.py" on windows system
houjingyi
- [New-bugs-announce] [issue42903] optimize lru_cache for functions with no arguments
Eugene Toder
- [New-bugs-announce] [issue42904] get_type_hints does not provide localns for classes
Paul Bryan
- [New-bugs-announce] [issue42905] Issue while installing numba
Sachit Murarka
- [New-bugs-announce] [issue42906] python3 -m doctest test.py tests the stdlib "time" module instead
Stijn van Drongelen
- [New-bugs-announce] [issue42907] Division betwen float and 100 not giving corect result
Dimo Yordanov
- [New-bugs-announce] [issue42908] Incorrect line numbers at end of try-except and with statements containing if False: pass
Mark Shannon
- [New-bugs-announce] [issue42909] Email header with ; ; ; ; stuffing takes very long to parse
robin
- [New-bugs-announce] [issue42910] Wrong code appears in the type alias introduction
Casuall
- [New-bugs-announce] [issue42911] Addition chains for pow saves 10 % time!
Jurjen N.E. Bos
- [New-bugs-announce] [issue42912] enum.Flag ~ bitwise negation is very slow
Kevin Chen
- [New-bugs-announce] [issue42913] asyncio.ProactorEventLoop mishandles signal wakeup file descriptor
Michel Hidalgo
- [New-bugs-announce] [issue42914] pprint numbers with underscore
Felipe
- [New-bugs-announce] [issue42915] enum.Flag ~ bitwise negation is very slow and can't be defined as a Flag value
Kevin Chen
- [New-bugs-announce] [issue42916] Support for DICOM image file format in imghdr module
Charles Law
- [New-bugs-announce] [issue42917] Block stack size for frame objects should be dynamically sizable
Thomas Anderson
- [New-bugs-announce] [issue42918] Nested multi-line expression will lead to "compile()" fails
Xinmeng Xia
- [New-bugs-announce] [issue42919] Blank in multiline “if expressions” will lead to EOF errors
Xinmeng Xia
- [New-bugs-announce] [issue42920] How to add end_lineno in pyclbr?
Aviral Srivastava
- [New-bugs-announce] [issue42921] Inferred Optional type of wrapper function arguments
Joseph Perez
- [New-bugs-announce] [issue42922] Enlace a descripción de función 'dir' faltante
Jose MONTES PEREZ
- [New-bugs-announce] [issue42923] Py_FatalError(): dump the list of extension modules
STINNER Victor
- [New-bugs-announce] [issue42924] bytearray_repeat copies from ob_bytes instead of ob_start
tholl
- [New-bugs-announce] [issue42925] Error trace of else inside class
ChenXuan
- [New-bugs-announce] [issue42926] Split compiler into code-gen, optimizer and assembler.
Mark Shannon
- [New-bugs-announce] [issue42927] Inline cache for slots
Guido van Rossum
- [New-bugs-announce] [issue42928] adafruit_ads1x15.ads1115 not comaptible with globals()[pkg_trunc] = importlib.import_module(pkg_trunc)
John Brearley
- [New-bugs-announce] [issue42929] On Windows, shutil.move doesn't raise FileExistsError if dst exists like os.rename
fireattack
- [New-bugs-announce] [issue42930] xml.parsers.expat results differ buffer_text and / or buffer_size
Michael XU
- [New-bugs-announce] [issue42931] Include randbytes in random.__all__
Setrak Balian
- [New-bugs-announce] [issue42932] How to handle import tripartite pacakge issue in unittest scripts for python expect mock.Mock
lizhu
- [New-bugs-announce] [issue42933] OUTPUT WRONG
Kkshitish
- [New-bugs-announce] [issue42934] use TracebackException's new compact param in unittest.TestResult
Irit Katriel
- [New-bugs-announce] [issue42935] Pickle can't import builtins at exit
Pete Wicken
- [New-bugs-announce] [issue42936] Decimal module performs wrong floor division with negative numbers
Jens
- [New-bugs-announce] [issue42937] 192.0.0.8 (IPv4 dummy address) considered globally reachable
CDirkx
- [New-bugs-announce] [issue42938] ctypes double representation BoF
Jordy Zomer
- [New-bugs-announce] [issue42939] Linux's chattr i.e. ioctl(FS_IOC_SETFLAGS) is not supported in os.chflags()
Марк Коренберг
- [New-bugs-announce] [issue42940] Incorrect behavior of inspect.signature(f).bind
Slava Kostrov
- [New-bugs-announce] [issue42941] Infinite loop in asyncio sslproto
Hingyuen Lam
- [New-bugs-announce] [issue42942] Feature request: Add decdigest() to hashlib
Arnim Rupp
- [New-bugs-announce] [issue42943] singledispatchmethod should expose registry of all known overloads
Ilya Kulakov
- [New-bugs-announce] [issue42944] random.Random.sample bug when counts is not None
Jon FRANCO
- [New-bugs-announce] [issue42945] weakref.finalize documentation contradicts itself RE: finalizer callback or args referencing object
Ryan Heisler
- [New-bugs-announce] [issue42946] email: ValueError in get_section when parsing header with non-ASCII digit
Florian Bruhin
- [New-bugs-announce] [issue42947] email: Handling when both extended/ascii parameter (filename*/filename) are present?
Florian Bruhin
- [New-bugs-announce] [issue42948] bytearray.copy is undocumented
wim glenn
- [New-bugs-announce] [issue42949] pdb & multiprocessing.Pool: AttributeError: module '__main__' has no attribute '__spec__'
Freek Dijkstra
- [New-bugs-announce] [issue42950] Incorrect exception behavior in handling recursive call.
Xinmeng Xia
- [New-bugs-announce] [issue42951] Random and infinite loop in dealing with recursion error for "try-except "
Xinmeng Xia
- [New-bugs-announce] [issue42952] Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl module
Zackery Spytz
- [New-bugs-announce] [issue42953] After the subclass of enum.Enum is imported in some diffenent ways, the same enumeration value is judged as False
Chenxi Liu
- [New-bugs-announce] [issue42954] new "if-as" syntax
Евгений Jen
- [New-bugs-announce] [issue42955] Add sys.module_names: list of stdlib module names (Python and extension modules)
STINNER Victor
- [New-bugs-announce] [issue42956] Easy conversion between range and slice
Dávid Nemeskey
- [New-bugs-announce] [issue42957] os.readlink produces wrong result on windows
simon mackenzie
- [New-bugs-announce] [issue42958] filecmp.cmp(shallow=True) isn't actually shallow when only mtime differs
Alexander Vandenbulcke
- [New-bugs-announce] [issue42959] AttributeError: module 'signal' has no attribute 'SIGHUP'
Joel Ewaldo
- [New-bugs-announce] [issue42960] resources module, FreeBSD update adding RLIMIT_KQUEUES constant
David CARLIER
- [New-bugs-announce] [issue42961] Use-after-free (of a heap type) during finalization
Boris Staletic
- [New-bugs-announce] [issue42962] Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
William Schwartz
- [New-bugs-announce] [issue42963] [multiprocessing] Calling pool.terminate() from an error_callback causes deadlock
Sammy Jelin
- [New-bugs-announce] [issue42964] Draft PEP blob etc
Larry Hastings
- [New-bugs-announce] [issue42965] Optional callable raises TypeError
Ofek Lev
- [New-bugs-announce] [issue42966] argpare: customizable help formatter
Tadek Kijkowski
- [New-bugs-announce] [issue42967] Web cache poisoning - `; ` as a query args separator
Adam Goldschmidt
- [New-bugs-announce] [issue42968] multiprocessing handle leak on Windows when child process is killed during startup/unpickling
Daniel Grunwald
- [New-bugs-announce] [issue42969] pthread_exit & PyThread_exit_thread are harmful
Gregory P. Smith
- [New-bugs-announce] [issue42970] File path with blank causes open error in 3.8, not in 3.7
Doug Day
- [New-bugs-announce] [issue42971] Some errnos for BSD/OSX are missing from errno module
Enji Cooper
- [New-bugs-announce] [issue42972] [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol
STINNER Victor
- [New-bugs-announce] [issue42973] argparse: mixing optional and positional arguments... not again
Tadek Kijkowski
- [New-bugs-announce] [issue42974] tokenize reports incorrect end col offset and line string when input ends without explicit newline
Brian Romanowski
- [New-bugs-announce] [issue42975] urllib.parse.parse_qsl(): add an option to not consider semicolon (; ) as separator
STINNER Victor
- [New-bugs-announce] [issue42976] __text_signature__ parser silently drops arguments with certain unsupported default forms
Antony Lee
- [New-bugs-announce] [issue42977] Tkinter Optionmenu Too Narrow on Mac
DDavid
- [New-bugs-announce] [issue42978] Improve error message when "self" is missing from the method definition
Pablo Galindo Salgado
- [New-bugs-announce] [issue42979] _zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_IMPORT failure
STINNER Victor
- [New-bugs-announce] [issue42980] argparse: GNU-style help formatter
Will Noble
- [New-bugs-announce] [issue42981] Error messages raised by _hashlib_scrypt_impl() are slightly misleading
Illia Volochii
- [New-bugs-announce] [issue42982] Update suggested number of iterations for pbkdf2_hmac()
Illia Volochii
- [New-bugs-announce] [issue42983] sys.argv incorrectly parses command lines with args in environment variables.
Jason Williams
- [New-bugs-announce] [issue42984] Python 3.7 and qt Libraries
Rob Simsiman
- [New-bugs-announce] [issue42985] AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 seconds without output
STINNER Victor
- [New-bugs-announce] [issue42986] pegen parser: Crash on SyntaxError with f-string on Windows
neonene
- [New-bugs-announce] [issue42987] HTTP header injection in urllib on windows
bfpiaoran
- [New-bugs-announce] [issue42988] Information disclosure via pydoc -p
Miro Hrončok
- [New-bugs-announce] [issue42989] Bug
Andrew C
- [New-bugs-announce] [issue42990] Improve the C code for calling Python code
Mark Shannon
- [New-bugs-announce] [issue42991] support for splitting multichannel audio fragments in audioop module
Ramon
- [New-bugs-announce] [issue42992] Tkinter bbox coordinates incorrectly drawn
Ron Hoffmann
- [New-bugs-announce] [issue42993] doc xml.etree.ElementTree.ElementTree.write does not mention attribute order
Christian Buhtz
- [New-bugs-announce] [issue42994] Missing MIME types for opus, AAC and 3gpp(2)
Nathan Beals
- [New-bugs-announce] [issue42995] Add PurePath.with_suffix_appended()
Brendan Gerrity
- [New-bugs-announce] [issue42996] hashlib documentation references an obsolete RFC 2898
Illia Volochii
- [New-bugs-announce] [issue42997] Improve error message for missing : before suites
Pablo Galindo Salgado
- [New-bugs-announce] [issue42998] pathlib.Path: add `username` argument to `home()`
Barney Gale
- [New-bugs-announce] [issue42999] `pathlib.Path.link_to()` documentation is misleading
Barney Gale
- [New-bugs-announce] [issue43000] All SSL requests fail with WRONG_VERSION_NUMBER when a packet sniffer is open
Darren Skidmore
- [New-bugs-announce] [issue43001] python3.9.1 test_embed test_tabnanny failed
Alexei S
- [New-bugs-announce] [issue43002] Exception chaining accepts exception classes
Ram Rachum
- [New-bugs-announce] [issue43003] Parts of the API will be removed in Python 4.0 ?
Michael Clerx
- [New-bugs-announce] [issue43004] No type variables left in collections.abc.Callable
Tyler Yep
- [New-bugs-announce] [issue43005] Package Relative Imports - double dot doc example not working
Ixio
- [New-bugs-announce] [issue43006] Changed behaviour of inspect.signature() in Python 3.10
Zac Hatfield-Dodds
- [New-bugs-announce] [issue43007] set_wakeup_fd() only works in main thread
MeneMeneTekel
- [New-bugs-announce] [issue43008] IDLE ignores sys.excepthook
Ken Hilton
- [New-bugs-announce] [issue43009] Port curses capi pointer array to a struct
hai shi
- [New-bugs-announce] [issue43010] @functools.wraps and abc.abstractmethod interoperability
Erez Zinman
- [New-bugs-announce] [issue43011] DeprecationWarnings in test_ctypes
Zackery Spytz
- [New-bugs-announce] [issue43012] Remove pathlib accessors
Barney Gale
- [New-bugs-announce] [issue43013] IDLE: update code, mostly by cleanups of 2.x or 2to3 artifacts
Terry J. Reedy
- [New-bugs-announce] [issue43014] tokenize spends a lot of time in `re.compile(...)`
Anthony Sottile
- [New-bugs-announce] [issue43015] Add str.replaceall?
Nathaniel Manista
- [New-bugs-announce] [issue43016] Improve tests for curses
Serhiy Storchaka
- [New-bugs-announce] [issue43017] Improve error message in the parser when using un-parenthesised tuples in comprehensions
Pablo Galindo Salgado
- [New-bugs-announce] [issue43018] unwanted label showing up in ttk.LabeledScale
Akuli
- [New-bugs-announce] [issue43019] wait_for(to_thread)) does not work as expected. Extra documentation or fix needed.
Felipe Faria
- [New-bugs-announce] [issue43020] str.lower method with "İ" character
Emir
- [New-bugs-announce] [issue43021] Unpacking tuple argument in combination with inline if statement
Wietse Jacobs
- [New-bugs-announce] [issue43022] Unable to dynamically load functions from python3.dll
Paul Moore
- [New-bugs-announce] [issue43023] Remove a redundant check in _PyBytes_Resize()
Ma Lin
- [New-bugs-announce] [issue43024] improve signature (in help, etc) for functions taking sentinel defaults
Irit Katriel
- [New-bugs-announce] [issue43025] Use normal 'i
Bhuvanesh Bhatt
- [New-bugs-announce] [issue43026] Missing words renders meaning unclear in fcntl.html
Ezra
- [New-bugs-announce] [issue43027] Calling _PyBytes_Resize() on 1-byte bytes may raise error
Ma Lin
- [New-bugs-announce] [issue43028] seeking past the end of a file unexpected behavior
Cotton Seed
- [New-bugs-announce] [issue43029] unittest: Add assertUniqeIn
Denis Roussel
- [New-bugs-announce] [issue43030] signed/unsigned mismatch in Py_UNICODE_ISSPACE macro
Matthias Klose
- [New-bugs-announce] [issue43031] aarch64 RHEL7 LTO + PGO 3.7: "make" hangs when running test_asyncio
STINNER Victor
- [New-bugs-announce] [issue43032] Size of pie chart in matplotlib (frame affects it)
Robert
- [New-bugs-announce] [issue43033] Incorrect handling of PyObject_SetAttrString() in the _zoneinfo module
Zackery Spytz
- [New-bugs-announce] [issue43034] Python tutorial misleads users about floor division behavior
Jesse Silverman
- [New-bugs-announce] [issue43035] FileNotFoundError in distutils\file_util.py copy_tree
Karthik Nishanth
- [New-bugs-announce] [issue43036] TOS-behaviour documentation is
Xavier Morel
- [New-bugs-announce] [issue43037] Importlib reload by module name (String)
Stefan Mosoi
- [New-bugs-announce] [issue43038] ensurepip: tries to use setup.py/setup.cfg
Jan Christoph
- [New-bugs-announce] [issue43039] tempfile.TemporaryDirectory() name string is incorrect
Eric Osborne
- [New-bugs-announce] [issue43040] random.py randrange() is very slow if the range is a power of 2.
Donovan Baarda
- [New-bugs-announce] [issue43041] copying WeakValueDictionary is not iteration safe
Daniel Romberg
- [New-bugs-announce] [issue43042] tutorial ambiguous about creation of local symbol table for recursive calls
Jesse Silverman
- [New-bugs-announce] [issue43043] Python tutorial could make rules for default argument definition clearer
Jesse Silverman
- [New-bugs-announce] [issue43044] Python 2.7 documentation links to 404 pages when the library was moved or renamed
Борис Верховский
- [New-bugs-announce] [issue43045] Instructions for installing pip on Ubuntu/WSL2 is incomplete
Lennart Borgman
- [New-bugs-announce] [issue43046] argparse: capturing actions
Tadek Kijkowski
- [New-bugs-announce] [issue43047] logging.config formatters documentation is out of sync with code
Ian Wienand
- [New-bugs-announce] [issue43048] Printing RecursionError results in RecursionError
Vladimir Feinberg
- [New-bugs-announce] [issue43049] Use io.IncrementalNewlineDecoder for doctest newline conversion
Peter Donis
- [New-bugs-announce] [issue43050] threading timer memory leak
fengjiang
- [New-bugs-announce] [issue43051] Pip Permissions Error overwriting pip directory
Charley Riley
- [New-bugs-announce] [issue43052] _dyld_shared_cache_contains_path needs SYSTEM_VERSION_COMPAT=0
Isuru Fernando
- [New-bugs-announce] [issue43053] Speed up math.isqrt, again
Juraj Sukop
- [New-bugs-announce] [issue43054] What does the existence of a struct in a header file imply about the C-API
Mark Shannon
- [New-bugs-announce] [issue43055] Inconsistent behaviour when using walrus operator with 'and'/'or'
Aman Anifer
- [New-bugs-announce] [issue43056] Use of dicts in sections 4.2 and 4.7 of Python tutorial a bit confusing
Jesse Silverman
- [New-bugs-announce] [issue43057] Timezone 'Etc/GMT-5' functions as Timezone 'Etc/GMT+5'
killv5
- [New-bugs-announce] [issue43058] setting a logging Handler name
Brett Cohen
- [New-bugs-announce] [issue43059] sqlite3: Externally developed?
user1347091
- [New-bugs-announce] [issue43060] Convert _decimal C API from pointer array to struct
Erlend Egeberg Aasland
- [New-bugs-announce] [issue43061] subprocess: feature request: Get only the stdout of the last shell command
Riccardo La Marca
- [New-bugs-announce] [issue43062] Non-integer values in collections.Counter
HuangFuSL
- [New-bugs-announce] [issue43063] zipfile.Path / importlib.resources raises KeyError if a file wasn't found
Florian Bruhin
- [New-bugs-announce] [issue43064] Impossible to override signal handler set with add_signal_handler in forked process
Selim Belhaouane
- [New-bugs-announce] [issue43065] 'concurrent.futures' stucks in 3.9.1
doublex
- [New-bugs-announce] [issue43066] Zipfile with leading slashes
Garrison Taylor
- [New-bugs-announce] [issue43067] inspect.signature(bytes.hex) raises ValueError "builtin has invalid signature"
Борис Верховский
- [New-bugs-announce] [issue43068] test_subprocess: test_specific_shell() fails on AMD64 FreeBSD Shared 3.x
STINNER Victor
- [New-bugs-announce] [issue43069] Python fails to read a script whose path is `/dev/fd/X`
Ciprian Dorin Craciun
- [New-bugs-announce] [issue43070] Control keys stop working after pressing Ctrl-C Escape Enter
Trey Hunner
- [New-bugs-announce] [issue43071] IDLE: Windows 7 - Trackpad two-finger vertical scrolling is not recognized
Greg
- [New-bugs-announce] [issue43072] Memory Leak when using Thread
akshat goyal
- [New-bugs-announce] [issue43073] Adding a ctypes.Union to a ctypes.BigEndianStructure results in an error
Eric Poulsen
- [New-bugs-announce] [issue43074] Unable to use system proxy with HTTPS connection on Windows
双草酸酯
- [New-bugs-announce] [issue43075] ReDoS in request
yeting li
- [New-bugs-announce] [issue43076] str.split() indexing issue
Aleksandr Sigalov
- [New-bugs-announce] [issue43077] Update bundled pip to 21.0.1 and setuptools to 52.0.0
Paul Moore
- [New-bugs-announce] [issue43078] Equality Errors when Unpickling and Pickling a Dictionary with a nan
Rohan Prasad
- [New-bugs-announce] [issue43079] wrong IP address range given for ipv4_mapped
Al
- [New-bugs-announce] [issue43080] pprint for dataclass instances
Lewis Gaul
- [New-bugs-announce] [issue43081] Recursive call crash module multiprocessing
Xinmeng Xia
- [New-bugs-announce] [issue43082] descriptor howto: typo in "Definition and introduction"
diegoe
- [New-bugs-announce] [issue43083] Minor errors related to error handling in _sqlite3 module
Serhiy Storchaka
- [New-bugs-announce] [issue43084] curses.window.enclose() should return bool
Serhiy Storchaka
- [New-bugs-announce] [issue43085] Loosening | and |= operator type checking restriction
Siyavash
- [New-bugs-announce] [issue43086] Excess data in not handled properly in binascii.a2b_base64()
Idan Moral
- [New-bugs-announce] [issue43087] ctypes documentation error
Mark Tolonen
- [New-bugs-announce] [issue43088] Regression in math.hypot
Charles Karney
- [New-bugs-announce] [issue43089] The optional argument to random.Random() is called "x" not "seed"
Борис Верховский
Last message date:
Sun Jan 31 22:01:44 EST 2021
Archived on: Sun Jan 31 22:01:49 EST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).