ACTIVITY SUMMARY (2021-12-10 - 2021-12-17)
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    7180 (-15)
  closed 50665 (+93)
  total  57845 (+78)

Open issues with patches: 2857 


Issues opened (56)
==================

#20741: Documentation archives should be available also in tar.xz form
https://bugs.python.org/issue20741  reopened by iritkatriel

#23522: Misleading note in Statistics module documentation
https://bugs.python.org/issue23522  reopened by gvanrossum

#29221: ABC Recursion Error on isinstance() with less than recursion l
https://bugs.python.org/issue29221  reopened by serhiy.storchaka

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749  reopened by eryksun

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413  reopened by andrei.avk

#46044: Update distutils documentation to  say PyPI only accepts tar.g
https://bugs.python.org/issue46044  opened by mbussonn

#46045: NetBSD: do not use POSIX semaphores
https://bugs.python.org/issue46045  opened by wiz

#46050: [pathlib] Option so that OSError does not block glob in pathli
https://bugs.python.org/issue46050  opened by matt32106

#46051: Make @atexit.register work for functions with arguments
https://bugs.python.org/issue46051  opened by quapka

#46052: IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
https://bugs.python.org/issue46052  opened by anton.bryl

#46053: NetBSD: ossaudio support incomplete
https://bugs.python.org/issue46053  opened by wiz

#46054: Incorrect error when parsing non-utf8 files
https://bugs.python.org/issue46054  opened by pablogsal

#46055: Speed up binary shifting operators
https://bugs.python.org/issue46055  opened by xuxinhang

#46061: Journal execution gives fatal error in Python 3.10.1
https://bugs.python.org/issue46061  opened by eaqrzn

#46064: Permalinks to underscored documentation entries don't work.
https://bugs.python.org/issue46064  opened by Fabian Dill

#46065: re.findall takes forever and never ends
https://bugs.python.org/issue46065  opened by ramzitra

#46066: TypedDict alternative definition syntax with keyword args is c
https://bugs.python.org/issue46066  opened by 97littleleaf11

#46067: SSLContext.set_npn_protocols broken in Python 3.10, tries to c
https://bugs.python.org/issue46067  opened by diabonas

#46068: Change use of warnings.warn to logging.warning in a few places
https://bugs.python.org/issue46068  opened by andrei.avk

#46070: _PyImport_FixupExtensionObject() regression causing a crash in
https://bugs.python.org/issue46070  opened by graysky

#46071: Graphlib documentation
https://bugs.python.org/issue46071  opened by dam1784

#46072: Unify handling of stats in the CPython VM
https://bugs.python.org/issue46072  opened by Mark.Shannon

#46073: ast.unparse produces: 'FunctionDef' object has no attribute 'l
https://bugs.python.org/issue46073  opened by TheRobotCarlson

#46075: CookieJar.extract_cookies doesn't process cookies form local d
https://bugs.python.org/issue46075  opened by keddad

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076  opened by AlexWaygood

#46077: Include sha256 hashes of release downloads in announcement com
https://bugs.python.org/issue46077  opened by gregory.p.smith

#46079: [doc] Broken URL in "Brief Tour of the Standard Library"
https://bugs.python.org/issue46079  opened by vivekvashist

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS 
https://bugs.python.org/issue46080  opened by felixfontein

#46083: PyUnicode_FSConverter() has confusing reference semantics
https://bugs.python.org/issue46083  opened by twouters

#46084: Python 3.9.6 scan_dir returns filenotfound on long paths, but 
https://bugs.python.org/issue46084  opened by jschwar313

#46085: OrderedDict iterator allocates di_result unnecessarily
https://bugs.python.org/issue46085  opened by Kevin Shweh

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086  opened by gibu

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088  opened by gvanrossum

#46089: Problems with AF_PACKET sockets
https://bugs.python.org/issue46089  opened by gallard

#46090: C extensions can't swap out live frames anymore
https://bugs.python.org/issue46090  opened by brandtbucher

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091  opened by ucodery

