[Python-Dev] Summary of Python tracker Issues

2021年11月05日 11:14:52 -0700

ACTIVITY SUMMARY (2021年10月29日 - 2021年11月05日)
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 7259 (+10)
 closed 50203 (+46)
 total 57462 (+56)
Open issues with patches: 2871 
Issues opened (37)
==================
#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641 reopened by devesh.dk373
#45675: pkgutil.get_data() doesn't add subpackages to parent packages 
https://bugs.python.org/issue45675 opened by godlygeek
#45676: Enum: improve generics support
https://bugs.python.org/issue45676 opened by ethan.furman
#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677 opened by erlendaasland
#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 opened by AlexWaygood
#45681: tkinter breaks on high resolution screen after ctypes SetProce
https://bugs.python.org/issue45681 opened by GabeMillikan
#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684 opened by AlexWaygood
#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686 opened by goodmami
#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687 opened by embe-navalgo
#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689 opened by RahulARanger
#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690 opened by acooke
#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691 opened by Mark.Shannon
#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692 opened by terry.reedy
#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 opened by jcristharif
#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694 opened by iritkatriel
#45695: Out-of-tree builds are not tested.
https://bugs.python.org/issue45695 opened by eric.snow
#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696 opened by gvanrossum
#45699: AttributeError: 'list' object has no attribute 'find'
https://bugs.python.org/issue45699 opened by krisp1506
#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701 opened by sobolevn
#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703 opened by hroncok
#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704 opened by SDesch
#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706 opened by przemub
#45709: 3.11 regression: tracing with-statement on exit from block
https://bugs.python.org/issue45709 opened by nedbat
#45710: Junction/symbolic folder access error on Windows 11
https://bugs.python.org/issue45710 opened by fstorino
#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 opened by iritkatriel
#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712 opened by Andy
#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713 opened by vamsi1281977
#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719 opened by djp1012878
#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720 opened by steve.dower
#45721: Improve error message when python shell command is entered at 
https://bugs.python.org/issue45721 opened by steven.daprano
#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722 opened by rapp.jens
#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723 opened by christian.heimes
#45724: Segmentation fault
https://bugs.python.org/issue45724 opened by ghost.in.the.wires
#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725 opened by Mark.Shannon
#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727 opened by Carl.Friedrich.Bolz
#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728 opened by jkrupp
#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729 opened by programmerjake
Most recent 15 issues with no replies (15)
==========================================
#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729
#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728
#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725
#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722
#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719
#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713
#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712
#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711
#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706
#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701
#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696
#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694
#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687
#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686
#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684
Most recent 15 issues waiting for review (15)
=============================================
#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727
#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723
#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720
#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711
#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706
#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703
#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701
#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696
#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692
#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691
#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689
#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684
#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680
#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677
#45669: An 'ascii_alphanumerics' variable is missing in the 'strings' 
https://bugs.python.org/issue45669
Top 10 most discussed issues (10)
=================================
#44828: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 M
https://bugs.python.org/issue44828 25 msgs
#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692 11 msgs
#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 9 msgs
#45669: An 'ascii_alphanumerics' variable is missing in the 'strings' 
https://bugs.python.org/issue45669 8 msgs
#43158: uuid won't build when libuuid is installed in a non-standard p
https://bugs.python.org/issue43158 7 msgs
#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 7 msgs
#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 7 msgs
#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704 7 msgs
#10483: http.server - what is executable on Windows
https://bugs.python.org/issue10483 6 msgs
#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 6 msgs
Issues closed (46)
==================
#2628: ftplib Persistent data connection
https://bugs.python.org/issue2628 closed by ethan.furman
#24139: Use sqlite3 extended error codes
https://bugs.python.org/issue24139 closed by erlendaasland
#24949: Identifier lookup in a multi-level package is flakey
https://bugs.python.org/issue24949 closed by iritkatriel
#30570: issubclass segfaults on objects with weird __getattr__
https://bugs.python.org/issue30570 closed by lukasz.langa
#42064: Convert sqlite3 to multi-phase initialisation (PEP 489)
https://bugs.python.org/issue42064 closed by erlendaasland
#43969: "bad magic number" when Python 2's pyc file exists without py 
https://bugs.python.org/issue43969 closed by mitchhentges
#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257 closed by pablogsal
#44319: setup openssl failed on linux
https://bugs.python.org/issue44319 closed by christian.heimes
#45335: Default TIMESTAMP converter in sqlite3 ignores UTC offset
https://bugs.python.org/issue45335 closed by lukasz.langa
#45406: inspect.getouterframes() tracebacks when $CWD does not exists
https://bugs.python.org/issue45406 closed by iritkatriel
#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457 closed by lukasz.langa
#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466 closed by eric.smith
#45484: test_pickle segfault on s390x RHEL7 LTO 3.x
https://bugs.python.org/issue45484 closed by Dennis Sweeney
#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577 closed by lukasz.langa
#45581: [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLIT
https://bugs.python.org/issue45581 closed by lukasz.langa
#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 closed by martenlienen
#45600: First sentence in docs for os.environ
https://bugs.python.org/issue45600 closed by lukasz.langa
#45613: [sqlite3] set threadsafety attribute based on default SQLite t
https://bugs.python.org/issue45613 closed by erlendaasland
#45625: Add support for top-level await
https://bugs.python.org/issue45625 closed by asvetlov
#45633: Py_GT listed twice in Doc/extending/newtypes.rst
https://bugs.python.org/issue45633 closed by kj
#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634 closed by erlendaasland
#45642: Unable to save
https://bugs.python.org/issue45642 closed by ned.deily
#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666 closed by kj
#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668 closed by christian.heimes
#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670 closed by rhettinger
#45671: str(CancelledError()) is empty
https://bugs.python.org/issue45671 closed by lilydjwg
#45674: From Python 3.7, sre_parse.parse() do not create SubPattern in
https://bugs.python.org/issue45674 closed by serhiy.storchaka
#45678: `functools.singledispatchmethod` is missing tests (and is bugg
https://bugs.python.org/issue45678 closed by lukasz.langa
#45679: typing.Literal[True] is implicitly converted to typing.Literal
https://bugs.python.org/issue45679 closed by kj
#45682: Nicer default logging format
https://bugs.python.org/issue45682 closed by vinay.sajip
#45683: dns.asyncresolver ignores nameserver parameter
https://bugs.python.org/issue45683 closed by james2
#45685: PythonLauncher app fails run scripts on Mac BigSur
https://bugs.python.org/issue45685 closed by ned.deily
#45688: stdlib_module_names.h is missing _scproxy
https://bugs.python.org/issue45688 closed by christian.heimes
#45697: PyType_IsSubtype is doing excessive work in the common case
https://bugs.python.org/issue45697 closed by serhiy.storchaka
#45698: Error on importing getopt
https://bugs.python.org/issue45698 closed by eric.smith
#45700: Got SEGV in compilation python3.6 with GCC-11, and please rene
https://bugs.python.org/issue45700 closed by ned.deily
#45702: Python/dtoa.c requires 53 bit hardware rounding unavalable on 
https://bugs.python.org/issue45702 closed by arhadthedev
#45705: |= set update scoping
https://bugs.python.org/issue45705 closed by jabowery2
#45707: Variable reassginment triggers incorrect behaviors of locals()
https://bugs.python.org/issue45707 closed by josh.r
#45708: PEP 515-style formatting with underscores does not seem to wor
https://bugs.python.org/issue45708 closed by serhiy.storchaka
#45714: test_multiprocessing_spawn hangs sometimes
https://bugs.python.org/issue45714 closed by skip.montanaro
#45715: round(2500, -3)
https://bugs.python.org/issue45715 closed by Dennis Sweeney
#45716: Confusing parsing error message when trying to use True as key
https://bugs.python.org/issue45716 closed by pablogsal
#45717: Bad link to python docs in help(_hashlib)
https://bugs.python.org/issue45717 closed by zach.ware
#45718: asyncio: MultiLoopWatcher has a race condition (Proposed work-
https://bugs.python.org/issue45718 closed by byllyfish
#45726: Documentation for `@singledispatch` and `@singledispatchmethod
https://bugs.python.org/issue45726 closed by lukasz.langa
_______________________________________________
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/ZOCTGWRH7D27MBVAHKB2PRGXDL7MD52G/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to