ACTIVITY SUMMARY (2021-05-07 - 2021-05-14)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open    7429 ( +1)
  closed 48441 (+64)
  total  55870 (+65)

Open issues with patches: 2949 


Issues opened (41)
==================

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730  reopened by pablogsal

#44072: Doc: power operator (`**`) present for numbers.Complex, not ad
https://bugs.python.org/issue44072  opened by roryyorke

#44073: [sqlite3] drop statement in_use field in favour of sqlite3_stm
https://bugs.python.org/issue44073  opened by erlendaasland

#44075: Add a PEP578 audit hook for Asyncio loop stalls
https://bugs.python.org/issue44075  opened by orf

#44077: IP_RECVTOS option is missing from socket module
https://bugs.python.org/issue44077  opened by gms

#44078: Output relative path when using PurePath.relative_to
https://bugs.python.org/issue44078  opened by mhammondr

#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079  opened by erlendaasland

#44081: ast.unparse: dont use redundant space separator for lambdas wi
https://bugs.python.org/issue44081  opened by BTaskaya

#44082: Add a method to check interpolation errors in configparser
https://bugs.python.org/issue44082  opened by munircontractor

#44085: Remaining invalid rules in simplified grammar
https://bugs.python.org/issue44085  opened by quentel

#44086: py.svg not found on search result page
https://bugs.python.org/issue44086  opened by jugmac00

#44087: [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to
https://bugs.python.org/issue44087  opened by erlendaasland

#44090: Add class binding to unbound super objects for allowing autosu
https://bugs.python.org/issue44090  opened by maggyero

#44091: traceback & inspect modules should verify that the .py source 
https://bugs.python.org/issue44091  opened by gregory.p.smith

#44092: [sqlite3] consider removing special rollback handling
https://bugs.python.org/issue44092  opened by erlendaasland

#44093: compiler detection on macOS seems to be incorrect
https://bugs.python.org/issue44093  opened by xrisk

#44096: Bad clang detection in configure script
https://bugs.python.org/issue44096  opened by xrisk

#44097: add configure option to control the groups of .pyc files to in
https://bugs.python.org/issue44097  opened by pxinwr

#44099: [c-api] Introduce a new slot in PyModuleDef to hold the classe
https://bugs.python.org/issue44099  opened by shreyanavigyan

#44100: test__xxsubinterpreters: test_one() fails in AMD64 Fedora Stab
https://bugs.python.org/issue44100  opened by pablogsal

#44101: Generation of an executable's library file when python is buil
https://bugs.python.org/issue44101  opened by lakor64

#44102: mock_open does not support the use of 'seek()'
https://bugs.python.org/issue44102  opened by nikle

#44105: tempfile.TemporaryDirectory deleted after sleep in threads
https://bugs.python.org/issue44105  opened by colas.le.guernic

#44106: [sqlite3] don't use politicians in examples/docs
https://bugs.python.org/issue44106  opened by erlendaasland

#44107: HTTPServer can't close http client completely
https://bugs.python.org/issue44107  opened by ueJone

#44109: missing dataclass decorator in match-statement example
https://bugs.python.org/issue44109  opened by ahmetveburak

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110  opened by miguendes

#44112: [buildbot] test_asyncio hangs (killed after 3 hours) on Reflea
https://bugs.python.org/issue44112  opened by vstinner

#44115: Improve conversions for fractions
https://bugs.python.org/issue44115  opened by Martin.Teichmann

#44117: [C API] Remove deprecated PyEval_InitThreads()
https://bugs.python.org/issue44117  opened by vstinner

#44120: logging.config.fileConfig/dictConfig can not import class
https://bugs.python.org/issue44120  opened by akihiro

#44121: Missing implementation for formatHeader and formatFooter metho
https://bugs.python.org/issue44121  opened by Harmouch101

#44123: make function parameter sentinel value true singletons
https://bugs.python.org/issue44123  opened by taleinat