#46092: Fix/update missing parameters in function signatures for Built
https://bugs.python.org/issue46092  opened by vivekvashist

#46094: Missing unit test on unittest.TestResult to check for required
https://bugs.python.org/issue46094  opened by DreamSh0t

#46095: Warning about iterate/modify has unwarranted detail
https://bugs.python.org/issue46095  opened by turepalsson

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096  opened by dzhamoytsin

#46097: Split function versions into 1-0xffff and 0x1000+ regions
https://bugs.python.org/issue46097  opened by Mark.Shannon

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098  opened by iritkatriel

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099  opened by kulikjak

#46100: Simplify readline / editline detection
https://bugs.python.org/issue46100  opened by christian.heimes

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101  opened by Lucas Cimon

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103  opened by hongweipeng

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104  opened by AlexWaygood

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106  opened by ned.deily

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107  opened by iritkatriel

#46108: Enum repr() incorrect when mixed with non-__new__ data types
https://bugs.python.org/issue46108  opened by ethan.furman

#46109: Separate resources and abc docs from other importlib docs
https://bugs.python.org/issue46109  opened by jaraco

#46110: `eval("-"*3000000 + "4")` in cmd causes hard crash
https://bugs.python.org/issue46110  opened by charles.mcmarrow.4

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113  opened by vivekvashist

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114  opened by penguinolog

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115  opened by xxm

#46117: tk could not refresh auto in mac os
https://bugs.python.org/issue46117  opened by asper



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

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096

#46095: Warning about iterate/modify has unwarranted detail
https://bugs.python.org/issue46095

#46083: PyUnicode_FSConverter() has confusing reference semantics
https://bugs.python.org/issue46083

#46077: Include sha256 hashes of release downloads in announcement com
https://bugs.python.org/issue46077

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076

#46075: CookieJar.extract_cookies doesn't process cookies form local d
https://bugs.python.org/issue46075

#46071: Graphlib documentation
https://bugs.python.org/issue46071

#46067: SSLContext.set_npn_protocols broken in Python 3.10, tries to c
https://bugs.python.org/issue46067

#46053: NetBSD: ossaudio support incomplete
https://bugs.python.org/issue46053



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

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113

#46109: Separate resources and abc docs from other importlib docs
https://bugs.python.org/issue46109

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096

#46094: Missing unit test on unittest.TestResult to check for required
https://bugs.python.org/issue46094

#46092: Fix/update missing parameters in function signatures for Built
https://bugs.python.org/issue46092

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS 
https://bugs.python.org/issue46080



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

#46028: 3.11.0a3: under tox, sys._base_executable is wrong
https://bugs.python.org/issue46028  21 msgs

#46052: IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
https://bugs.python.org/issue46052  12 msgs

#46084: Python 3.9.6 scan_dir returns filenotfound on long paths, but 
https://bugs.python.org/issue46084  12 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006   9 msgs

#46070: _PyImport_FixupExtensionObject() regression causing a crash in
https://bugs.python.org/issue46070   9 msgs

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413   8 msgs

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383   8 msgs

#22815: unexpected successes are not output
https://bugs.python.org/issue22815   7 msgs

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059   6 msgs

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292   6 msgs



Issues closed (75)
==================

#4733: Add a "decode to declared encoding" version of urlopen to urll
https://bugs.python.org/issue4733  closed by ajaksu2

#9504: signal.signal/signal.alarm not working as expected
https://bugs.python.org/issue9504  closed by iritkatriel

#13236: unittest needs more flush calls
https://bugs.python.org/issue13236  closed by lukasz.langa

#16392: [doc] import crashes on circular imports in ext modules
https://bugs.python.org/issue16392  closed by scoder

#16594: SocketServer should set SO_REUSEPORT along with SO_REUSEADDR w
https://bugs.python.org/issue16594  closed by asvetlov

#17763: test_pydoc fails with the installed testsuite
https://bugs.python.org/issue17763  closed by iritkatriel

