ACTIVITY SUMMARY (2022-02-11 - 2022-02-18)
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    7218 (+40)
  closed 51299 (+27)
  total  58517 (+67)

Open issues with patches: 2932 


Issues opened (52)
==================

#46725: Unpacking without parentheses is allowed since 3.9
https://bugs.python.org/issue46725  opened by pablogsal

#46726: Thread spuriously marked dead after interrupting a join call
https://bugs.python.org/issue46726  opened by Kevin Shweh

#46727: Should shutil functions support bytes paths?
https://bugs.python.org/issue46727  opened by Jelle Zijlstra

#46729: Better str() for BaseExceptionGroup
https://bugs.python.org/issue46729  opened by iritkatriel

#46731: posix._fcopyfile flags addition
https://bugs.python.org/issue46731  opened by devnexen

#46732: object.__bool__ docstring is wrong
https://bugs.python.org/issue46732  opened by Jelle Zijlstra

#46733: pathlib.Path methods can raise NotImplementedError
https://bugs.python.org/issue46733  opened by barneygale

#46734: Add Maildir.get_flags() to access message flags without openin
https://bugs.python.org/issue46734  opened by gildea

#46735: gettext.translations crashes when locale is unset
https://bugs.python.org/issue46735  opened by amazingminecrafter2015

#46736: Generate HTML 5 with SimpleHTTPRequestHandler.list_directory
https://bugs.python.org/issue46736  opened by dom1310df

#46740: Improve Telnetlib's throughput
https://bugs.python.org/issue46740  opened by martin_kirch

#46742: Add '-d $fd' option to trace module, akin to bash -x feature
https://bugs.python.org/issue46742  opened by PenelopeFudd

#46743: Enable usage of object.__orig_class__ in __init__
https://bugs.python.org/issue46743  opened by Gobot1234

#46744: installers on ARM64 suggest wrong folders
https://bugs.python.org/issue46744  opened by conio

#46746: IDLE: Consistently handle non .py source files
https://bugs.python.org/issue46746  opened by terry.reedy

#46748: Python.h includes stdbool.h
https://bugs.python.org/issue46748  opened by petr.viktorin

#46749: Support cross compilation on macOS
https://bugs.python.org/issue46749  opened by autoantwort

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750  opened by slingamn

#46751: Windows-style path is not recognized under cygwin
https://bugs.python.org/issue46751  opened by mikekaganski

#46752: Introduce task groups to asyncio and change task cancellation 
https://bugs.python.org/issue46752  opened by gvanrossum

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753  opened by eric.snow

#46754: Improve Python Language Reference based on [K??hl 2020]
https://bugs.python.org/issue46754  opened by gvanrossum

#46755: QueueHandler logs stack_info twice
https://bugs.python.org/issue46755  opened by erik.montnemery

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756  opened by serhiy.storchaka

#46757: dataclasses should define an empty __post_init__
https://bugs.python.org/issue46757  opened by NeilGirdhar

#46758: Incorrect behaviour creating a Structure with ctypes.c_bool bi
https://bugs.python.org/issue46758  opened by dudenwatschn

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759  opened by cjwatson

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760  opened by Mark.Shannon

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761  opened by larry

#46763: os.path.samefile incorrect results for shadow copies
https://bugs.python.org/issue46763  opened by nijave

#46764: Wrapping a bound method with a @classmethod no longer works
https://bugs.python.org/issue46764  opened by msullivan

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765  opened by eric.snow

#46767: [Doc] sqlite3 Cursor.execute() return value is unspecified
https://bugs.python.org/issue46767  opened by kephas

#46769: Improve documentation for `typing.TypeVar`
https://bugs.python.org/issue46769  opened by AlexWaygood

#46770: ConfigParser(dict_type=) not behaving as expected
https://bugs.python.org/issue46770  opened by malonn

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771  opened by gvanrossum

#46772: Statically Initialize PyArg_Parser in clinic.py
https://bugs.python.org/issue46772  opened by eric.snow

#46773: Add a Private API for Looking Up Global Objects
https://bugs.python.org/issue46773  opened by eric.snow

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774  opened by kkirsche-github

#46775: [Windows] OSError should unconditionally call winerror_to_errn
https://bugs.python.org/issue46775  opened by eryksun

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777  opened by serhiy.storchaka

#46779: Add ssl.CERT_REQUIRED_NO_VERIFY as possible value for ssl.SSLC
https://bugs.python.org/issue46779  opened by freundTech

#46781: Tracing: c_return doesn't report the result
https://bugs.python.org/issue46781  opened by smurfix

#46782: Docs error for 3.10
https://bugs.python.org/issue46782  opened by usetohandletrush

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784  opened by yilei

#46785: On Windows, os.stat() can fail if called while another process
https://bugs.python.org/issue46785  opened by Antony.Lee

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786  opened by jnns

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787  opened by themylogin

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788  opened by jkloth

#46789: Restore caching of externals on Windows buildbots
https://bugs.python.org/issue46789  opened by jkloth