#44124: Unhelpful error messages with mis-ordering of f-string specifi
https://bugs.python.org/issue44124  opened by angus-lherrou

#44127: urllib.parse.ParseResult._replace() does not allow replacing u
https://bugs.python.org/issue44127  opened by AstraLuma

#44128: zipfile: Deduplicate ZipExtFile code for init and resetting wh
https://bugs.python.org/issue44128  opened by dhillier

#44129: zipfile: Add descriptive global variables for general purpose 
https://bugs.python.org/issue44129  opened by dhillier

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131  opened by vstinner

#44132: Local import conflict with system import
https://bugs.python.org/issue44132  opened by otrejoso

#44133: "Py_FrozenMain" symbol is not exported
https://bugs.python.org/issue44133  opened by vstinner

#44134: lzma: stream padding in xz files
https://bugs.python.org/issue44134  opened by rogdham



Most recent 15 issues with no replies (15)
==========================================

#44134: lzma: stream padding in xz files
https://bugs.python.org/issue44134

#44132: Local import conflict with system import
https://bugs.python.org/issue44132

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131

#44129: zipfile: Add descriptive global variables for general purpose 
https://bugs.python.org/issue44129

#44128: zipfile: Deduplicate ZipExtFile code for init and resetting wh
https://bugs.python.org/issue44128

#44127: urllib.parse.ParseResult._replace() does not allow replacing u
https://bugs.python.org/issue44127

#44121: Missing implementation for formatHeader and formatFooter metho
https://bugs.python.org/issue44121

#44120: logging.config.fileConfig/dictConfig can not import class
https://bugs.python.org/issue44120

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110

#44101: Generation of an executable's library file when python is buil
https://bugs.python.org/issue44101

#44099: [c-api] Introduce a new slot in PyModuleDef to hold the classe
https://bugs.python.org/issue44099

#44093: compiler detection on macOS seems to be incorrect
https://bugs.python.org/issue44093

#44091: traceback & inspect modules should verify that the .py source 
https://bugs.python.org/issue44091

#44087: [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to
https://bugs.python.org/issue44087

#44086: py.svg not found on search result page
https://bugs.python.org/issue44086



Most recent 15 issues waiting for review (15)
=============================================

#44133: "Py_FrozenMain" symbol is not exported
https://bugs.python.org/issue44133

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131

#44129: zipfile: Add descriptive global variables for general purpose 
https://bugs.python.org/issue44129

#44128: zipfile: Deduplicate ZipExtFile code for init and resetting wh
https://bugs.python.org/issue44128

#44121: Missing implementation for formatHeader and formatFooter metho
https://bugs.python.org/issue44121

#44117: [C API] Remove deprecated PyEval_InitThreads()
https://bugs.python.org/issue44117

#44115: Improve conversions for fractions
https://bugs.python.org/issue44115

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110

#44106: [sqlite3] don't use politicians in examples/docs
https://bugs.python.org/issue44106

#44101: Generation of an executable's library file when python is buil
https://bugs.python.org/issue44101

#44092: [sqlite3] consider removing special rollback handling
https://bugs.python.org/issue44092

#44090: Add class binding to unbound super objects for allowing autosu
https://bugs.python.org/issue44090

#44082: Add a method to check interpolation errors in configparser
https://bugs.python.org/issue44082

#44081: ast.unparse: dont use redundant space separator for lambdas wi
https://bugs.python.org/issue44081

#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079



Top 10 most discussed issues (10)
=================================

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222  16 msgs

#43760: The DISPATCH() macro is not as efficient as it could be (move 
https://bugs.python.org/issue43760  14 msgs

#44123: make function parameter sentinel value true singletons
https://bugs.python.org/issue44123  11 msgs

#43350: [sqlite3] Active statements are reset twice in _pysqlite_query
https://bugs.python.org/issue43350   8 msgs

#43804: "Building C and C++ Extensions on Windows" docs are very out-o
https://bugs.python.org/issue43804   8 msgs

