[Python-Dev] Summary of Python tracker Issues

2021年8月20日 11:08:12 -0700

ACTIVITY SUMMARY (2021年08月13日 - 2021年08月20日)
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 7398 ( +5)
 closed 49298 (+49)
 total 56696 (+54)
Open issues with patches: 2928 
Issues opened (35)
==================
#41322: unittest: deprecate test methods returning non-None values
https://bugs.python.org/issue41322 reopened by serhiy.storchaka
#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913 opened by enometh
#44915: Python keywords as string keys in TypedDict
https://bugs.python.org/issue44915 opened by Doug Hoskisson
#44918: Unhandled Exception (Not Implemented) in HTMLParser().feed
https://bugs.python.org/issue44918 opened by md103
#44919: TypedDict subtypes ignore any other metaclasses in 3.9+
https://bugs.python.org/issue44919 opened by sobolevn
#44920: Support UUIDv6, UUIDv7, and UUIDv8 from the new version of RFC
https://bugs.python.org/issue44920 opened by stevesimmons
#44921: dict subclassing is slow
https://bugs.python.org/issue44921 opened by Marco Sulla
#44924: logging.handlers.QueueHandler does not maintain the exc_text
https://bugs.python.org/issue44924 opened by Miksus
#44925: [docs] Confusing deprecation notice for typing.IO
https://bugs.python.org/issue44925 opened by rittneje
#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926 opened by mhils
#44927: [sqlite3] proposal: add sqlite3.Cursor.insert() method
https://bugs.python.org/issue44927 opened by AR
#44928: async generator missing unawaited coroutine warning
https://bugs.python.org/issue44928 opened by graingert
#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 opened by pablogsal
#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 opened by bn_append
#44936: test_concurrent_futures: test_cancel_futures_wait_false() and 
https://bugs.python.org/issue44936 opened by vstinner
#44937: test_regrest: test_tools_script_run_tests() failed on GHA Wind
https://bugs.python.org/issue44937 opened by vstinner
#44938: Expose PyErr_ChainExceptions in the stable API
https://bugs.python.org/issue44938 opened by pablogsal
#44939: proposal: add support for regex in Literal type hint
https://bugs.python.org/issue44939 opened by leon.mintz
#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940 opened by rondevous
#44941: Add check_methods function to standard library
https://bugs.python.org/issue44941 opened by finnjavier08
#44943: Integrate PyHyphen into the textwrap module?
https://bugs.python.org/issue44943 opened by elsiehupp
#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945 opened by Mark.Shannon
#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946 opened by Mark.Shannon
#44948: DeprecationWarning: Using ioctl() method
https://bugs.python.org/issue44948 opened by Thomas Trummer
#44951: selector.EpollSelector: EPOLLEXCLUSIVE, round 2
https://bugs.python.org/issue44951 opened by David.Gilman
#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953 opened by Dennis Sweeney
#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 opened by pgimeno
#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955 opened by serhiy.storchaka
#44956: curses getch returns wrong value
https://bugs.python.org/issue44956 opened by arbor
#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957 opened by srittau
#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958 opened by erlendaasland
#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959 opened by florinspatar
#44961: @classmethod doesn't set __wrapped__ the same way as functool'
https://bugs.python.org/issue44961 opened by Thomas701
#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962 opened by graingert
#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963 opened by lordmauve
Most recent 15 issues with no replies (15)
==========================================
#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963
#44961: @classmethod doesn't set __wrapped__ the same way as functool'
https://bugs.python.org/issue44961
#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955
#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953
#44948: DeprecationWarning: Using ioctl() method
https://bugs.python.org/issue44948
#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945
#44939: proposal: add support for regex in Literal type hint
https://bugs.python.org/issue44939
#44928: async generator missing unawaited coroutine warning
https://bugs.python.org/issue44928
#44919: TypedDict subtypes ignore any other metaclasses in 3.9+
https://bugs.python.org/issue44919
#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913
#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909
#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899
#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888
#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886
#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884
Most recent 15 issues waiting for review (15)
=============================================
#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959
#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958
#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957
#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955
#44954: Bug in float.fromhex
https://bugs.python.org/issue44954
#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953
#44951: selector.EpollSelector: EPOLLEXCLUSIVE, round 2
https://bugs.python.org/issue44951
#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946
#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940
#44938: Expose PyErr_ChainExceptions in the stable API
https://bugs.python.org/issue44938
#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929
#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926
#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897
#44896: AttributeError in ast.unparse
https://bugs.python.org/issue44896
#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895
Top 10 most discussed issues (10)
=================================
#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 35 msgs
#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926 11 msgs
#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 8 msgs
#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940 8 msgs
#41322: unittest: deprecate test methods returning non-None values
https://bugs.python.org/issue41322 6 msgs
#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 6 msgs
#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 5 msgs
#44921: dict subclassing is slow
https://bugs.python.org/issue44921 5 msgs
#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 5 msgs
#44924: logging.handlers.QueueHandler does not maintain the exc_text
https://bugs.python.org/issue44924 4 msgs
Issues closed (45)
==================
#16580: [doc] Add examples to int.to_bytes and int.from_bytes
https://bugs.python.org/issue16580 closed by mark.dickinson
#21111: Add a new PyLong_AsUnsignedLongAndOverflow function
https://bugs.python.org/issue21111 closed by mark.dickinson
#26871: Change weird behavior of PyModule_AddObject()
https://bugs.python.org/issue26871 closed by petr.viktorin
#27353: Add nroot function to math
https://bugs.python.org/issue27353 closed by mark.dickinson
#28111: geometric_mean can raise OverflowError for large input length
https://bugs.python.org/issue28111 closed by mark.dickinson
#28327: statistics.geometric_mean gives incorrect results for mixed in
https://bugs.python.org/issue28327 closed by mark.dickinson
#33479: Document tkinter and threads
https://bugs.python.org/issue33479 closed by lukasz.langa
#34882: f(a=1, *args) should be a SyntaxError
https://bugs.python.org/issue34882 closed by pablogsal
#36099: Clarify the difference between mu and xbar in the statistics d
https://bugs.python.org/issue36099 closed by iritkatriel
#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956 closed by lukasz.langa
#42035: [C API] PyType_GetSlot cannot get tp_name
https://bugs.python.org/issue42035 closed by petr.viktorin
#43350: [sqlite3] Active statements are reset twice in _pysqlite_query
https://bugs.python.org/issue43350 closed by erlendaasland
#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079 closed by pablogsal
#44240: Incorrect behavior of LOAD_ATTR due to overflow in tp_version
https://bugs.python.org/issue44240 closed by Mark.Shannon
#44508: asyncio: document failure mode for loop.call_soon_threadsafe
https://bugs.python.org/issue44508 closed by lukasz.langa
#44625: Python C API version of `fractions` module
https://bugs.python.org/issue44625 closed by mark.dickinson
#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815 closed by lukasz.langa
#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 closed by lukasz.langa
#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852 closed by lukasz.langa
#44862: [docs] make "Deprecated since version {deprecated}, will be re
https://bugs.python.org/issue44862 closed by terry.reedy
#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889 closed by kj
#44898: Path.read_bytes() failed when path contains chinese character
https://bugs.python.org/issue44898 closed by terry.reedy
#44900: Implement superinstructions
https://bugs.python.org/issue44900 closed by Mark.Shannon
#44903: [Doc] How does one to about getting onto the "Other Graphical 
https://bugs.python.org/issue44903 closed by lukasz.langa
#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907 closed by terry.reedy
#44910: Floating point issue
https://bugs.python.org/issue44910 closed by eric.smith
#44911: Leaked tasks cause IsolatedAsyncioTestCase to throw an excepti
https://bugs.python.org/issue44911 closed by lukasz.langa
#44912: doc: macOS supports os.fsync(fd)
https://bugs.python.org/issue44912 closed by malin
#44914: tp_version_tag is not unique when test runs with -R :
https://bugs.python.org/issue44914 closed by kj
#44916: Random behaviour when importing two modules with the same name
https://bugs.python.org/issue44916 closed by brett.cannon
#44917: interpreter hangs on recursion in both body and handler of a t
https://bugs.python.org/issue44917 closed by iritkatriel
#44922: isinstance breaks on imported dataclasses
https://bugs.python.org/issue44922 closed by eric.smith
#44923: Unittest incorrect result with argparse.ArgumentError in self 
https://bugs.python.org/issue44923 closed by serhiy.storchaka
#44930: super-Matlab-style ranged list literal initialization
https://bugs.python.org/issue44930 closed by serhiy.storchaka
#44931: Add "bidimap" to collections library: a simple bidirectional m
https://bugs.python.org/issue44931 closed by rhettinger
#44932: `issubclass` and `isinstance` doesn't check for all 2nd argume
https://bugs.python.org/issue44932 closed by kj
#44933: python3.9-intel64 hardened runtime not enabled
https://bugs.python.org/issue44933 closed by ned.deily
#44935: Solaris: enable posix_spawn in subprocess
https://bugs.python.org/issue44935 closed by gregory.p.smith
#44942: Add number pad enter bind to TK's simpleDialog
https://bugs.python.org/issue44942 closed by terry.reedy
#44944: Addition of _heappush_max method to complete the max heap impl
https://bugs.python.org/issue44944 closed by rhettinger
#44947: SyntaxError: trailing comma not allowed ... misleading
https://bugs.python.org/issue44947 closed by lukasz.langa
#44949: test_readline: test_auto_history_disabled() fails randomly on 
https://bugs.python.org/issue44949 closed by vstinner
#44950: Math
https://bugs.python.org/issue44950 closed by Dennis Sweeney
#44952: list need to filter again because the continue empty str value
https://bugs.python.org/issue44952 closed by py_ok
#44960: Add regression test for geometric_mean
https://bugs.python.org/issue44960 closed by iritkatriel
_______________________________________________
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/NO7V6A3ZTM3RCKEG3HJ5FZHDDA3HIGWH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to