ACTIVITY SUMMARY (2021-07-16 - 2021-07-23) 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 7420 (+17) closed 49041 (+54) total 56461 (+71)
Open issues with patches: 2951
Issues opened (52) ==================
#44656: Dangerous mismatch between MAXPATHLEN and MAX_PATH on Windows https://bugs.python.org/issue44656 opened by izbyshev
#44657: instancemethod_call should use PyInstanceMethod_GET_FUNCTION m https://bugs.python.org/issue44657 opened by colesbury
#44658: No ValueError for duplicate key value in mapping patern when l https://bugs.python.org/issue44658 opened by jack__d
#44660: email.feedparser Module Lacks Support for Section 3.5 of RFC 6 https://bugs.python.org/issue44660 opened by f18a14c09s
#44662: Add ability to annotate types.Union https://bugs.python.org/issue44662 opened by uriyyo
#44663: Possible bug in datetime utc https://bugs.python.org/issue44663 opened by gabhcosta
#44664: builtins.chr and the 'c' format flag raise different errors https://bugs.python.org/issue44664 opened by bup
#44665: asyncio.create_task() documentation should mention user needs https://bugs.python.org/issue44665 opened by bernat
#44666: compileall.compile_file fails when sys.stdout is redirected to https://bugs.python.org/issue44666 opened by stefanhoelzl
#44667: tokenize.py emits spurious NEWLINE if file ends on a comment w https://bugs.python.org/issue44667 opened by mdartiailh
#44668: More differences in instance and subclass checks between typin https://bugs.python.org/issue44668 opened by serhiy.storchaka
#44669: TypeError: 'type' object is not subscriptable https://bugs.python.org/issue44669 opened by michal.dziczkowski
#44671: Create a built-in yaml module https://bugs.python.org/issue44671 opened by jarpri08
#44673: Embedded Python - local directories in pythonXX._pth https://bugs.python.org/issue44673 opened by emve
#44674: dataclasses should allow frozendict default value https://bugs.python.org/issue44674 opened by gianni
#44675: Cross-platform issues with private methods and multiprocessing https://bugs.python.org/issue44675 opened by ymerej
#44677: CSV sniffing falsely detects space as a delimiter https://bugs.python.org/issue44677 opened by pt12lol
#44678: Seperate error message for discontinuous padding in binascii.a https://bugs.python.org/issue44678 opened by idan22moral
#44679: unittest.mock.sentinel documentation typo https://bugs.python.org/issue44679 opened by gaydayav
#44680: Reference cycles from a WeakKeyDictionary value to its key are https://bugs.python.org/issue44680 opened by andersk
#44682: Pdb commands allows to add commands to invalid breakpoint https://bugs.python.org/issue44682 opened by andrei.avk
#44684: Docs for mock.call https://bugs.python.org/issue44684 opened by guettli
#44685: Email package issue with Outlook msg files https://bugs.python.org/issue44685 opened by heghine
#44686: use pkgutil.resolve_name in unittest.mock https://bugs.python.org/issue44686 opened by graingert
#44687: io.BufferedReader:peek() closes underlying file, breaking peek https://bugs.python.org/issue44687 opened by liquidpele
#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea https://bugs.python.org/issue44688 opened by erlendaasland
#44689: MacOS: Python binaries not portable between Catalina and Big S https://bugs.python.org/issue44689 opened by bergkvist
#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode https://bugs.python.org/issue44690 opened by idan22moral
#44693: Unclear definition of the "__future__" module in Docs https://bugs.python.org/issue44693 opened by StevenHsuYL
#44694: Message from BytesParser cannot be flattened immediately https://bugs.python.org/issue44694 opened by vitas1
#44695: asdict use deep copy to dataclass instances https://bugs.python.org/issue44695 opened by Itayazolay
#44697: Memory leak when asyncio.open_connection raise https://bugs.python.org/issue44697 opened by seer
#44698: Undefined behaviour in Objects/complexobject.c's complex_pow https://bugs.python.org/issue44698 opened by twouters
#44699: Simple regex appears to take exponential time in length of inp https://bugs.python.org/issue44699 opened by brezniczky
#44701: Create a @deprecated decorator (annotation) https://bugs.python.org/issue44701 opened by Leonardofreua
#44702: Fix weakref doc https://bugs.python.org/issue44702 opened by Prometheus3375
#44705: Support Windows file open modes for `open` built-in function https://bugs.python.org/issue44705 opened by lukedeller1
#44707: runtime error: applying zero offset to null pointer in Objects https://bugs.python.org/issue44707 opened by thatiparthy
#44709: [3.7] Popen Control Characters in stdout affect shell session https://bugs.python.org/issue44709 opened by San
#44711: Optimize type check in pipes.py https://bugs.python.org/issue44711 opened by anton.gruebel
#44712: Replace `type(literal)` with corresponding builtin types https://bugs.python.org/issue44712 opened by serhiy.storchaka
#44717: Improve AttributeError on circular imports of submodules https://bugs.python.org/issue44717 opened by FFY00
#44718: Incorrect arguments in function select() cause segfault https://bugs.python.org/issue44718 opened by xxm
#44719: Incorrect callable object crashes Python 3.11.0a0 https://bugs.python.org/issue44719 opened by xxm
#44720: Finding string in iteratively deleted object cause segfault https://bugs.python.org/issue44720 opened by xxm
#44722: RFC: string Multiline Formatter https://bugs.python.org/issue44722 opened by creative-resort
#44723: Codec name normalization breaks custom codecs https://bugs.python.org/issue44723 opened by bodograumann
#44724: Resource Tracker is never reaped https://bugs.python.org/issue44724 opened by viktor.ivanov
#44725: Expose specialization stats in python https://bugs.python.org/issue44725 opened by iritkatriel
#44726: Build macOS version with thin lto option https://bugs.python.org/issue44726 opened by corona10
#44727: Stable ABI should avoid `enum` https://bugs.python.org/issue44727 opened by petr.viktorin
#44728: Testsuite fails on x86_64 https://bugs.python.org/issue44728 opened by deep42thought
Most recent 15 issues with no replies (15) ==========================================
#44728: Testsuite fails on x86_64 https://bugs.python.org/issue44728
#44725: Expose specialization stats in python https://bugs.python.org/issue44725
#44724: Resource Tracker is never reaped https://bugs.python.org/issue44724
#44723: Codec name normalization breaks custom codecs https://bugs.python.org/issue44723
#44720: Finding string in iteratively deleted object cause segfault https://bugs.python.org/issue44720
#44719: Incorrect callable object crashes Python 3.11.0a0 https://bugs.python.org/issue44719
#44717: Improve AttributeError on circular imports of submodules https://bugs.python.org/issue44717
#44702: Fix weakref doc https://bugs.python.org/issue44702
#44701: Create a @deprecated decorator (annotation) https://bugs.python.org/issue44701
#44698: Undefined behaviour in Objects/complexobject.c's complex_pow https://bugs.python.org/issue44698
#44695: asdict use deep copy to dataclass instances https://bugs.python.org/issue44695
#44694: Message from BytesParser cannot be flattened immediately https://bugs.python.org/issue44694
#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode https://bugs.python.org/issue44690
#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea https://bugs.python.org/issue44688
#44687: io.BufferedReader:peek() closes underlying file, breaking peek https://bugs.python.org/issue44687
Most recent 15 issues waiting for review (15) =============================================
#44726: Build macOS version with thin lto option https://bugs.python.org/issue44726
#44725: Expose specialization stats in python https://bugs.python.org/issue44725
#44722: RFC: string Multiline Formatter https://bugs.python.org/issue44722
#44717: Improve AttributeError on circular imports of submodules https://bugs.python.org/issue44717
#44712: Replace `type(literal)` with corresponding builtin types https://bugs.python.org/issue44712
#44711: Optimize type check in pipes.py https://bugs.python.org/issue44711
#44707: runtime error: applying zero offset to null pointer in Objects https://bugs.python.org/issue44707
#44698: Undefined behaviour in Objects/complexobject.c's complex_pow https://bugs.python.org/issue44698
#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode https://bugs.python.org/issue44690
#44682: Pdb commands allows to add commands to invalid breakpoint https://bugs.python.org/issue44682
#44678: Seperate error message for discontinuous padding in binascii.a https://bugs.python.org/issue44678
#44677: CSV sniffing falsely detects space as a delimiter https://bugs.python.org/issue44677
#44666: compileall.compile_file fails when sys.stdout is redirected to https://bugs.python.org/issue44666
#44662: Add ability to annotate types.Union https://bugs.python.org/issue44662
#44660: email.feedparser Module Lacks Support for Section 3.5 of RFC 6 https://bugs.python.org/issue44660
Top 10 most discussed issues (10) =================================
#43950: Include column offsets for bytecode instructions https://bugs.python.org/issue43950 13 msgs
#42414: unable to document fields of dataclass https://bugs.python.org/issue42414 9 msgs
#44689: MacOS: Python binaries not portable between Catalina and Big S https://bugs.python.org/issue44689 6 msgs
#43838: There is a way to access an underlying mapping in MappingProxy https://bugs.python.org/issue43838 5 msgs
#44549: BZip 1.0.6 Critical Vulnerability https://bugs.python.org/issue44549 5 msgs
#44663: Possible bug in datetime utc https://bugs.python.org/issue44663 5 msgs
#44711: Optimize type check in pipes.py https://bugs.python.org/issue44711 5 msgs
#30511: shutil.make_archive should not need to chdir (alternatively: m https://bugs.python.org/issue30511 4 msgs
#44603: REPL: exit when the user types exit instead of asking them to https://bugs.python.org/issue44603 4 msgs
#44699: Simple regex appears to take exponential time in length of inp https://bugs.python.org/issue44699 4 msgs
Issues closed (54) ==================
#14879: invalid docs for subprocess exceptions with shell=True https://bugs.python.org/issue14879 closed by iritkatriel
#27513: email.utils.getaddresses does not handle Header objects https://bugs.python.org/issue27513 closed by lukasz.langa
#29555: Update Python Software Foundation Copyright Year https://bugs.python.org/issue29555 closed by orsenthil
#33063: failed to build _ctypes: undefined reference to `ffi_closure_F https://bugs.python.org/issue33063 closed by zach.ware
#40897: Inheriting from class that defines __new__ causes inspect.sign https://bugs.python.org/issue40897 closed by lukasz.langa
#41249: TypedDict inheritance doesn't work with get_type_hints and pos https://bugs.python.org/issue41249 closed by lukasz.langa
#41546: pprint() gives exception when ran from pythonw https://bugs.python.org/issue41546 closed by iritkatriel
#41972: bytes.find consistently hangs in a particular scenario https://bugs.python.org/issue41972 closed by lukasz.langa
#42095: plistlib: Add tests that compare with plutil(1) https://bugs.python.org/issue42095 closed by lukasz.langa
#42355: symtable: get_namespace doesn't check whether if there are mul https://bugs.python.org/issue42355 closed by BTaskaya
#42581: Docs site redirection doesn't work for 3.9 https://bugs.python.org/issue42581 closed by ned.deily
#42747: Remove Py_TPFLAGS_HAVE_VERSION_TAG flag? https://bugs.python.org/issue42747 closed by petr.viktorin
#43086: Excess data in not handled properly in binascii.a2b_base64() https://bugs.python.org/issue43086 closed by gregory.p.smith
#43629: fix _PyRun_SimpleFileObject create __main__ module and cache. https://bugs.python.org/issue43629 closed by petr.viktorin
#44340: Add support for building cpython with clang thin lto https://bugs.python.org/issue44340 closed by corona10
#44353: PEP 604 NewType https://bugs.python.org/issue44353 closed by kj
#44435: There is no description of PY_SSIZE_T_CLEAN in docs https://bugs.python.org/issue44435 closed by jack__d
#44490: PEP 604 Union (int | str) doesn't have __parameters__ https://bugs.python.org/issue44490 closed by gvanrossum
#44524: __name__ attribute in typing module https://bugs.python.org/issue44524 closed by lukasz.langa
#44539: Support recognizing JPEG files without JFIF or Exif markers https://bugs.python.org/issue44539 closed by lukasz.langa
#44554: pdb.main is unnecessarily complicated https://bugs.python.org/issue44554 closed by iritkatriel
#44561: Some expired hyperlinks in Python documentation https://bugs.python.org/issue44561 closed by StevenHsuYL
#44566: StopIteration subclass suppressed by contextlib.contextmanager https://bugs.python.org/issue44566 closed by lukasz.langa
#44589: Pattern Matching - duplicate keys in mapping patterns https://bugs.python.org/issue44589 closed by pablogsal
#44610: Format issue with strftime and %Y https://bugs.python.org/issue44610 closed by bkaznowski
#44611: CPython uses deprecated randomness API https://bugs.python.org/issue44611 closed by corona10
#44621: Python 3.9 traces async for/else incorrectly https://bugs.python.org/issue44621 closed by lukasz.langa
#44628: Remove the broken link for issue #445902 in unixcompiler.py (d https://bugs.python.org/issue44628 closed by eric.araujo
#44629: Some files from distutils module are importing all exceptions https://bugs.python.org/issue44629 closed by eric.araujo
#44631: Refactoring the repr() of the _Environ class (os module) https://bugs.python.org/issue44631 closed by lukasz.langa
#44633: Indexing the union type can return NotImplemented https://bugs.python.org/issue44633 closed by serhiy.storchaka
#44634: Version is duplicated in name of app in list of installed apps https://bugs.python.org/issue44634 closed by zach.ware
#44651: An unclear definition in Doc/glossary.rst https://bugs.python.org/issue44651 closed by mark.dickinson
#44653: Parameter substitution in the union type does not work with ty https://bugs.python.org/issue44653 closed by lukasz.langa
#44654: Refactor and clean up the union type implementation https://bugs.python.org/issue44654 closed by serhiy.storchaka
#44655: Confusing message with AttributeError when attribute name matc https://bugs.python.org/issue44655 closed by pablogsal
#44659: Remove Ivan from list of typing experts https://bugs.python.org/issue44659 closed by lukasz.langa
#44661: Update property_descr_set to use vectorcall if possible. https://bugs.python.org/issue44661 closed by corona10
#44670: bug on showing tuple on console https://bugs.python.org/issue44670 closed by zach.ware
#44672: Final "pass" is traced incorrectly in 3.9 (and before) https://bugs.python.org/issue44672 closed by lukasz.langa
#44676: Add ability to serialise types.Union https://bugs.python.org/issue44676 closed by lukasz.langa
#44681: time.sleep(0.001) not working properly https://bugs.python.org/issue44681 closed by therenoisfood
#44683: Can't subscript objects with the string "1" using str.format() https://bugs.python.org/issue44683 closed by eric.smith
#44691: bug in interactions between argparse and random https://bugs.python.org/issue44691 closed by steven.daprano
#44692: Const folding in parser with negative numbers doesn't match fl https://bugs.python.org/issue44692 closed by steven.daprano
#44696: Python 2.0.1 Installation: https://bugs.python.org/issue44696 closed by steven.daprano
#44700: Python fails to build (aarch64-apple-darwin20.5.0) https://bugs.python.org/issue44700 closed by jack__d
#44703: deepcopy(frozenset()) returns a new object https://bugs.python.org/issue44703 closed by rhettinger
#44704: frozenset.__hash__ vs. Set._hash https://bugs.python.org/issue44704 closed by rhettinger
#44706: UUID constructor should accept another UUID instance https://bugs.python.org/issue44706 closed by serhiy.storchaka
#44708: Regression tests with -w should only re-run affected test meth https://bugs.python.org/issue44708 closed by lukasz.langa
#44710: Unexpected behavior in empty class with pass (Python 3.7.3) https://bugs.python.org/issue44710 closed by Cheukting
#44713: subprocess.rst typo ``"shell=True"`` => ``shell=True`` https://bugs.python.org/issue44713 closed by eric.araujo
#44721: Problem in tkinter button widget https://bugs.python.org/issue44721 closed by a.h.misaghi