ACTIVITY SUMMARY (2021-07-30 - 2021-08-06)
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    7397 ( +2)
  closed 49189 (+68)
  total  56586 (+70)

Open issues with patches: 2933 


Issues opened (48)
==================

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013  reopened by brandtbucher

#43853: [sqlite3] Improve sqlite3_value_text() error handling
https://bugs.python.org/issue43853  reopened by serhiy.storchaka

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206  reopened by pablogsal

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524  reopened by kj

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698  reopened by mark.dickinson

#44756: In ./Doc, "make html" and "make build" should depend on "make 
https://bugs.python.org/issue44756  reopened by ned.deily

#44786: test_check_c_globals "crashed" and then "FutureWarning: Possib
https://bugs.python.org/issue44786  opened by iritkatriel

#44787: Missing valid directive %D in datetime.strftime() documentatio
https://bugs.python.org/issue44787  opened by vpjtqwv0101

#44788: Possibility to specify port in __init__ of ftplib.FTP
https://bugs.python.org/issue44788  opened by vpjtqwv0101

#44789: CPython cannot be compiled with -pedantic
https://bugs.python.org/issue44789  opened by blastwave

#44791: Substitution of ParamSpec in Concatenate
https://bugs.python.org/issue44791  opened by serhiy.storchaka

#44795: asyncio.run does not allow for graceful shutdown of main task
https://bugs.python.org/issue44795  opened by andreash

#44796: Add __parameters__ and __getitem__ in TypeVar and ParamSpec
https://bugs.python.org/issue44796  opened by serhiy.storchaka

#44799: typing.get_type_hints() raises TypeError for a variable annota
https://bugs.python.org/issue44799  opened by tkomiya

#44800: Code readability: rename interpreter frames to execution frame
https://bugs.python.org/issue44800  opened by ncoghlan

#44802: Substitution does not work after ParamSpec substitution of the
https://bugs.python.org/issue44802  opened by serhiy.storchaka

#44805: asyncio.StreamReader.read hangs for reused socket file descrip
https://bugs.python.org/issue44805  opened by ntc2

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807  opened by uriyyo

#44809: Changelog missing removal of StrEnum etc.
https://bugs.python.org/issue44809  opened by srittau

#44810: nturl2path: drive definition
https://bugs.python.org/issue44810  opened by NickVeld

#44811: Change default signature algorithms for context in the ssl lib
https://bugs.python.org/issue44811  opened by anis.gandoura

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813  opened by iritkatriel

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815  opened by dreamsorcerer

#44816: PEP 626 does not explain the handling of constants, at all.
https://bugs.python.org/issue44816  opened by brandtbucher

#44817: os.path.realpath fails with WinError 161
https://bugs.python.org/issue44817  opened by Spacetown

#44819: assertSequenceEqual does not use _getAssertEqualityFunc
https://bugs.python.org/issue44819  opened by Rarity

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821  opened by Mark.Shannon

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822  opened by erlendaasland

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826  opened by Mark.Shannon

#44828: Using tkinter.filedialog crashes on macOS Python 3.9.6
https://bugs.python.org/issue44828  opened by Nythepegasus

#44829: zoneinfo.ZoneInfo does not check for Windows device names
https://bugs.python.org/issue44829  opened by apple502j

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830  opened by mark.dickinson

#44831: Inconsistency between datetime.now() and datetime.fromtimestam
https://bugs.python.org/issue44831  opened by Miksus

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832  opened by mathstuf

#44834: contextvars.Context.run w/ coroutines gives inconsistent behav
https://bugs.python.org/issue44834  opened by adriangb

#44836: shutil _unpack_zipfile  filename encoding issue
https://bugs.python.org/issue44836  opened by yogendraksoni

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839  opened by serhiy.storchaka

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840  opened by nedbat

#44841: ZipInfo crashes on filemode
https://bugs.python.org/issue44841  opened by G.Rakosy

#44843: Add CLI flag to disable hash randomization
https://bugs.python.org/issue44843  opened by FFY00

#44844: The command line of launching Edge on Linux hangs
https://bugs.python.org/issue44844  opened by rayluo

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845  opened by pxeger

#44846: zipfile: cannot create zip file from files with non-utf8 filen
https://bugs.python.org/issue44846  opened by joelpuig

#44847: ABCMeta.__subclasscheck__() doesn't support duck typing.
https://bugs.python.org/issue44847  opened by grahamd

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848  opened by erlendaasland

#44850: Could operator.methodcaller be optimized using LOAD_METHOD?
https://bugs.python.org/issue44850  opened by Antony.Lee

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851  opened by uranusjr

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852  opened by lukasz.langa



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

#44850: Could operator.methodcaller be optimized using LOAD_METHOD?
https://bugs.python.org/issue44850

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848