#18467: argparse - problematic 'default' behavior
https://bugs.python.org/issue18467  closed by iritkatriel

#19737: Documentation of globals() and locals() should be improved
https://bugs.python.org/issue19737  closed by lukasz.langa

#19838: test.test_pathlib.PosixPathTest.test_touch_common fails on Fre
https://bugs.python.org/issue19838  closed by iritkatriel

#21390: readline: setlocale() returns NULL on Android
https://bugs.python.org/issue21390  closed by vstinner

#21461: Recognize -pthread
https://bugs.python.org/issue21461  closed by wiz

#21964: inconsistency in list-generator comprehension with yield(-from
https://bugs.python.org/issue21964  closed by iritkatriel

#23010: "unclosed file" warning when defining unused logging FileHandl
https://bugs.python.org/issue23010  closed by vinay.sajip

#23148: Missing the charset parameter in as_encoded_word()
https://bugs.python.org/issue23148  closed by serhiy.storchaka

#23948: Deprecate os.kill() on Windows
https://bugs.python.org/issue23948  closed by eryksun

#24010: Add error checks to PyInit__locale()
https://bugs.python.org/issue24010  closed by iritkatriel

#24012: Add error checks to PyInit_pyexpat()
https://bugs.python.org/issue24012  closed by iritkatriel

#24116: --with-pydebug has no effect when the final python binary is c
https://bugs.python.org/issue24116  closed by iritkatriel

#25834: getpass falls back when sys.stdin is changed
https://bugs.python.org/issue25834  closed by iritkatriel

#25864: collections.abc.Mapping should include a __reversed__ that rai
https://bugs.python.org/issue25864  closed by AlexWaygood

#26216: run runtktests.py error when test tkinter
https://bugs.python.org/issue26216  closed by iritkatriel

#26726: Incomplete Internationalization in Argparse Module
https://bugs.python.org/issue26726  closed by iritkatriel

#26952: argparse help formatter raises IndexError
https://bugs.python.org/issue26952  closed by iritkatriel

#27062: `inspect` doesn't have `__all__`
https://bugs.python.org/issue27062  closed by lukasz.langa

#27258: Exception in BytesGenerator.flatten
https://bugs.python.org/issue27258  closed by iritkatriel

#27718: help('signal') incomplete (e.g: signal.signal not visible)
https://bugs.python.org/issue27718  closed by serhiy.storchaka

#30716: Failing tests with installed 3.6.2rc1 on Win 10-64
https://bugs.python.org/issue30716  closed by iritkatriel

#36674: "unittest.TestCase.debug" should honour "skip" (and other test
https://bugs.python.org/issue36674  closed by serhiy.storchaka

#38584: argparse: Specifying a whitespace-only help message to a posit
https://bugs.python.org/issue38584  closed by Lucas Cimon

#38590: argparse unexpected behavior with argument group inside mutual
https://bugs.python.org/issue38590  closed by iritkatriel

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927  closed by iritkatriel

#42114: Documentation of ctypes.CDLL does not correspond to code
https://bugs.python.org/issue42114  closed by lukasz.langa

#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962  closed by eryksun

#43862: warnings: -W option and PYTHONWARNINGS now use the message as 
https://bugs.python.org/issue43862  closed by vstinner

#44674: dataclasses should allow frozendict default value
https://bugs.python.org/issue44674  closed by eric.smith

#44893: importlib.metadata Entrypoint has a broken _asdict
https://bugs.python.org/issue44893  closed by jaraco

#44896: AttributeError in ast.unparse
https://bugs.python.org/issue44896  closed by BTaskaya

#45635: Tidy up error handling in traceback.c / python run.c
https://bugs.python.org/issue45635  closed by iritkatriel

#45643: Add signal.SIGSTKFLT constant (Linux)
https://bugs.python.org/issue45643  closed by vstinner

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684  closed by AlexWaygood

#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690  closed by iritkatriel

