[Python-Dev] Summary of Python tracker Issues

2022年2月11日 10:11:33 -0800

ACTIVITY SUMMARY (2022年02月04日 - 2022年02月11日)
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 7178 (+34)
 closed 51272 (+50)
 total 58450 (+84)
Open issues with patches: 2912 
Issues opened (63)
==================
#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548 reopened by iritkatriel
#44006: symbol documentation still exists
https://bugs.python.org/issue44006 reopened by vstinner
#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 reopened by vstinner
#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 reopened by christian.heimes
#46639: Ceil division with math.ceildiv
https://bugs.python.org/issue46639 opened by Vladimir Feinberg
#46640: Python can now use the C99 NAN constant or __builtin_nan()
https://bugs.python.org/issue46640 opened by vstinner
#46642: typing: tested TypeVar instance subclass TypeError is incident
https://bugs.python.org/issue46642 opened by GBeauregard
#46643: typing.Annotated cannot wrap typing.ParamSpec args/kwargs
https://bugs.python.org/issue46643 opened by GBeauregard
#46644: typing: remove callable() check from typing._type_check
https://bugs.python.org/issue46644 opened by GBeauregard
#46645: Portable python3 shebang for Windows, macOS, and Linux
https://bugs.python.org/issue46645 opened by joshtriplett
#46646: `address` arg can be `bytes` for `ip_*` functions in `ipaddres
https://bugs.python.org/issue46646 opened by sobolevn
#46649: Propagate Python thread name to thread state structure
https://bugs.python.org/issue46649 opened by Gabriele Tornetta
#46650: `priority` in `sched.scheduler` is not sufficiently tested
https://bugs.python.org/issue46650 opened by sobolevn
#46652: Use code.co_qualname to provide richer information
https://bugs.python.org/issue46652 opened by Gabriele Tornetta
#46653: sys.path entries normalization in site.py doesn't follow POSIX
https://bugs.python.org/issue46653 opened by jpoiret
#46654: urllib.request.urlopen doesn't handle UNC paths produced by pa
https://bugs.python.org/issue46654 opened by ikelos
#46655: typing.TypeAlias is not in the list of allowed plain _SpecialF
https://bugs.python.org/issue46655 opened by GBeauregard
#46656: Compile fails if Py_NO_NAN is defined
https://bugs.python.org/issue46656 opened by mark.dickinson
#46657: Add mimalloc memory allocator
https://bugs.python.org/issue46657 opened by christian.heimes
#46658: shutil Lib enables sendfile on solaris for regular files
https://bugs.python.org/issue46658 opened by devnexen
#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 opened by vstinner
#46661: Duplicat deprecation warnings in docs for asyncio
https://bugs.python.org/issue46661 opened by gvanrossum
#46662: Lib/sqlite3/dbapi2.py: convert_timestamp function failed to co
https://bugs.python.org/issue46662 opened by Rayologist
#46663: test_math test_cmath test_complex fails on Fedora Rawhide buil
https://bugs.python.org/issue46663 opened by vstinner
#46664: PY_SSIZE_T_MAX is not an integer constant expression
https://bugs.python.org/issue46664 opened by ov2k
#46665: IDLE Windows shortcuts by default
https://bugs.python.org/issue46665 opened by primexx
#46666: IDLE Add indent guide
https://bugs.python.org/issue46666 opened by primexx
#46667: SequenceMatcher & autojunk - false negative
https://bugs.python.org/issue46667 opened by jonathan-lp
#46668: encodings: the "mbcs" alias doesn't work
https://bugs.python.org/issue46668 opened by vstinner
#46670: Build Python with -Wundef: don't use undefined macros
https://bugs.python.org/issue46670 opened by vstinner
#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671 opened by Nnarol
#46672: NameError in asyncio.gather when passing a invalid type as an 
https://bugs.python.org/issue46672 opened by onerandomusername
#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675 opened by Mark.Shannon
#46677: TypedDict docs are incomplete
https://bugs.python.org/issue46677 opened by Jelle Zijlstra
#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679 opened by notarealdeveloper
#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681 opened by iii-i
#46682: python 3.10 Py_Initialize/Py_Main std path no longer includes 
https://bugs.python.org/issue46682 opened by pjaggi1
#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685 opened by sobolevn
#46686: [venv / PC/launcher] issue with a space in the installed pytho
https://bugs.python.org/issue46686 opened by hokiedsp
#46689: `list(FunctionType(a.gi_code, {})(0))` crashes Python
https://bugs.python.org/issue46689 opened by sobolevn
#46690: create_autospec() doesn't respect configure_mock style kwargs
https://bugs.python.org/issue46690 opened by marchant.jm
#46691: sysconfig.get_platform() raises ValueError on macOS if '-arch'
https://bugs.python.org/issue46691 opened by duncanmmacleod
#46692: match case does not support regex
https://bugs.python.org/issue46692 opened by AliRn
#46695: _io_TextIOWrapper_reconfigure_impl errors out too early
https://bugs.python.org/issue46695 opened by mirabilos
#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696 opened by devnexen
#46697: _ctypes_simple_instance returns inverted logic
https://bugs.python.org/issue46697 opened by hydroflask
#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700 opened by mirabilos
#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702 opened by brandtbucher
#46704: Parser API not checking for null-terminator
https://bugs.python.org/issue46704 opened by anthonypjshaw
#46705: Memory optimization for set.issubset
https://bugs.python.org/issue46705 opened by panda1200
#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711 opened by vstinner
#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712 opened by kumaraditya303
#46713: Provide a C implementation of collections.abc.KeysView and fri
https://bugs.python.org/issue46713 opened by jab
#46715: asyncio.create_unix_server has an off-by-one error concerning 
https://bugs.python.org/issue46715 opened by jnsnow
#46716: regrtest didn't respect the timeout when running test_subproce
https://bugs.python.org/issue46716 opened by vstinner
#46717: Raising exception multiple times leaks memory
https://bugs.python.org/issue46717 opened by ggensure
#46718: Feature: itertools: add batches
https://bugs.python.org/issue46718 opened by socketpair
#46719: Call not visited in ast.NodeTransformer
https://bugs.python.org/issue46719 opened by davidcastells
#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720 opened by maggyero
#46721: Optimize set.issuperset() for non-set argument
https://bugs.python.org/issue46721 opened by serhiy.storchaka
#46722: Different behavior for functiools.partial between inspect.isfu
https://bugs.python.org/issue46722 opened by IliyaZinoviev
#46723: SimpleQueue.put_nowait() documentation error
https://bugs.python.org/issue46723 opened by antonycardazzi
#46724: Odd Bytecode Generation in 3.10
https://bugs.python.org/issue46724 opened by saulshanabrook
Most recent 15 issues with no replies (15)
==========================================
#46724: Odd Bytecode Generation in 3.10
https://bugs.python.org/issue46724
#46723: SimpleQueue.put_nowait() documentation error
https://bugs.python.org/issue46723
#46722: Different behavior for functiools.partial between inspect.isfu
https://bugs.python.org/issue46722
#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720
#46715: asyncio.create_unix_server has an off-by-one error concerning 
https://bugs.python.org/issue46715
#46713: Provide a C implementation of collections.abc.KeysView and fri
https://bugs.python.org/issue46713
#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711
#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700
#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696
#46695: _io_TextIOWrapper_reconfigure_impl errors out too early
https://bugs.python.org/issue46695
#46682: python 3.10 Py_Initialize/Py_Main std path no longer includes 
https://bugs.python.org/issue46682
#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681
#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679
#46672: NameError in asyncio.gather when passing a invalid type as an 
https://bugs.python.org/issue46672
#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671
Most recent 15 issues waiting for review (15)
=============================================
#46721: Optimize set.issuperset() for non-set argument
https://bugs.python.org/issue46721
#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720
#46715: asyncio.create_unix_server has an off-by-one error concerning 
https://bugs.python.org/issue46715
#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712
#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711
#46705: Memory optimization for set.issubset
https://bugs.python.org/issue46705
#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702
#46697: _ctypes_simple_instance returns inverted logic
https://bugs.python.org/issue46697
#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696
#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685
#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681
#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679
#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675
#46672: NameError in asyncio.gather when passing a invalid type as an 
https://bugs.python.org/issue46672
#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671
Top 10 most discussed issues (10)
=================================
#46586: In documentation contents enum.property erroneously links to b
https://bugs.python.org/issue46586 15 msgs
#46640: Python can now use the C99 NAN constant or __builtin_nan()
https://bugs.python.org/issue46640 15 msgs
#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 13 msgs
#46644: typing: remove callable() check from typing._type_check
https://bugs.python.org/issue46644 12 msgs
#46639: Ceil division with math.ceildiv
https://bugs.python.org/issue46639 11 msgs
#46657: Add mimalloc memory allocator
https://bugs.python.org/issue46657 11 msgs
#46654: urllib.request.urlopen doesn't handle UNC paths produced by pa
https://bugs.python.org/issue46654 10 msgs
#46656: Compile fails if Py_NO_NAN is defined
https://bugs.python.org/issue46656 9 msgs
#46670: Build Python with -Wundef: don't use undefined macros
https://bugs.python.org/issue46670 9 msgs
#46166: [C API] Get "self" args or non-null co_varnames from frame obj
https://bugs.python.org/issue46166 7 msgs
Issues closed (48)
==================
#23952: cgi: Document the 'maxlen' member of the cgi module
https://bugs.python.org/issue23952 closed by ethan.furman
#31369: re.RegexFlag is not included in __all__, makes type inference 
https://bugs.python.org/issue31369 closed by ethan.furman
#34191: argparse: Missing subparser error message should be more clear
https://bugs.python.org/issue34191 closed by ned.deily
#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259 closed by serhiy.storchaka
#43216: Removal of @asyncio.coroutine in Python 3.11
https://bugs.python.org/issue43216 closed by asvetlov
#43366: Unclosed bracket bug in code.interact prevents identifying syn
https://bugs.python.org/issue43366 closed by pablogsal
#43532: Add keyword-only fields to dataclasses
https://bugs.python.org/issue43532 closed by eric.smith
#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953 closed by Dennis Sweeney
#45436: test_tk.test_configure_type() fails with Tcl/Tk 8.6.11
https://bugs.python.org/issue45436 closed by zach.ware
#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863 closed by vstinner
#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119 closed by kumaraditya303
#46161: `class A(1, 2, 3, **d): pass` gives bad bytecode
https://bugs.python.org/issue46161 closed by Mark.Shannon
#46323: Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c
https://bugs.python.org/issue46323 closed by corona10
#46475: typing.Never and typing.assert_never
https://bugs.python.org/issue46475 closed by Jelle Zijlstra
#46479: Implement typing.reveal_locals
https://bugs.python.org/issue46479 closed by Jelle Zijlstra
#46521: codeop._maybe_compile passes code with error + triple quotes
https://bugs.python.org/issue46521 closed by pablogsal
#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 closed by brandtbucher
#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554 closed by keelung-yang
#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556 closed by brett.cannon
#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608 closed by kumaraditya303
#46609: Generator-based coroutines in Python 3.10, 3.9 docs
https://bugs.python.org/issue46609 closed by terry.reedy
#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611 closed by serhiy.storchaka
#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638 closed by steve.dower
#46641: multiplication error 2.2 and 2.1
https://bugs.python.org/issue46641 closed by zach.ware
#46647: `test_functools` unexpected failures when C `_functoolsmodule`
https://bugs.python.org/issue46647 closed by sobolevn
#46648: `test.test_urllib2.MiscTests.test_issue16464` flaky due to ext
https://bugs.python.org/issue46648 closed by vstinner
#46651: test_urllib2.test_issue16464() fails randomly
https://bugs.python.org/issue46651 closed by vstinner
#46660: datetime.timestamp() fails for naive-datetime values prior to 
https://bugs.python.org/issue46660 closed by smrpy
#46669: Add types.Self
https://bugs.python.org/issue46669 closed by rhettinger
#46673: Py_BuildValue tuple creation segfaults in python3.9..3.11
https://bugs.python.org/issue46673 closed by olupton
#46674: Two if in a row in generators
https://bugs.python.org/issue46674 closed by BTaskaya
#46676: ParamSpec args and kwargs are not equal to themselves.
https://bugs.python.org/issue46676 closed by serhiy.storchaka
#46678: Invalid cross device link in Lib/test/support/import_helper.py
https://bugs.python.org/issue46678 closed by brett.cannon
#46680: file calls itself
https://bugs.python.org/issue46680 closed by Dennis Sweeney
#46683: Python 3.6.15 source tarball installs 3.6.8?
https://bugs.python.org/issue46683 closed by zach.ware
#46684: Expose frozenset._hash classmethod
https://bugs.python.org/issue46684 closed by rhettinger
#46687: Update pyexpat for CVE-2021-45960
https://bugs.python.org/issue46687 closed by steve.dower
#46688: Add sys.is_interned
https://bugs.python.org/issue46688 closed by methane
#46693: dataclass generated __str__ does not use overridden member __s
https://bugs.python.org/issue46693 closed by eric.smith
#46694: isdigit/isnumeric vs int()
https://bugs.python.org/issue46694 closed by mark.dickinson
#46701: cannot use typographical quotation marks in bug description
https://bugs.python.org/issue46701 closed by eric.smith
#46703: boolean operation issue (True == False == False)
https://bugs.python.org/issue46703 closed by pablogsal
#46706: AxelRacer
https://bugs.python.org/issue46706 closed by Dennis Sweeney
#46707: Parser hanging on stacked { tokens
https://bugs.python.org/issue46707 closed by pablogsal
#46708: test_asyncio: test_sock_client_fail() changes asyncio.events._
https://bugs.python.org/issue46708 closed by asvetlov
#46709: test_urllib: testInterruptCaught() has a race condition and fa
https://bugs.python.org/issue46709 closed by vstinner
#46710: Install launcher for all users on the domain
https://bugs.python.org/issue46710 closed by marcus.siqueira
#46714: Python 3.10 - Users (except from the one who installed) not ab
https://bugs.python.org/issue46714 closed by steve.dower
_______________________________________________
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/TET7BS6LLC46KLSXU5J6QUUQYEV2CWWQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to