#44045: canonicalize "upper-case" -> "uppercase"; "lower-case" -> "low
https://bugs.python.org/issue44045   7 msgs

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938   6 msgs

#42109: Use hypothesis for testing the standard library, falling back 
https://bugs.python.org/issue42109   5 msgs

#43882: [security] urllib.parse should sanitize urls containing ASCII 
https://bugs.python.org/issue43882   5 msgs

#37658: In some cases asyncio.wait_for can lead to socket leak.
https://bugs.python.org/issue37658   4 msgs



Issues closed (61)
==================

#1662: [patch] assert tp_traverse in PyType_GenericAlloc()
https://bugs.python.org/issue1662  closed by iritkatriel

#10548: document (lack of) interaction between @expectedFailure on a t
https://bugs.python.org/issue10548  closed by iritkatriel

#13657: IDLE doesn't recognize resetting sys.ps1.
https://bugs.python.org/issue13657  closed by terry.reedy

#16866: libainstall doesn't create $(BINDIR) directory
https://bugs.python.org/issue16866  closed by orsenthil

#21381: Python 3.4+ interpreter built on/with OS X 10.7 deployment tar
https://bugs.python.org/issue21381  closed by ned.deily

#22953: Windows installer configures system PATH also when installing 
https://bugs.python.org/issue22953  closed by iritkatriel

#23750: doc: Clarify difference between os.system/subprocess.call in s
https://bugs.python.org/issue23750  closed by orsenthil

#24871: freeze.py doesn't work on x86_64 Linux out of the box
https://bugs.python.org/issue24871  closed by vstinner

#25479: Increase unit test coverage for abc.py
https://bugs.python.org/issue25479  closed by iritkatriel

#25821: Documentation for threading.enumerate / threading.Thread.is_al
https://bugs.python.org/issue25821  closed by iritkatriel

#28146: Confusing error messages in str.format()
https://bugs.python.org/issue28146  closed by pitrou

#28528: Pdb.checkline() attribute error when 'curframe' is None
https://bugs.python.org/issue28528  closed by iritkatriel

#31604: unittest.TestLoader().loadTestsFromTestCase(...) fails when ad
https://bugs.python.org/issue31604  closed by iritkatriel

#32725: Instance of _multiprocessing.PipeConnection-subtype crash on d
https://bugs.python.org/issue32725  closed by iritkatriel

#34367: AsyncResult.get() only notifies one thread
https://bugs.python.org/issue34367  closed by iritkatriel

#35663: webbrowser.py firefox bug [python3, windows 10]
https://bugs.python.org/issue35663  closed by gregory.p.smith

#37891: Exceptions tutorial page does not mention raise from
https://bugs.python.org/issue37891  closed by rhettinger

#38552: Colored Prompt broken in REPL in Windows in 3.8
https://bugs.python.org/issue38552  closed by MinchinWeb

#38908: Troubles with @runtime_checkable protocols
https://bugs.python.org/issue38908  closed by kj

#39228: traceback.FrameSummary does not handle exceptions from `repr()
https://bugs.python.org/issue39228  closed by iritkatriel

#40640: Tutorial for Continue missing ... line
https://bugs.python.org/issue40640  closed by iritkatriel

#42725: PEP 563: Should the behavior change for yield/yield from's
https://bugs.python.org/issue42725  closed by BTaskaya

#43389: Cancellation ignored by asyncio.wait_for can hang application
https://bugs.python.org/issue43389  closed by nmatravolgyi

#43417: ast.unparse: Simplify buffering logic
https://bugs.python.org/issue43417  closed by BTaskaya

#43558: The dataclasses documentation should mention how to call super
https://bugs.python.org/issue43558  closed by eric.smith

#43656: StackSummary.format fails if repr(value) fails
https://bugs.python.org/issue43656  closed by iritkatriel

#43992: Unable to get external dependencies for CPython on Ubuntu Linu
https://bugs.python.org/issue43992  closed by ned.deily