#46790: Normalize handling of negative timeouts in subprocess.py
https://bugs.python.org/issue46790  opened by jkloth

#46791: Allow os.remove to defer to rmdir
https://bugs.python.org/issue46791  opened by bup



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

#46791: Allow os.remove to defer to rmdir
https://bugs.python.org/issue46791

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784

#46782: Docs error for 3.10
https://bugs.python.org/issue46782

#46779: Add ssl.CERT_REQUIRED_NO_VERIFY as possible value for ssl.SSLC
https://bugs.python.org/issue46779

#46775: [Windows] OSError should unconditionally call winerror_to_errn
https://bugs.python.org/issue46775

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774

#46773: Add a Private API for Looking Up Global Objects
https://bugs.python.org/issue46773

#46772: Statically Initialize PyArg_Parser in clinic.py
https://bugs.python.org/issue46772

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759



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

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784

#46781: Tracing: c_return doesn't report the result
https://bugs.python.org/issue46781

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765

#46764: Wrapping a bound method with a @classmethod no longer works
https://bugs.python.org/issue46764

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756

#46755: QueueHandler logs stack_info twice
https://bugs.python.org/issue46755

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753

#46752: Introduce task groups to asyncio and change task cancellation 
https://bugs.python.org/issue46752

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750



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

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771  38 msgs

#46726: Thread spuriously marked dead after interrupting a join call
https://bugs.python.org/issue46726  16 msgs

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541  11 msgs

#45447: Make IDLE recognize .pyi stub files as source for open, save, 
https://bugs.python.org/issue45447  10 msgs

#46743: Enable usage of object.__orig_class__ in __init__
https://bugs.python.org/issue46743  10 msgs

#46752: Introduce task groups to asyncio and change task cancellation 
https://bugs.python.org/issue46752   8 msgs

#46751: Windows-style path is not recognized under cygwin
https://bugs.python.org/issue46751   7 msgs

#46716: regrtest didn't respect the timeout when running test_subproce
https://bugs.python.org/issue46716   6 msgs

#46733: pathlib.Path methods can raise NotImplementedError
https://bugs.python.org/issue46733   6 msgs

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750   6 msgs



Issues closed (27)
==================

#29418: inspect.isroutine does not return True for some bound builtin 
https://bugs.python.org/issue29418  closed by BTaskaya

#38619: [Doc] UUID.hex is lowercase
https://bugs.python.org/issue38619  closed by Mariatta

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086  closed by lukasz.langa

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948  closed by serhiy.storchaka

#46066: Deprecate keyword args syntax for TypedDict definition
https://bugs.python.org/issue46066  closed by Jelle Zijlstra

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333  closed by Jelle Zijlstra

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436  closed by eric.araujo

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634  closed by erlendaasland

#46666: IDLE Add indent guide
https://bugs.python.org/issue46666  closed by terry.reedy

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700  closed by rhettinger

#46704: Parser API not checking for null-terminator
https://bugs.python.org/issue46704  closed by pablogsal

#46718: Feature: itertools: add batches
https://bugs.python.org/issue46718  closed by rhettinger

#46728: Docstring of combinations_with_replacement for consistency
https://bugs.python.org/issue46728  closed by corona10

#46730: Please consider mentioning property without setter when an att
https://bugs.python.org/issue46730  closed by Dennis Sweeney

#46737: Default to the standard normal distribution
https://bugs.python.org/issue46737  closed by rhettinger

#46738: Allow http.server to emit HTML 5
https://bugs.python.org/issue46738  closed by Jelle Zijlstra

#46739: dataclasses __eq__ isn't logical
https://bugs.python.org/issue46739  closed by Dennis Sweeney

#46741: Docstring for asyncio.protocols.BufferedProtocol appears out o
https://bugs.python.org/issue46741  closed by asvetlov

#46745: Typo in new PositionsIterator
https://bugs.python.org/issue46745  closed by sobolevn

#46747: bisect.bisect/insort don't document key parameter
https://bugs.python.org/issue46747  closed by Dennis Sweeney

#46762: assertion failure in f-string parsing Parser/string_parser.c
https://bugs.python.org/issue46762  closed by pablogsal

#46766: Add a class for file operations so a syntax such as open("file
https://bugs.python.org/issue46766  closed by serhiy.storchaka

#46768: CVE-201-4160 Vulnerability Is Found in Lib/site-packages/crypt
https://bugs.python.org/issue46768  closed by christian.heimes

#46776: RecursionError when using property() inside classes
https://bugs.python.org/issue46776  closed by steven.daprano

#46778: Enable parallel compilation on Windows builds
https://bugs.python.org/issue46778  closed by steve.dower

#46780: Allow Fractions to return 1/6 for "0.17", "0.167", "0.1667", e
https://bugs.python.org/issue46780  closed by mark.dickinson

#46783: Add a new feature to enumerate(iterable, start=0) built-in fun
https://bugs.python.org/issue46783  closed by rhettinger
_______________________________________________
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/WHGIGW53VB223DCTJY74SA2GOOJDSM6I/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to