[Python-Dev] Summary of Python tracker Issues

2021年8月13日 11:12:22 -0700

ACTIVITY SUMMARY (2021年08月06日 - 2021年08月13日)
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 7393 ( -4)
 closed 49249 (+60)
 total 56642 (+56)
Open issues with patches: 2924 
Issues opened (39)
==================
#44855: [doc] Complete the sqlite3 exception documentation
https://bugs.python.org/issue44855 opened by erlendaasland
#44859: Improve some sqlite3 errors
https://bugs.python.org/issue44859 opened by serhiy.storchaka
#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860 opened by uranusjr
#44861: csv.writer stopped to quote values with escapechar with csv.QU
https://bugs.python.org/issue44861 opened by xflr6
#44862: [docs] make "Deprecated since version {deprecated}, will be re
https://bugs.python.org/issue44862 opened by vini.g.fer
#44863: Allow TypedDict to inherit from Generics
https://bugs.python.org/issue44863 opened by sransara
#44864: [argparse] Do not translate user-provided strings in `Argument
https://bugs.python.org/issue44864 opened by jdetrey
#44865: [argparse] Missing translations
https://bugs.python.org/issue44865 opened by jdetrey
#44868: misleading error about fd / follow_symlinks from os.stat()
https://bugs.python.org/issue44868 opened by andrei.avk
#44869: MacOS Monterrey malloc issue
https://bugs.python.org/issue44869 opened by edumorlom
#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874 opened by iritkatriel
#44875: Update dis.findlinestarts documentaiton to reflect new usage o
https://bugs.python.org/issue44875 opened by gwk
#44876: .replace functions in datetime do not call __new__
https://bugs.python.org/issue44876 opened by joelgibson
#44877: Python > 3.7 build fails with IBM XL compiler
https://bugs.python.org/issue44877 opened by quellyn
#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881 opened by nascheme
#44882: add FileInput.rollback() for in-place filters
https://bugs.python.org/issue44882 opened by samwyse
#44883: configure --with-openssl-rpath=DIR too eager about existence o
https://bugs.python.org/issue44883 opened by Elvis.Pranskevichus
#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884 opened by fxcallewaert
#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886 opened by Thomas Trummer
#44887: test_input_tty hangs when run multiple times in the same proce
https://bugs.python.org/issue44887 opened by lukasz.langa
#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888 opened by xtkoba
#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889 opened by kj
#44892: configparser fails when the file contains a "%" inside a comme
https://bugs.python.org/issue44892 opened by DiddiLeija
#44893: importlib.metadata Entrypoint has a broken _asdict
https://bugs.python.org/issue44893 opened by Ronny.Pfannschmidt
#44894: HTTP request handler should check sys.stderr for None before u
https://bugs.python.org/issue44894 opened by xiaolingbao
#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 opened by iritkatriel
#44896: Issue with unparse in ast module
https://bugs.python.org/issue44896 opened by xiaket
#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897 opened by nascheme
#44898: Path.read_bytes() failed when path contains chinese character
https://bugs.python.org/issue44898 opened by russiavk
#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899 opened by marko-tuononen
#44900: Implement superinstructions
https://bugs.python.org/issue44900 opened by Mark.Shannon
#44901: Info about used pickle protocol used by multiprocessing.Queue
https://bugs.python.org/issue44901 opened by buhtz
#44903: [Doc] How does one to about getting onto the "Other Graphical 
https://bugs.python.org/issue44903 opened by PySimpleGUI
#44904: Erroneous behaviour for abstract class properties
https://bugs.python.org/issue44904 opened by rzepecki.t
#44905: Abstract instance and class attributes for abstract base class
https://bugs.python.org/issue44905 opened by rzepecki.t
#44906: Crash on deep call stack under Windows
https://bugs.python.org/issue44906 opened by aleReimondo
#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907 opened by yangqing
#44908: recommend httpx as well as requests in http.client/urllib.requ
https://bugs.python.org/issue44908 opened by graingert
#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909 opened by pmenzel
Most recent 15 issues with no replies (15)
==========================================
#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909
#44908: recommend httpx as well as requests in http.client/urllib.requ
https://bugs.python.org/issue44908
#44906: Crash on deep call stack under Windows
https://bugs.python.org/issue44906
#44904: Erroneous behaviour for abstract class properties
https://bugs.python.org/issue44904
#44900: Implement superinstructions
https://bugs.python.org/issue44900
#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899
#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897
#44896: Issue with unparse in ast module
https://bugs.python.org/issue44896
#44892: configparser fails when the file contains a "%" inside a comme
https://bugs.python.org/issue44892
#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889
#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888
#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886
#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884
#44883: configure --with-openssl-rpath=DIR too eager about existence o
https://bugs.python.org/issue44883
#44882: add FileInput.rollback() for in-place filters
https://bugs.python.org/issue44882
Most recent 15 issues waiting for review (15)
=============================================
#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907
#44900: Implement superinstructions
https://bugs.python.org/issue44900
#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897
#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895
#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889
#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881
#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874
#44865: [argparse] Missing translations
https://bugs.python.org/issue44865
#44864: [argparse] Do not translate user-provided strings in `Argument
https://bugs.python.org/issue44864
#44863: Allow TypedDict to inherit from Generics
https://bugs.python.org/issue44863
#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860
#44859: Improve some sqlite3 errors
https://bugs.python.org/issue44859
#44855: [doc] Complete the sqlite3 exception documentation
https://bugs.python.org/issue44855
#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852
#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848
Top 10 most discussed issues (10)
=================================
#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 25 msgs
#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 13 msgs
#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881 13 msgs
#43976: Allow Python distributors to add custom site install schemes
https://bugs.python.org/issue43976 8 msgs
#44877: Python > 3.7 build fails with IBM XL compiler
https://bugs.python.org/issue44877 8 msgs
#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469 7 msgs
#40899: Document exceptions raised by importlib.import
https://bugs.python.org/issue40899 7 msgs
#44887: test_input_tty hangs when run multiple times in the same proce
https://bugs.python.org/issue44887 7 msgs
#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 6 msgs
#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 6 msgs
Issues closed (54)
==================
#19582: Tkinter is not working with Py_SetPath
https://bugs.python.org/issue19582 closed by iritkatriel
#22330: PyOS_mystricmp is broken
https://bugs.python.org/issue22330 closed by iritkatriel
#26228: pty.spawn hangs on FreeBSD 9.3, 10.x, 12.1
https://bugs.python.org/issue26228 closed by lukasz.langa
#27752: [doc] CSV DictReader default dialect name 'excel' is misleadin
https://bugs.python.org/issue27752 closed by lukasz.langa
#30077: Support Apple AIFF-C pseudo compression in aifc.py
https://bugs.python.org/issue30077 closed by lukasz.langa
#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695 closed by lukasz.langa
#33232: Segmentation fault in operator.attrgetter
https://bugs.python.org/issue33232 closed by iritkatriel
#33349: 2to3 fails to parse async generators in non-async functions
https://bugs.python.org/issue33349 closed by lukasz.langa
#33930: Segfault with deep recursion into object().__dir__
https://bugs.python.org/issue33930 closed by vstinner
#36700: base64 has old references that should be updated
https://bugs.python.org/issue36700 closed by lukasz.langa
#38671: pathlib.Path.resolve(strict=False) returns relative path on Wi
https://bugs.python.org/issue38671 closed by uranusjr
#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840 closed by lukasz.langa
#39498: Signpost security considerations in library
https://bugs.python.org/issue39498 closed by lukasz.langa
#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 closed by chris.jerdonek
#40912: _PyOS_SigintEvent is never closed on Windows
https://bugs.python.org/issue40912 closed by vstinner
#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234 closed by terry.reedy
#41402: email: ContentManager.set_content calls nonexistent method enc
https://bugs.python.org/issue41402 closed by lukasz.langa
#41576: document BaseException in favour of bare except in error tutor
https://bugs.python.org/issue41576 closed by lukasz.langa
#41645: Typo First Page of Documentation
https://bugs.python.org/issue41645 closed by willingc
#41703: Most bytecode changes are absent from Python 3.9 What's new
https://bugs.python.org/issue41703 closed by Mark.Shannon
#41779: add BLOB photo to sqlite3 python
https://bugs.python.org/issue41779 closed by eric.smith
#42053: fwalk: incorrect boolean test for non-fd arguments
https://bugs.python.org/issue42053 closed by serhiy.storchaka
#43392: Optimize repeated calls to `__import__()`
https://bugs.python.org/issue43392 closed by pitrou
#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838 closed by gvanrossum
#44207: Add a version number to Python functions
https://bugs.python.org/issue44207 closed by Mark.Shannon
#44297: Frame with -1 line number
https://bugs.python.org/issue44297 closed by Mark.Shannon
#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338 closed by Mark.Shannon
#44522: [doc] open() function errors='surrogateescape' has inaccurate 
https://bugs.python.org/issue44522 closed by lukasz.langa
#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 closed by rhettinger
#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772 closed by Mark.Shannon
#44819: assertSequenceEqual does not use _getAssertEqualityFunc
https://bugs.python.org/issue44819 closed by iritkatriel
#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821 closed by Mark.Shannon
#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 closed by erlendaasland
#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839 closed by serhiy.storchaka
#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840 closed by pablogsal
#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845 closed by rhettinger
#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851 closed by lukasz.langa
#44854: Add .editorconfig to the root directory
https://bugs.python.org/issue44854 closed by lukasz.langa
#44856: Possible reference leak in error paths of update_bases() and _
https://bugs.python.org/issue44856 closed by lukasz.langa
#44857: class member varibles assigned member functions create a circu
https://bugs.python.org/issue44857 closed by cliff.cordeiro
#44858: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44858 closed by uranusjr
#44866: Inconsistent Behavior of int()
https://bugs.python.org/issue44866 closed by steven.daprano
#44867: types.MappingProxyType and collections.defaultdict
https://bugs.python.org/issue44867 closed by rhettinger
#44870: email.message_from_bytes not working on BytesIO() object
https://bugs.python.org/issue44870 closed by eric.smith
#44871: Threading memory leak
https://bugs.python.org/issue44871 closed by benjamin.peterson
#44872: FrameObject uses the old trashcan macros
https://bugs.python.org/issue44872 closed by lukasz.langa
#44873: base64 RFC4648 test cases
https://bugs.python.org/issue44873 closed by lukasz.langa
#44878: Clumsy dispatching on interpreter entry.
https://bugs.python.org/issue44878 closed by Mark.Shannon
#44879: How to insert newline characters as normal characters while in
https://bugs.python.org/issue44879 closed by larry
#44880: Document code.replace()
https://bugs.python.org/issue44880 closed by iritkatriel
#44885: Incorrect exception highlighting for fstring format
https://bugs.python.org/issue44885 closed by pablogsal
#44890: Enable specialization stats collection when in Py_DEBUG
https://bugs.python.org/issue44890 closed by iritkatriel
#44891: Tests for `id(a) == id(a * 1)` for `bytes` and `str`
https://bugs.python.org/issue44891 closed by lukasz.langa
#44902: [Doc] Changing 'Mac OS X'/'OS X' to 'macOS'
https://bugs.python.org/issue44902 closed by meowmeowmeowcat
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/MINXECGVVX3IKD7P64FNWSIC76PMHBBB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to