#44002: Use functools.lru_cache in urllib.parse instead of 1996 custom
https://bugs.python.org/issue44002  closed by gregory.p.smith

#44026: IDLE: print "Did you mean?" for AttributeError and NameError
https://bugs.python.org/issue44026  closed by terry.reedy

#44030: Markup with_traceback code example
https://bugs.python.org/issue44030  closed by iritkatriel

#44057: Inconsitencies in `__init_subclass__` in a generic class
https://bugs.python.org/issue44057  closed by kj

#44061: Regression in pkgutil: iter_modules stopped taking Path argume
https://bugs.python.org/issue44061  closed by steve.dower

#44063: compiler: does not revert back the end_* locations
https://bugs.python.org/issue44063  closed by BTaskaya

#44066: Conflicts while using Py_LIMITED_API
https://bugs.python.org/issue44066  closed by erlendaasland

#44068: Possible divide by zero problems
https://bugs.python.org/issue44068  closed by vstinner

#44070: __file__ is now fully qualified in 3.8 and 3.9
https://bugs.python.org/issue44070  closed by steve.dower

#44071: Syntax error in Python3 documentation
https://bugs.python.org/issue44071  closed by evolvah

#44074: patchcheck checks against branch "master" not "main"
https://bugs.python.org/issue44074  closed by pablogsal

#44076: issue with list in Python 3.8.5
https://bugs.python.org/issue44076  closed by zach.ware

#44080: Bias in random.choices(long_sequence)
https://bugs.python.org/issue44080  closed by rhettinger

#44083: problem with updated 3.9.5
https://bugs.python.org/issue44083  closed by eric.smith

#44084: Can't mark match, case, _ as keywords in docs
https://bugs.python.org/issue44084  closed by taleinat

#44088: traced line number can be None
https://bugs.python.org/issue44088  closed by Mark.Shannon

#44089: csv.Error can't be subclassed
https://bugs.python.org/issue44089  closed by orsenthil

#44094: Remove PyErr_Set...WithUnicodeFilename APIs
https://bugs.python.org/issue44094  closed by pitrou

#44095: Add suffix property to zipfile.Path
https://bugs.python.org/issue44095  closed by jaraco

#44098: Remove ParamSpec from __parameters__ of most typing generics
https://bugs.python.org/issue44098  closed by kj

#44103: Python 3.10 docs are visually broken
https://bugs.python.org/issue44103  closed by zach.ware

#44104: http.cookies.CookieError: Illegal key
https://bugs.python.org/issue44104  closed by ra1nb0w

#44108: [sqlite3] normalise SQL quoted literals in sqlite3 test suite
https://bugs.python.org/issue44108  closed by corona10

#44111: 404 link on python webpage
https://bugs.python.org/issue44111  closed by christian.heimes

#44113: [C API] Deprecate legacy API for configure Python initializati
https://bugs.python.org/issue44113  closed by vstinner

#44114: Incorrect function signatures in dictobject.c
https://bugs.python.org/issue44114  closed by pitrou

#44116: The _csv module can't be garbage-collected after _csv.register
https://bugs.python.org/issue44116  closed by pablogsal

#44118: cython compiler error
https://bugs.python.org/issue44118  closed by mlucool

#44119: Use glob.glob() to implement pathlib.Path.glob()
https://bugs.python.org/issue44119  closed by barneygale

#44122: let linter allow defining attribute outside __init__ if called
https://bugs.python.org/issue44122  closed by lys.nikolaou

#44125: "make patchcheck" fails
https://bugs.python.org/issue44125  closed by pitrou

#44126: Cross Compile Cython Modules
https://bugs.python.org/issue44126  closed by ned.deily

#44130: GIL Improvement
https://bugs.python.org/issue44130  closed by shreyanavigyan

#1606233: readline on popen3 file returns empty string before end
https://bugs.python.org/issue1606233  closed by iritkatriel
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/SBPJODI2BLNJ632IWVR3TG6AFGTAOAUI/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to