#44847: ABCMeta.__subclasscheck__() doesn't support duck typing.
https://bugs.python.org/issue44847

#44846: zipfile: cannot create zip file from files with non-utf8 filen
https://bugs.python.org/issue44846

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845

#44843: Add CLI flag to disable hash randomization
https://bugs.python.org/issue44843

#44841: ZipInfo crashes on filemode
https://bugs.python.org/issue44841

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840

#44836: shutil _unpack_zipfile  filename encoding issue
https://bugs.python.org/issue44836

#44834: contextvars.Context.run w/ coroutines gives inconsistent behav
https://bugs.python.org/issue44834

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807

#44802: Substitution does not work after ParamSpec substitution of the
https://bugs.python.org/issue44802



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

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821

#44817: os.path.realpath fails with WinError 161
https://bugs.python.org/issue44817

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813

#44811: Change default signature algorithms for context in the ssl lib
https://bugs.python.org/issue44811

#44810: nturl2path: drive definition
https://bugs.python.org/issue44810

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807

#44800: Code readability: rename interpreter frames to execution frame
https://bugs.python.org/issue44800

#44799: typing.get_type_hints() raises TypeError for a variable annota
https://bugs.python.org/issue44799



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

#44789: CPython cannot be compiled with -pedantic
https://bugs.python.org/issue44789  12 msgs

#44756: In ./Doc, "make html" and "make build" should depend on "make 
https://bugs.python.org/issue44756   8 msgs

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782   7 msgs

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605   7 msgs

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698   7 msgs

#32397: textwrap output may change if you wrap a paragraph twice
https://bugs.python.org/issue32397   6 msgs

#44831: Inconsistency between datetime.now() and datetime.fromtimestam
https://bugs.python.org/issue44831   6 msgs

#43468: functools.cached_property incorrectly locks the entire descrip
https://bugs.python.org/issue43468   5 msgs

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822   5 msgs

#41946: Add concrete examples to os.path documentation
https://bugs.python.org/issue41946   4 msgs



Issues closed (68)
==================

#18255: CPython setup.py problems
https://bugs.python.org/issue18255  closed by ronaldoussoren

#20703: RuntimeError caused by lazy imports in pdb
https://bugs.python.org/issue20703  closed by iritkatriel

#27275: KeyError thrown by optimised collections.OrderedDict.popitem()
https://bugs.python.org/issue27275  closed by lukasz.langa

#31426: [3.5] crash in gen_traverse(): gi_frame.ob_type=NULL, called b
https://bugs.python.org/issue31426  closed by vstinner

#34422: __name__ not available for classes in typing module
https://bugs.python.org/issue34422  closed by kj

#34782: Pdb raises exception when code is executed in a mapping that d
https://bugs.python.org/issue34782  closed by iritkatriel

#35183: os.path.splitext documentation needs typical example
https://bugs.python.org/issue35183  closed by lukasz.langa

#37880: For argparse add_argument with action='store_const', const sho
https://bugs.python.org/issue37880  closed by vinay.sajip

#39091: _PyErr_CreateException() must check that the result is an exce
https://bugs.python.org/issue39091  closed by benjamin.peterson

#39940: Micro-optimizations to PySequence_Tuple()
https://bugs.python.org/issue39940  closed by iritkatriel

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928  closed by lukasz.langa

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse' 
https://bugs.python.org/issue41117  closed by vstinner

#41354: filecmp.cmp documentation does not match actual code
https://bugs.python.org/issue41354  closed by lukasz.langa

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706  closed by brett.cannon

#41737: Improper NotADirectoryError when opening a file in a fake dire
https://bugs.python.org/issue41737  closed by lukasz.langa

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886  closed by ammar2

#41914: test_pdb fails
https://bugs.python.org/issue41914  closed by iritkatriel

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958  closed by lukasz.langa

#43066: Zipfile with leading slashes
https://bugs.python.org/issue43066  closed by lukasz.langa

#43596: change assertRaises message when wrong exception is raised
https://bugs.python.org/issue43596  closed by mark.dickinson

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749  closed by vinay.sajip

#43758: dict.config TimedRotatingFileHandler filename .suffix does not
https://bugs.python.org/issue43758  closed by vinay.sajip

#43874: argparse crashes on subparsers with no dest/metava
https://bugs.python.org/issue43874  closed by terence.honles

#44037: Broad performance regression from 3.10a7 to 3.10b2 with python
https://bugs.python.org/issue44037  closed by ned.deily

#44291: Unify logging.handlers.SysLogHandler behavior with SocketHandl
https://bugs.python.org/issue44291  closed by vinay.sajip

#44301: Is there a way to provide destructor for module written using 
https://bugs.python.org/issue44301  closed by lukasz.langa

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564  closed by lukasz.langa

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584  closed by vstinner