#45755: Specialized generic class does not return class attributes in 
https://bugs.python.org/issue45755  closed by kj

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840  closed by serhiy.storchaka

#45855: Replace PyImport_ImportModuleNoBlock with PyImport_ImportModul
https://bugs.python.org/issue45855  closed by asvetlov

#45919: Use WinAPI GetFileType() in is_valid_fd()
https://bugs.python.org/issue45919  closed by corona10

#45949: Provide pure-Python implementation of Programs/_freeze_module 
https://bugs.python.org/issue45949  closed by christian.heimes

#45977: Unexpected effect of sys.pycache_prefix = ""
https://bugs.python.org/issue45977  closed by andrei.avk

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014  closed by lukasz.langa

#46040: asyncio.coroutine documented as removed in 3.10
https://bugs.python.org/issue46040  closed by asvetlov

#46041: Add reference counting micro-optimizations to listobject.c
https://bugs.python.org/issue46041  closed by rhettinger

#46042: Error range of "duplicate argument" SyntaxErrors is too big
https://bugs.python.org/issue46042  closed by pablogsal

#46043: Python Launcher Not Opening Files.
https://bugs.python.org/issue46043  closed by ned.deily

#46046: I/O bound threads got to no chance to run with small CPU bound
https://bugs.python.org/issue46046  closed by kj

#46047: When using Py_NewInterpreter, some modules fail to import in P
https://bugs.python.org/issue46047  closed by diabonas

#46048: embeddable distro cannot import modules
https://bugs.python.org/issue46048  closed by steve.dower

#46049: ._pth files untested on Linux
https://bugs.python.org/issue46049  closed by steve.dower

#46056: Cannot use virtual environment on Windows 10 in corporate secu
https://bugs.python.org/issue46056  closed by gregory.p.smith

#46057: argparse: embedded groups may prevent options from being in he
https://bugs.python.org/issue46057  closed by iritkatriel

#46058: argparse: arg groups and mutually exclusive groups behave inco
https://bugs.python.org/issue46058  closed by iritkatriel

#46059: Typo in match Statement example
https://bugs.python.org/issue46059  closed by kj

#46060: Clarify asyncio.new_event_loop return value
https://bugs.python.org/issue46060  closed by pbryan2

#46062: tkinter.filedialog.SaveAs: create new folder on Ubuntu?
https://bugs.python.org/issue46062  closed by serhiy.storchaka

#46063: TimedRotatingFileHandler deletes wrong files
https://bugs.python.org/issue46063  closed by vinay.sajip

#46069: Spam
https://bugs.python.org/issue46069  closed by serhiy.storchaka

#46074: deepfreeze should rehash all strings upon reset
https://bugs.python.org/issue46074  closed by gvanrossum

#46078: `ast.unparse` fails on `class C: i: int`??? convert broken fro
https://bugs.python.org/issue46078  closed by samuelmarks

#46081: Document the msg argument for assertRaises
https://bugs.python.org/issue46081  closed by cool-RR

#46082: type casting of bool
https://bugs.python.org/issue46082  closed by AlexWaygood

#46087: format library documentation error
https://bugs.python.org/issue46087  closed by serhiy.storchaka

#46093: 2D array issue
https://bugs.python.org/issue46093  closed by eric.smith

#46102: pdb can't convert dict_values to list
https://bugs.python.org/issue46102  closed by christian.heimes

#46105: Requirement syntax broken when extras indicated on url_req
https://bugs.python.org/issue46105  closed by jaraco

#46111: test_unittest fails in optimized mode
https://bugs.python.org/issue46111  closed by serhiy.storchaka

#46112: PEP 8 code format
https://bugs.python.org/issue46112  closed by serhiy.storchaka

#46116: _asyncio_backend.py datagram_received doesn't handle Future ca
https://bugs.python.org/issue46116  closed by asvetlov
_______________________________________________
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/6HEHEPCWHPKWFFBG6XM5OCBAVICFIQ4F/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to