[Python-Dev] Summary of Python tracker Issues

2021年10月29日 11:09:07 -0700

ACTIVITY SUMMARY (2021年10月22日 - 2021年10月29日)
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 7249 (+50)
 closed 50157 (+46)
 total 57406 (+96)
Open issues with patches: 2868 
Issues opened (77)
==================
#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 reopened by paul.j3
#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396 reopened by eric.snow
#45563: inspect.getframeinfo() doesn't handle frames without lineno
https://bugs.python.org/issue45563 reopened by lemburg
#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 opened by nanjekyejoannah
#45580: argparse.ArgumentParser.add_mutually_exclusive_group : metavar
https://bugs.python.org/issue45580 opened by AbcSxyZ
#45581: [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLIT
https://bugs.python.org/issue45581 opened by erlendaasland
#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 opened by steve.dower
#45584: Clarifying truncating in documentation
https://bugs.python.org/issue45584 opened by Arthur-Milchior
#45585: Gzipping subprocess output produces invalid .gz file
https://bugs.python.org/issue45585 opened by mherrmann.at
#45587: argparse add_argument_group: distinguish title and description
https://bugs.python.org/issue45587 opened by SelfAdjointOperator
#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 opened by martenlienen
#45589: webbrowser does not handle opens under Windows WSL properly
https://bugs.python.org/issue45589 opened by guido.fioravantti
#45590: distutils: Upload failed (400): Invalid value for blake2_256_d
https://bugs.python.org/issue45590 opened by jwilk
#45592: NamespaceLoader does not implement create_module or exec_modul
https://bugs.python.org/issue45592 opened by FFY00
#45593: SpooledTemporaryFile.truncate returns None
https://bugs.python.org/issue45593 opened by rooter
#45594: Feature Request: add EHOSTUNREACH subclass to ConnectionError
https://bugs.python.org/issue45594 opened by ntc2
#45597: os.path.realpath returns invalid path for junction pointing to
https://bugs.python.org/issue45597 opened by grv87
#45598: setup.py grep_headers_for() is broken by design
https://bugs.python.org/issue45598 opened by christian.heimes
#45599: Please officially support %G, %V and %u directives in time lib
https://bugs.python.org/issue45599 opened by Raphael
#45600: First sentence in docs for os.environ
https://bugs.python.org/issue45600 opened by andrei.avk
#45602: The grammar misses links that are present everywhere else
https://bugs.python.org/issue45602 opened by Arthur-Milchior
#45606: pathlib.Path.glob() does not list dangling symlink when patter
https://bugs.python.org/issue45606 opened by raek
#45607: Make it possible to enrich an exception's error message
https://bugs.python.org/issue45607 opened by iritkatriel
#45609: Specialize STORE_SUBSCR
https://bugs.python.org/issue45609 opened by Dennis Sweeney
#45610: Cookies with longer paths are listed before cookies with short
https://bugs.python.org/issue45610 opened by IYism
#45611: pprint - low width overrides depth folding
https://bugs.python.org/issue45611 opened by iansedano
#45613: [sqlite3] set threadsafety attribute based on default SQLite t
https://bugs.python.org/issue45613 opened by erlendaasland
#45614: traceback of exception with non-unicode __module__
https://bugs.python.org/issue45614 opened by iritkatriel
#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 opened by iritkatriel
#45616: Python Launcher Matches 3.10 instead of 3.1
https://bugs.python.org/issue45616 opened by Marsfan
#45617: sys.stdin does not iterate correctly on '\r' line separator
https://bugs.python.org/issue45617 opened by kbrazil
#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 opened by Maciej Olko
#45619: Mentioning structural pattern matching in the list of binding
https://bugs.python.org/issue45619 opened by Arthur-Milchior
#45622: BlockingIOError: [Errno 11] Resource temporarily unavailable w
https://bugs.python.org/issue45622 opened by florinspatar
#45623: static build is broken
https://bugs.python.org/issue45623 opened by egorpugin
#45625: Add support for top-level await
https://bugs.python.org/issue45625 opened by Fred
#45626: Email part with content type message is multipart.
https://bugs.python.org/issue45626 opened by jdhowroyd
#45630: Dump CodeObject API for debugging
https://bugs.python.org/issue45630 opened by penguin_wwy
#45631: missing unittests for overlapping dest when using subparsers
https://bugs.python.org/issue45631 opened by paul.j3
#45632: Strange readline save history behaviour in site.py
https://bugs.python.org/issue45632 opened by doraeric
#45633: Py_GT listed twice in Doc/extending/newtypes.rst
https://bugs.python.org/issue45633 opened by mdk
#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634 opened by erlendaasland
#45635: Tidy up error handling in traceback.c / python run.c
https://bugs.python.org/issue45635 opened by iritkatriel
#45636: Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
https://bugs.python.org/issue45636 opened by brandtbucher
#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637 opened by pablogsal
#45638: Does ccbench still require 2.6 compatibility?
https://bugs.python.org/issue45638 opened by skip.montanaro
#45639: Support modern image formats in MIME types
https://bugs.python.org/issue45639 opened by adamkonrad
#45640: Production tokens are not clickable
https://bugs.python.org/issue45640 opened by Arthur-Milchior
#45642: Unable to save
https://bugs.python.org/issue45642 opened by craig.dowkes
#45643: SIGSTKFLT is missing from the signals module on Linux
https://bugs.python.org/issue45643 opened by [email protected]
#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644 opened by CharString
#45646: Star expression in comprehension wrongly indicates to use or_e
https://bugs.python.org/issue45646 opened by Arthur-Milchior
#45647: "expression" is erroneous in the doc
https://bugs.python.org/issue45647 opened by Arthur-Milchior
#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648 opened by kj
#45649: Add tarinfo.Path
https://bugs.python.org/issue45649 opened by FFY00
#45650: cgitb does not emit CGI headers when format='text'
https://bugs.python.org/issue45650 opened by kierdavis
#45651: -X frozen_modules not defaulting to "off" on Windows when runn
https://bugs.python.org/issue45651 opened by eric.snow
#45652: co_filename does not match __file__ for frozen stdlib modules
https://bugs.python.org/issue45652 opened by eric.snow
#45653: Freeze the encodings module.
https://bugs.python.org/issue45653 opened by eric.snow
#45654: Freeze the runpy module.
https://bugs.python.org/issue45654 opened by eric.snow
#45656: argparse bug: prefix_chars argument to add_argument_group does
https://bugs.python.org/issue45656 opened by samwyse
#45658: Implement FrozenImporter.get_source()
https://bugs.python.org/issue45658 opened by eric.snow
#45659: Add FrozenImporter.get_filename().
https://bugs.python.org/issue45659 opened by eric.snow
#45660: Freeze the argparse module.
https://bugs.python.org/issue45660 opened by eric.snow
#45661: [meta] Freeze commonly used stdlib modules.
https://bugs.python.org/issue45661 opened by eric.snow
#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662 opened by serhiy.storchaka
#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663 opened by serhiy.storchaka
#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664 opened by serhiy.storchaka
#45665: Problems caused by isinstance(list[int], type) returning True
https://bugs.python.org/issue45665 opened by serhiy.storchaka
#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666 opened by sobolevn
#45667: Better error message on failing to create a venv due to failin
https://bugs.python.org/issue45667 opened by mdk
#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668 opened by christian.heimes
#45669: An 'ascii_alphanumerics' variable is missing in the 'strings' 
https://bugs.python.org/issue45669 opened by pauloxnet
#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670 opened by jab
#45671: str(CancelledError()) is empty
https://bugs.python.org/issue45671 opened by lilydjwg
#45672: Mutation tests results of typing.py
https://bugs.python.org/issue45672 opened by sobolevn
#45673: argparse error with option with optional value
https://bugs.python.org/issue45673 opened by paolobenve
Most recent 15 issues with no replies (15)
==========================================
#45673: argparse error with option with optional value
https://bugs.python.org/issue45673
#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670
#45669: An 'ascii_alphanumerics' variable is missing in the 'strings' 
https://bugs.python.org/issue45669
#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668
#45667: Better error message on failing to create a venv due to failin
https://bugs.python.org/issue45667
#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666
#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664
#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663
#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662
#45660: Freeze the argparse module.
https://bugs.python.org/issue45660
#45656: argparse bug: prefix_chars argument to add_argument_group does
https://bugs.python.org/issue45656
#45652: co_filename does not match __file__ for frozen stdlib modules
https://bugs.python.org/issue45652
#45651: -X frozen_modules not defaulting to "off" on Windows when runn
https://bugs.python.org/issue45651
#45650: cgitb does not emit CGI headers when format='text'
https://bugs.python.org/issue45650
#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648
Most recent 15 issues waiting for review (15)
=============================================
#45669: An 'ascii_alphanumerics' variable is missing in the 'strings' 
https://bugs.python.org/issue45669
#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668
#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666
#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664
#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663
#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662
#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648
#45646: Star expression in comprehension wrongly indicates to use or_e
https://bugs.python.org/issue45646
#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644
#45643: SIGSTKFLT is missing from the signals module on Linux
https://bugs.python.org/issue45643
#45640: Production tokens are not clickable
https://bugs.python.org/issue45640
#45639: Support modern image formats in MIME types
https://bugs.python.org/issue45639
#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637
#45636: Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
https://bugs.python.org/issue45636
#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634
Top 10 most discussed issues (10)
=================================
#45548: Update Modules/Setup
https://bugs.python.org/issue45548 23 msgs
#44828: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 M
https://bugs.python.org/issue44828 14 msgs
#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 13 msgs
#30082: hide command prompt when using subprocess.Popen with shell=Fal
https://bugs.python.org/issue30082 10 msgs
#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 9 msgs
#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 8 msgs
#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 8 msgs
#45545: chdir __exit__ is not safe
https://bugs.python.org/issue45545 7 msgs
#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 5 msgs
#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524 5 msgs
Issues closed (45)
==================
#2733: mmap resize fails on anonymous memory
https://bugs.python.org/issue2733 closed by tim.golden
#14170: print unicode string error in win8 cmd console
https://bugs.python.org/issue14170 closed by tim.golden
#17569: urllib2 urlopen truncates https pages after 32768 characters
https://bugs.python.org/issue17569 closed by iritkatriel
#24151: test_pydoc fails
https://bugs.python.org/issue24151 closed by ned.deily
#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack
https://bugs.python.org/issue28737 closed by lukasz.langa
#31594: Make bytes and bytearray maketrans accept dictionaries as firs
https://bugs.python.org/issue31594 closed by iritkatriel
#39679: functools: singledispatchmethod doesn't work with classmethod
https://bugs.python.org/issue39679 closed by lukasz.langa
#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210 closed by iritkatriel
#40915: multiple problems with mmap.resize() in Windows
https://bugs.python.org/issue40915 closed by tim.golden
#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 closed by eric.snow
#45305: Unexpected record of call_args_list when passing mutable objec
https://bugs.python.org/issue45305 closed by andrei.avk
#45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of 
https://bugs.python.org/issue45355 closed by serhiy.storchaka
#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388 closed by Mark.Shannon
#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 closed by eric.snow
#45438: inspect not capturing type annotations created by __class_geti
https://bugs.python.org/issue45438 closed by serhiy.storchaka
#45502: Fix test_shelve and make it discoverable
https://bugs.python.org/issue45502 closed by serhiy.storchaka
#45504: [argparse] Entering a partial config_parser flag works with su
https://bugs.python.org/issue45504 closed by paul.j3
#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 closed by gregory.p.smith
#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 closed by tim.peters
#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562 closed by pablogsal
#45566: dataclasses???s `test_frozen_pickle` does not use all possible
https://bugs.python.org/issue45566 closed by eric.smith
#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571 closed by christian.heimes
#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574 closed by pablogsal
#45579: [list.append(i) for i in list] causes high resources usage
https://bugs.python.org/issue45579 closed by rhettinger
#45583: Documentation of int() in datamodel.rst is out of date
https://bugs.python.org/issue45583 closed by lukasz.langa
#45586: Use starred expressions in subscripts
https://bugs.python.org/issue45586 closed by Dennis Sweeney
#45591: PathFinder does not find namespace packages children
https://bugs.python.org/issue45591 closed by FFY00
#45595: [Build] Make extensions depend on header files
https://bugs.python.org/issue45595 closed by christian.heimes
#45596: Python opens the ./<string> file on exception while using -c
https://bugs.python.org/issue45596 closed by iritkatriel
#45601: test_tk and test_ttk_guionly fail with resource not availiable
https://bugs.python.org/issue45601 closed by zach.ware
#45603: [Windows] account privileges and updating Python packages
https://bugs.python.org/issue45603 closed by eryksun
#45604: multiprocessing.log_to_stderr missing documentation for parame
https://bugs.python.org/issue45604 closed by lukasz.langa
#45605: Return False from __contains__ method if object not hashable f
https://bugs.python.org/issue45605 closed by serhiy.storchaka
#45608: [sqlite3] some DB-API attributes are undocumented
https://bugs.python.org/issue45608 closed by lukasz.langa
#45612: [doc] add sqlite3 module docstring
https://bugs.python.org/issue45612 closed by lukasz.langa
#45620: A misleading url in 'Floating Point Arithmetic' page
https://bugs.python.org/issue45620 closed by eric.smith
#45621: Small fixes to mmap
https://bugs.python.org/issue45621 closed by tim.golden
#45624: test_graphlib.py depends on iteration order of sets
https://bugs.python.org/issue45624 closed by lukasz.langa
#45627: OpenSSL 1.1.1 still implements some disable-flags for Blake2, 
https://bugs.python.org/issue45627 closed by Alexandru Ardelean
#45628: TimedRotatingFileHandler backupCount not working
https://bugs.python.org/issue45628 closed by vinay.sajip
#45629: Tools/freeze needs tests in the test suite.
https://bugs.python.org/issue45629 closed by eric.snow
#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641 closed by terry.reedy
#45645: Deep recursion terminates script execution with no error (Wind
https://bugs.python.org/issue45645 closed by steve.dower
#45655: List of PEPs at top of typing docs is too long to be readable
https://bugs.python.org/issue45655 closed by kj
#45657: Enum behavior when values are functions
https://bugs.python.org/issue45657 closed by ronpandolfi
_______________________________________________
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/KM35FDGRB2P43VRQIWYTSZ2VW2EPZCKE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to