[Python-Dev] Summary of Python tracker Issues

2021年9月10日 11:12:06 -0700

ACTIVITY SUMMARY (2021年09月03日 - 2021年09月10日)
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 7376 (-33)
 closed 49524 (+105)
 total 56900 (+72)
Open issues with patches: 2929 
Issues opened (53)
==================
#36550: Avoid creating AttributeError exceptions in the debugger
https://bugs.python.org/issue36550 reopened by iritkatriel
#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 reopened by vstinner
#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089 reopened by petr.viktorin
#45096: Update Tools/freeze to make use of Tools/scripts/freeze_module
https://bugs.python.org/issue45096 opened by eric.snow
#45098: asyncio.CancelledError should contain more information on canc
https://bugs.python.org/issue45098 opened by dreamsorcerer
#45099: asyncio.Task's documentation says that loop arg is removed whe
https://bugs.python.org/issue45099 opened by jack1142
#45100: Improve help() by making typing.overload() information accessi
https://bugs.python.org/issue45100 opened by rhettinger
#45101: Small inconsistency in usage message between the python and sh
https://bugs.python.org/issue45101 opened by kiendang
#45103: IDLE: make configdialog font page survive font failures
https://bugs.python.org/issue45103 opened by terry.reedy
#45105: Incorrect handling of unicode character \U00010900
https://bugs.python.org/issue45105 opened by maxbachmann
#45107: Improve LOAD_METHOD specialization
https://bugs.python.org/issue45107 opened by kj
#45108: frame.f_lasti points at DICT_MERGE instead of CALL_FUNCTION_EX
https://bugs.python.org/issue45108 opened by alexmojaki
#45109: pipes seems designed for bytes but is str-only
https://bugs.python.org/issue45109 opened by rtollert
#45110: argparse repeats itself when formatting help metavars
https://bugs.python.org/issue45110 opened by forest
#45112: Python exception object is different after pickle.dumps and pi
https://bugs.python.org/issue45112 opened by yonghengzero
#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 opened by shihai1991
#45114: bad example for os.stat
https://bugs.python.org/issue45114 opened by harridu
#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116 opened by neonene
#45119: test_signal.test_itimer_virtual() failed on AMD64 Fedora Rawhi
https://bugs.python.org/issue45119 opened by vstinner
#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120 opened by rafaelblsilva
#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 opened by hauntsaninja
#45122: Remove PyCode_New and PyCode_NewWithPosOnlyArgs
https://bugs.python.org/issue45122 opened by gvanrossum
#45125: Improve tests and docs of how `pickle` works with `SharedMemor
https://bugs.python.org/issue45125 opened by sobolevn
#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126 opened by erlendaasland
#45127: Code objects can contain unmarshallable objects
https://bugs.python.org/issue45127 opened by petr.viktorin
#45128: test_multiprocessing fails sporadically on the release artifac
https://bugs.python.org/issue45128 opened by pablogsal
#45130: shlex.join() does not accept pathlib.Path objects
https://bugs.python.org/issue45130 opened by nyuszika7h
#45131: `venv` ??? `ensurepip` may read local `setup.cfg` and fail mys
https://bugs.python.org/issue45131 opened by nutjob4life
#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134 opened by MarkReedZ
#45135: dataclasses.asdict() incorrectly calls __deepcopy__() on value
https://bugs.python.org/issue45135 opened by tfish2
#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138 opened by erlendaasland
#45139: Docs: add source directive for minor translation simplificatio
https://bugs.python.org/issue45139 opened by Jean_Abou_Samra
#45140: strict_timestamps for PyZipFile
https://bugs.python.org/issue45140 opened by sakcheen
#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141 opened by pacien
#45143: ipaddress multicast v6 RFC documentation correction
https://bugs.python.org/issue45143 opened by hanugit
#45145: Case of headers in urllib.request.Request
https://bugs.python.org/issue45145 opened by emphoeller
#45146: Add a possibility for asyncio.Condition to determine the count
https://bugs.python.org/issue45146 opened by mykola-mokhnach
#45149: Cover directory and zipfile execution in __main__ module docs
https://bugs.python.org/issue45149 opened by ncoghlan
#45150: Add a file_digest() function in hashlib
https://bugs.python.org/issue45150 opened by tarek
#45151: Logger library with task scheduler
https://bugs.python.org/issue45151 opened by btjehunt
#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 opened by iritkatriel
#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 opened by barry
#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156 opened by dseomn
#45157: DTrace on RHEL7, generated Include/pydtrace_probes.h fails to 
https://bugs.python.org/issue45157 opened by vstinner
#45158: Refactor traceback.py to make TracebackException more extensib
https://bugs.python.org/issue45158 opened by abrosimov.a.a
#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159 opened by chrisb2
#45160: ttk.OptionMenu radiobuttons change variable value twice
https://bugs.python.org/issue45160 opened by fhdrsdg
#45161: _Py_DecodeUTF8_surrogateescape not exported from 3.10 framewor
https://bugs.python.org/issue45161 opened by ronaldoussoren
#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 opened by serhiy.storchaka
#45163: Haiku build fix
https://bugs.python.org/issue45163 opened by devnexen
#45165: alighment format for nullable values
https://bugs.python.org/issue45165 opened by Anthony Sottile
#45166: get_type_hints + Final + future annotations = TypeError
https://bugs.python.org/issue45166 opened by pawamoy
#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167 opened by JacobHayes
Most recent 15 issues with no replies (15)
==========================================
#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167
#45163: Haiku build fix
https://bugs.python.org/issue45163
#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162
#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159
#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156
#45149: Cover directory and zipfile execution in __main__ module docs
https://bugs.python.org/issue45149
#45145: Case of headers in urllib.request.Request
https://bugs.python.org/issue45145
#45143: ipaddress multicast v6 RFC documentation correction
https://bugs.python.org/issue45143
#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141
#45140: strict_timestamps for PyZipFile
https://bugs.python.org/issue45140
#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138
#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134
#45131: `venv` ??? `ensurepip` may read local `setup.cfg` and fail mys
https://bugs.python.org/issue45131
#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120
#45114: bad example for os.stat
https://bugs.python.org/issue45114
Most recent 15 issues waiting for review (15)
=============================================
#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162
#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155
#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152
#45150: Add a file_digest() function in hashlib
https://bugs.python.org/issue45150
#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141
#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138
#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126
#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121
#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120
#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116
#45107: Improve LOAD_METHOD specialization
https://bugs.python.org/issue45107
#45101: Small inconsistency in usage message between the python and sh
https://bugs.python.org/issue45101
#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089
#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084
#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083
Top 10 most discussed issues (10)
=================================
#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 15 msgs
#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 13 msgs
#45110: argparse repeats itself when formatting help metavars
https://bugs.python.org/issue45110 11 msgs
#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126 11 msgs
#45105: Incorrect handling of unicode character \U00010900
https://bugs.python.org/issue45105 9 msgs
#45122: Remove PyCode_New and PyCode_NewWithPosOnlyArgs
https://bugs.python.org/issue45122 9 msgs
#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 8 msgs
#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116 8 msgs
#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 8 msgs
#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 8 msgs
Issues closed (96)
==================
#11255: 2to3 throws AttributeError during distutils installation with 
https://bugs.python.org/issue11255 closed by iritkatriel
#14150: AIX, crash loading shared module into another process than pyt
https://bugs.python.org/issue14150 closed by iritkatriel
#16591: RUNSHARED wrong for OSX no framework
https://bugs.python.org/issue16591 closed by iritkatriel
#18715: Tests fail when run with coverage
https://bugs.python.org/issue18715 closed by iritkatriel
#19113: duplicate test names in Lib/ctypes/test/test_functions.py
https://bugs.python.org/issue19113 closed by lukasz.langa
#19346: Build fails when there are no shared extensions to be built
https://bugs.python.org/issue19346 closed by iritkatriel
#20499: Rounding errors with statistics.variance
https://bugs.python.org/issue20499 closed by rhettinger
#21658: __m128, can't build 3.4.1 with intel 14.0.0
https://bugs.python.org/issue21658 closed by iritkatriel
#21825: Embedding-Python example code from documentation crashes
https://bugs.python.org/issue21825 closed by iritkatriel
#23249: test_win32 fails on aarch64
https://bugs.python.org/issue23249 closed by iritkatriel
#23575: MIPS64 needs ffi's n32.S
https://bugs.python.org/issue23575 closed by iritkatriel
#23864: doc: issubclass without registration only works for "one-trick
https://bugs.python.org/issue23864 closed by rhettinger
#24544: Race condition and crash when embedding multi-thread script
https://bugs.python.org/issue24544 closed by iritkatriel
#24888: FileNotFoundException raised by subprocess.call
https://bugs.python.org/issue24888 closed by lukasz.langa
#25240: Stack overflow in reprlib causes a core dump
https://bugs.python.org/issue25240 closed by iritkatriel
#25769: Crash due to using weakref referent without acquiring a strong
https://bugs.python.org/issue25769 closed by iritkatriel
#25894: unittest subTest failure causes result to be omitted from list
https://bugs.python.org/issue25894 closed by lukasz.langa
#25963: strptime not parsing some timezones
https://bugs.python.org/issue25963 closed by andrei.avk
#27277: Test runner should try to increase stack size if it is too low
https://bugs.python.org/issue27277 closed by vstinner
#27509: Some tests breaks PGO build on Windows
https://bugs.python.org/issue27509 closed by iritkatriel
#27658: python 3.5.2 built from source fails to install completely on 
https://bugs.python.org/issue27658 closed by iritkatriel
#28451: pydoc.safeimport() raises ErrorDuringImport() if __builtin__._
https://bugs.python.org/issue28451 closed by iritkatriel
#28978: a redundant right parentheses in the EBNF rules of parameter_
https://bugs.python.org/issue28978 closed by iritkatriel
#29232: Quiet Install
https://bugs.python.org/issue29232 closed by steve.dower
#30089: Automatic Unload of Dynamic Library Cause Segfault
https://bugs.python.org/issue30089 closed by iritkatriel
#30991: test_ctypes ,test_dbm and test_ssl fail on arm64 (aarch64) ar
https://bugs.python.org/issue30991 closed by iritkatriel
#31100: unable to open python on Windows
https://bugs.python.org/issue31100 closed by iritkatriel
#32881: pycapsule:PyObject * is NULL pointer
https://bugs.python.org/issue32881 closed by iritkatriel
#32955: IDLE crashes when trying to save a file
https://bugs.python.org/issue32955 closed by iritkatriel
#33085: *** Error in `python': double free or corruption (out): 0x0000
https://bugs.python.org/issue33085 closed by iritkatriel
#34262: Asyncio test fails under Win 7
https://bugs.python.org/issue34262 closed by iritkatriel
#34561: Replace list sorting merge_collapse()?
https://bugs.python.org/issue34561 closed by tim.peters
#35084: binascii.Error: Incorrect padding
https://bugs.python.org/issue35084 closed by iritkatriel
#35301: python.exe crashes - lzma?
https://bugs.python.org/issue35301 closed by iritkatriel
#35901: json.dumps infinite recurssion
https://bugs.python.org/issue35901 closed by iritkatriel
#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997 closed by iritkatriel
#38596: simple example give a Linux core dumped with atk-bridge
https://bugs.python.org/issue38596 closed by iritkatriel
#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852 closed by iritkatriel
#38936: fatal error during installation 0x80070643 during python insta
https://bugs.python.org/issue38936 closed by iritkatriel
#39447: imaplib documentation claims that commands return a string, bu
https://bugs.python.org/issue39447 closed by andrei.avk
#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570 closed by steve.dower
#39573: [C API] Avoid accessing PyObject and PyVarObject members direc
https://bugs.python.org/issue39573 closed by vstinner
#39955: argparse print_help breaks when help is blank space
https://bugs.python.org/issue39955 closed by iritkatriel
#40563: Support pathlike objects on dbm/shelve
https://bugs.python.org/issue40563 closed by serhiy.storchaka
#41010: email.message.EmailMessage.get_body
https://bugs.python.org/issue41010 closed by andrei.avk
#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031 closed by iritkatriel
#41082: Error handling and documentation of Path.home()
https://bugs.python.org/issue41082 closed by lukasz.langa
#41489: HTMLParser : HTMLParser.error creating multiple errors.
https://bugs.python.org/issue41489 closed by iritkatriel
#41501: 0x80070643, can't install any version
https://bugs.python.org/issue41501 closed by iritkatriel
#42119: Error when debugging logging.FileHandler subclass __init__ met
https://bugs.python.org/issue42119 closed by andrei.avk
#43187: Dict creation in recursive function cause interpreter crashes.
https://bugs.python.org/issue43187 closed by iritkatriel
#44219: Opening a file holds the GIL when it calls "isatty()"
https://bugs.python.org/issue44219 closed by vstinner
#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348 closed by vstinner
#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 closed by rhettinger
#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860 closed by pablogsal
#44869: MacOS Monterrey malloc issue
https://bugs.python.org/issue44869 closed by ned.deily
#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959 closed by vstinner
#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963 closed by pablogsal
#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964 closed by pablogsal
#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991 closed by petr.viktorin
#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012 closed by lukasz.langa
#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017 closed by iritkatriel
#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 closed by steve.dower
#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030 closed by serhiy.storchaka
#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 closed by serhiy.storchaka
#45052: WithProcessesTestSharedMemory.test_shared_memory_basics fails 
https://bugs.python.org/issue45052 closed by sobolevn
#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056 closed by lukasz.langa
#45058: Undefined behavior for syntax "except AError or BError:" accep
https://bugs.python.org/issue45058 closed by terry.reedy
#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060 closed by terry.reedy
#45067: Failed to build _curses on CentOS 7
https://bugs.python.org/issue45067 closed by orsenthil
#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075 closed by iritkatriel
#45086: f-string unmatched ']'
https://bugs.python.org/issue45086 closed by terry.reedy
#45093: Add method to compare dicts accounting for order
https://bugs.python.org/issue45093 closed by terry.reedy
#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094 closed by vstinner
#45097: "The loop argument is deprecated" reported when user code does
https://bugs.python.org/issue45097 closed by serhiy.storchaka
#45102: unittest: add tests for skipping and errors in cleanup
https://bugs.python.org/issue45102 closed by serhiy.storchaka
#45104: Error in __new__ docs
https://bugs.python.org/issue45104 closed by lukasz.langa
#45106: Issue formating for log on Linux machines
https://bugs.python.org/issue45106 closed by methane
#45111: whole website translation error
https://bugs.python.org/issue45111 closed by eric.smith
#45115: Windows: enable compiler optimizations when building Python in
https://bugs.python.org/issue45115 closed by vstinner
#45117: `dict` not subscriptable despite using `__future__` typing ann
https://bugs.python.org/issue45117 closed by Dennis Sweeney
#45118: regrtest no longer lists "re-run tests" in the second summary
https://bugs.python.org/issue45118 closed by lukasz.langa
#45123: PyAiter_Check & PyObject_GetAiter issues
https://bugs.python.org/issue45123 closed by pablogsal
#45124: Remove deprecated bdist_msi command
https://bugs.python.org/issue45124 closed by vstinner
#45129: Remove deprecated reuse_address parameter from create_datagram
https://bugs.python.org/issue45129 closed by lukasz.langa
#45132: Remove deprecated __getitem__ methods
https://bugs.python.org/issue45132 closed by serhiy.storchaka
#45133: Open functions in dbm submodule should support path-like objec
https://bugs.python.org/issue45133 closed by ethan.furman
#45136: test_sysconfig: test_user_similar() fails if sys.platlibdir is
https://bugs.python.org/issue45136 closed by vstinner
#45137: Fix for bpo-37788 was not backported to Python3.8
https://bugs.python.org/issue45137 closed by victorvorobev
#45142: Import error for Iterable in collections
https://bugs.python.org/issue45142 closed by Joshuah143
#45144: Use subtests in test_peepholer
https://bugs.python.org/issue45144 closed by lukasz.langa
#45147: Typo in "What's New In Python 3.10" documentation
https://bugs.python.org/issue45147 closed by eric.smith
#45148: ensurepip upgrade fails
https://bugs.python.org/issue45148 closed by paul.moore
#45153: Except multiple types of exceptions with OR keyword is not wor
https://bugs.python.org/issue45153 closed by serhiy.storchaka
#45154: Enumerate() function or class?
https://bugs.python.org/issue45154 closed by rhettinger
#45164: int.to_bytes()
https://bugs.python.org/issue45164 closed by serhiy.storchaka
_______________________________________________
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/UIZ2CHKLFM5YOR5LAJZJCHMNSD2XUBUB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to