[Python-Dev] Summary of Python tracker Issues

2021年8月27日 11:08:28 -0700

ACTIVITY SUMMARY (2021年08月20日 - 2021年08月27日)
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 7413 (+15)
 closed 49352 (+54)
 total 56765 (+69)
Open issues with patches: 2935 
Issues opened (49)
==================
#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085 reopened by pablogsal
#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964 opened by pablogsal
#44969: Subclassing of annotated types does not always work
https://bugs.python.org/issue44969 opened by serhiy.storchaka
#44970: Re-examine complex pow special case handling
https://bugs.python.org/issue44970 opened by mark.dickinson
#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972 opened by rmast
#44974: Warning about "Unknown child process pid" in test_asyncio
https://bugs.python.org/issue44974 opened by serhiy.storchaka
#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975 opened by kj
#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977 opened by mark.dickinson
#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980 opened by andrei.avk
#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981 opened by christian.kolen
#44982: Add vendor information
https://bugs.python.org/issue44982 opened by FFY00
#44983: Wrong definition of a starred expression in the Language Refer
https://bugs.python.org/issue44983 opened by Takuo Matsuoka
#44985: Inconsistent returned value of inspect.getfullargspec(object._
https://bugs.python.org/issue44985 opened by Mehrzad
#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986 opened by mail.de.senger
#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987 opened by steven.daprano
#44989: Fix documentation for truth testing
https://bugs.python.org/issue44989 opened by steven.daprano
#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991 opened by erlendaasland
#44994: datetime's C implementation verifies fromisoformat is ASCII, b
https://bugs.python.org/issue44994 opened by Julian
#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995 opened by yangqing
#44996: tarfile missing TarInfo.offset_data member in documentation
https://bugs.python.org/issue44996 opened by nilsnolde
#44998: tests failed
https://bugs.python.org/issue44998 opened by jett8998
#44999: Argparse missing translates
https://bugs.python.org/issue44999 opened by santhu_reddy12
#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 opened by wbolster
#45002: won't match correct version of tcl/tk
https://bugs.python.org/issue45002 opened by jett8998
#45004: add Enum to ctypes
https://bugs.python.org/issue45004 opened by ethan.furman
#45005: Two Layers of SSL/TLS
https://bugs.python.org/issue45005 opened by mjbmr
#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006 opened by zhangxp1998
#45007: OpenSSL 1.1.1l is released
https://bugs.python.org/issue45007 opened by ned.deily
#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008 opened by byllyfish
#45009: Get last modified date of Folders and Files using os.path modu
https://bugs.python.org/issue45009 opened by gopeshsingh
#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012 opened by uosiu
#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013 opened by ubermidget2
#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015 opened by Takuo Matsuoka
#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016 opened by ronaldoussoren
#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017 opened by iritkatriel
#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018 opened by lukasz.langa
#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019 opened by eric.snow
#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 opened by eric.snow
#45021: Race condition in thread.py
https://bugs.python.org/issue45021 opened by nullptr
#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 opened by steve.dower
#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023 opened by ambwrig
#45024: Cannot extend collections ABCs with protocol
https://bugs.python.org/issue45024 opened by anuppari
#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025 opened by indygreg
#45026: More compact range iterator
https://bugs.python.org/issue45026 opened by serhiy.storchaka
#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027 opened by gwerbin
#45029: tkinter doc, hello world example - quit button clobbers method
https://bugs.python.org/issue45029 opened by lyndon.darcy
#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030 opened by serhiy.storchaka
#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031 opened by janripke
#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032 opened by jrojas
Most recent 15 issues with no replies (15)
==========================================
#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032
#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031
#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030
#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027
#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025
#45024: Cannot extend collections ABCs with protocol
https://bugs.python.org/issue45024
#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023
#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019
#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017
#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016
#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015
#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012
#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008
#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006
#45004: add Enum to ctypes
https://bugs.python.org/issue45004
Most recent 15 issues waiting for review (15)
=============================================
#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030
#45026: More compact range iterator
https://bugs.python.org/issue45026
#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022
#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019
#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018
#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006
#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001
#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995
#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991
#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986
#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980
#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975
#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972
#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963
#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962
Top 10 most discussed issues (10)
=================================
#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 15 msgs
#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102 13 msgs
#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 13 msgs
#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 10 msgs
#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972 9 msgs
#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977 8 msgs
#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981 7 msgs
#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218 5 msgs
#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 5 msgs
#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 5 msgs
Issues closed (54)
==================
#4442: document immutable type subclassing via __new__
https://bugs.python.org/issue4442 closed by lukasz.langa
#14613: time.time can return NaN
https://bugs.python.org/issue14613 closed by iritkatriel
#17359: Mention "__main__.py" explicitly in command line docs
https://bugs.python.org/issue17359 closed by lukasz.langa
#21184: statistics.pvariance with known mean does not work as expected
https://bugs.python.org/issue21184 closed by rhettinger
#24234: Should we define complex.__complex__ and bytes.__bytes__?
https://bugs.python.org/issue24234 closed by mark.dickinson
#24632: Improve documentation about __main__.py
https://bugs.python.org/issue24632 closed by lukasz.langa
#25867: os.stat raises exception when using unicode and no locale is s
https://bugs.python.org/issue25867 closed by eryksun
#30924: RPM build doc_files needs files separated into separate lines
https://bugs.python.org/issue30924 closed by shihai1991
#30999: statistics module: add a general selection function
https://bugs.python.org/issue30999 closed by rhettinger
#34990: year 2038 problem in compileall.py
https://bugs.python.org/issue34990 closed by ammar2
#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 closed by lukasz.langa
#39301: Specification of bitshift on integers should clearly state flo
https://bugs.python.org/issue39301 closed by mark.dickinson
#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452 closed by lukasz.langa
#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608 closed by iritkatriel
#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635 closed by lukasz.langa
#40772: module 'resource' has no attribute 'RLIMIT_VMEM'
https://bugs.python.org/issue40772 closed by ronaldoussoren
#42538: AsyncIO strange behaviour
https://bugs.python.org/issue42538 closed by ncoghlan
#43598: test_subprocess logs multiple ResourceWarning warnings
https://bugs.python.org/issue43598 closed by serhiy.storchaka
#43826: Resource warnings in test_subprocess
https://bugs.python.org/issue43826 closed by xtreak
#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690 closed by gregory.p.smith
#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826 closed by Mark.Shannon
#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874 closed by lukasz.langa
#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913 closed by shihai1991
#44915: Python keywords as string keys in TypedDict
https://bugs.python.org/issue44915 closed by gvanrossum
#44918: Unhandled Exception (Not Implemented) in HTMLParser().feed
https://bugs.python.org/issue44918 closed by terry.reedy
#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 closed by lukasz.langa
#44940: Clarify the documentation of re.findall()
https://bugs.python.org/issue44940 closed by serhiy.storchaka
#44943: Integrate PyHyphen into the textwrap module?
https://bugs.python.org/issue44943 closed by rhettinger
#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945 closed by Mark.Shannon
#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946 closed by Mark.Shannon
#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 closed by mark.dickinson
#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955 closed by serhiy.storchaka
#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957 closed by lukasz.langa
#44965: [sqlite3] early exit for non-DML statements in executemany()
https://bugs.python.org/issue44965 closed by pablogsal
#44966: example code does not macth the very version(3.9)
https://bugs.python.org/issue44966 closed by rhettinger
#44967: pydoc should return non-zero exit code when a query is not fou
https://bugs.python.org/issue44967 closed by lukasz.langa
#44968: Fix/remove test_subprocess_wait_no_same_group from test_asynci
https://bugs.python.org/issue44968 closed by serhiy.storchaka
#44971: Named widget has NoneType after single line creation
https://bugs.python.org/issue44971 closed by steven.daprano
#44973: @classmethod can be stacked on @property, but @staticmethod ca
https://bugs.python.org/issue44973 closed by rhettinger
#44976: [sqlite3] lazy creation of result rows
https://bugs.python.org/issue44976 closed by pablogsal
#44978: Argument Clinic should not exclude __complex__ methods
https://bugs.python.org/issue44978 closed by mark.dickinson
#44979: pathlib: support relative path construction
https://bugs.python.org/issue44979 closed by pitrou
#44984: Rewrite test_null_strings in _testcapi
https://bugs.python.org/issue44984 closed by lukasz.langa
#44988: Use the newest tcl/tk support
https://bugs.python.org/issue44988 closed by ned.deily
#44990: Change layout of frames back to specials-locals-stack (from lo
https://bugs.python.org/issue44990 closed by Mark.Shannon
#44992: functools.lru_cache does not guarantee cache hits for equal va
https://bugs.python.org/issue44992 closed by rhettinger
#44993: enum.auto() starts with one instead of zero
https://bugs.python.org/issue44993 closed by eric.smith
#44997: [sqlite3] build fails on macOS 11.5.1
https://bugs.python.org/issue44997 closed by jett8998
#45000: del __debug__ should be a SyntaxError
https://bugs.python.org/issue45000 closed by pablogsal
#45003: Documentation wrote __div__ instead of __truediv__
https://bugs.python.org/issue45003 closed by serhiy.storchaka
#45010: Remove support of special method __div__ in unittest.mock
https://bugs.python.org/issue45010 closed by lukasz.langa
#45011: tests fail when using pure-python instead of _asyncio
https://bugs.python.org/issue45011 closed by lukasz.langa
#45014: SyntaxError describing the error using a wrong term
https://bugs.python.org/issue45014 closed by pablogsal
#45028: module 'unittest.mock' has no attribute 'AsyncMock'
https://bugs.python.org/issue45028 closed by xtreak
_______________________________________________
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/ODWABM2X44ZSIRCTZLPPNSZ5LIVY4ETT/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to