#44617: Undesired Behavior on `match` using Singleton object
https://bugs.python.org/issue44617  closed by brandtbucher

#44667: tokenize.py emits spurious NEWLINE if file ends on a comment w
https://bugs.python.org/issue44667  closed by pablogsal

#44679: unittest.mock.sentinel documentation typo
https://bugs.python.org/issue44679  closed by Mariatta

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725  closed by iritkatriel

#44738: io_uring as a new backend to selectors and asyncio
https://bugs.python.org/issue44738  closed by terry.reedy

#44749: LOAD_NAME not using PyObject_GetItem when globals() is a dict 
https://bugs.python.org/issue44749  closed by terry.reedy

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760  closed by lukasz.langa

#44767: python -m flask run gives OSError: [WinError 10013] An attempt
https://bugs.python.org/issue44767  closed by terry.reedy

#44773: case_insensitive kwarg in str.replace()
https://bugs.python.org/issue44773  closed by serhiy.storchaka

#44776: Docs on mobile do not use monospace font for code snippets, mi
https://bugs.python.org/issue44776  closed by terry.reedy

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781  closed by lukasz.langa

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782  closed by rhettinger

#44784: test_importlib uses deprecated SelectableGroups interface
https://bugs.python.org/issue44784  closed by jaraco

#44785: test_pickle issues  "DeprecationWarning: The Tix Tk.."
https://bugs.python.org/issue44785  closed by lukasz.langa

#44790: Recursion causes Crash
https://bugs.python.org/issue44790  closed by Dennis Sweeney

#44792: Improve syntax errors for invalid if expressions
https://bugs.python.org/issue44792  closed by pablogsal

#44793: Arguments ignored in substitution in typing.Callable
https://bugs.python.org/issue44793  closed by serhiy.storchaka

#44794: Merge tests for typing.Callable and collection.abc.Callable
https://bugs.python.org/issue44794  closed by serhiy.storchaka

#44797: test_socket should expect warnings in truncated-data tests
https://bugs.python.org/issue44797  closed by iritkatriel

#44798: test_enum emits a deprecation warning from test_custom_strenum
https://bugs.python.org/issue44798  closed by iritkatriel

#44801: Type expression is coerced to a list of parameter arguments in
https://bugs.python.org/issue44801  closed by lukasz.langa

#44803: change tracemalloc.BaseFilter to an abstract class
https://bugs.python.org/issue44803  closed by lukasz.langa

#44804: Port fix of "issue44422" to Python3.6.x
https://bugs.python.org/issue44804  closed by ned.deily

#44806: Subclassing Protocol get different __init__
https://bugs.python.org/issue44806  closed by lukasz.langa

#44808: test_inspect fails in refleak mode
https://bugs.python.org/issue44808  closed by lukasz.langa

#44812: [docs] Document PyMember_{Get/Set}One in C API reference
https://bugs.python.org/issue44812  closed by lukasz.langa

#44814: python 3.9.6 installation installs 0 modules
https://bugs.python.org/issue44814  closed by mark.dickinson

#44818: '\t' (tab) support
https://bugs.python.org/issue44818  closed by serhiy.storchaka

#44820: subprocess hungs when processing <Null> value from mariadb
https://bugs.python.org/issue44820  closed by mark.dickinson

#44823: Docs fail to build - looking for the wrong interpreter (Python
https://bugs.python.org/issue44823  closed by pablogsal

#44824: The 3.10.0rc1 source tarballs contain the Docs/venv directory 
https://bugs.python.org/issue44824  closed by hroncok

#44825: node.annotation is not a str in `ast`'s `class _Unparser(NodeV
https://bugs.python.org/issue44825  closed by samuelmarks

#44827: Incomplete 3.10.0rc1 release info
https://bugs.python.org/issue44827  closed by pablogsal

#44833: VideoCapture is not installing
https://bugs.python.org/issue44833  closed by eric.smith

#44835: What does "Python for Windows will still be Python for DOS" me
https://bugs.python.org/issue44835  closed by eric.smith

#44837: os.symlink arg names are bad
https://bugs.python.org/issue44837  closed by krey

#44838: SyntaxError: New message "expected 'else' after 'if' expressio
https://bugs.python.org/issue44838  closed by pablogsal

#44842: String conversion of Path removes '/' from original url
https://bugs.python.org/issue44842  closed by eric.smith

#44849: test_os: test_get_set_inheritable_o_path() failed on AMD64 Fre
https://bugs.python.org/issue44849  closed by vstinner

#44853: 3.10.0rc1 published md5 and size do not match for source archi
https://bugs.python.org/issue44853  closed by pablogsal
_______________________________________________
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/JRFJ4QH7TR35HFRQWOYPPCGOYRFAXK24/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to