Mailing List Archive

Summary of Python tracker Issues
ACTIVITY SUMMARY (2022-03-18 - 2022-03-25)
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 7145 (-20)
closed 51702 (+82)
total 58847 (+62)

Open issues with patches: 2903


Issues opened (53)
==================

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 reopened by Maciej Olko

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429 reopened by kumaraditya303

#46864: Deprecate ob_shash in BytesObject
https://bugs.python.org/issue46864 reopened by christian.heimes

#46975: clang: error: linker command failed with exit code 1 (use -v t
https://bugs.python.org/issue46975 reopened by jaraco

#47060: importlib.metadata.version can return None
https://bugs.python.org/issue47060 opened by David Robertson

#47061: Deprecate modules listed in PEP 594
https://bugs.python.org/issue47061 opened by brett.cannon

#47063: SimpleHTTPRequestHandler has hard coded index page list.
https://bugs.python.org/issue47063 opened by myronww

#47064: thread QOS attribute on macOS
https://bugs.python.org/issue47064 opened by ronaldoussoren

#47065: test_curses fails if terminal defaults to bright white text (1
https://bugs.python.org/issue47065 opened by ncoghlan

#47067: Add vectorcall for generic alias object
https://bugs.python.org/issue47067 opened by penguin_wwy

#47068: Improve __repr__ of TypeVar
https://bugs.python.org/issue47068 opened by ktbarrett

#47069: socket._GLOBAL_DEFAULT_TIMEOUT being an object() makes for ugl
https://bugs.python.org/issue47069 opened by ferdnyc

#47070: Improve performance of array_inplace_repeat
https://bugs.python.org/issue47070 opened by pieter.eendebak

#47071: asyncio proactor udp transport stops responding after send to
https://bugs.python.org/issue47071 opened by esoma

#47072: Database corruption with the shelve module
https://bugs.python.org/issue47072 opened by HubTou

#47073: Solution for recursion error when comparing dataclass objects
https://bugs.python.org/issue47073 opened by dankner

#47074: Convenient `simplefilter()` in `warnings.catch_warnings()`
https://bugs.python.org/issue47074 opened by Zac Hatfield-Dodds

#47075: test_multiprocessing_spawn leaks QueueManager dangling process
https://bugs.python.org/issue47075 opened by vstinner

#47077: test_asyncio ignores exception in _ProactorBasePipeTransport._
https://bugs.python.org/issue47077 opened by vstinner

#47078: test_ctypes modified files on aarch64 Fedora Rawhide 3.9: ldco
https://bugs.python.org/issue47078 opened by vstinner

#47079: Integral.denominator shouldn't return an int
https://bugs.python.org/issue47079 opened by Sergey.Kirpichev

#47082: No protection: `import numpy` in two different threads can lea
https://bugs.python.org/issue47082 opened by jhgoebbert

#47083: The __complex__ method is missing from the complex, float, and
https://bugs.python.org/issue47083 opened by maggyero

#47086: Include HTML docs with Windows installer instead of CHM
https://bugs.python.org/issue47086 opened by steve.dower

#47087: Implement PEP 655 (Required/NotRequired)
https://bugs.python.org/issue47087 opened by JelleZijlstra

#47088: Implement PEP 675 (LiteralString)
https://bugs.python.org/issue47088 opened by JelleZijlstra

#47089: Avoid sporadic failure of test_compileall on Windows
https://bugs.python.org/issue47089 opened by jkloth

#47090: Make zlib required on all platforms (simplifies code)
https://bugs.python.org/issue47090 opened by gregory.p.smith

#47091: Improve performance of list and tuple repeat methods
https://bugs.python.org/issue47091 opened by pieter.eendebak

#47092: [C API] Add PyFrame_GetVar(frame, name) function
https://bugs.python.org/issue47092 opened by vstinner

#47093: Documentation Fix: Remove .bat when activating venv on windows
https://bugs.python.org/issue47093 opened by jovinator

#47095: Prefer libb2 over vendored copy of blake2
https://bugs.python.org/issue47095 opened by christian.heimes

#47096: Use the PDH API in WindowsLoadTracker
https://bugs.python.org/issue47096 opened by eryksun

#47097: Document PEP 646
https://bugs.python.org/issue47097 opened by JelleZijlstra

#47098: sha3: Replace Keccak Code Package with tiny_sha3
https://bugs.python.org/issue47098 opened by christian.heimes

#47099: Replace with_traceback() with exception chaining and reraising
https://bugs.python.org/issue47099 opened by arhadthedev

#47100: Help text for Store Python shows "null" under usage
https://bugs.python.org/issue47100 opened by steve.dower

#47101: hashlib.algorithms_available lists algorithms that are not ava
https://bugs.python.org/issue47101 opened by christian.heimes

#47102: explore hashlib use of the Linux Kernel CryptoAPI
https://bugs.python.org/issue47102 opened by gregory.p.smith

#47103: Copy pgort140.dll when building for PGO
https://bugs.python.org/issue47103 opened by steve.dower

#47105: [Doc] grp cites pwd.h instead of grp.h
https://bugs.python.org/issue47105 opened by aphedges

#47106: test_asyncio: test_shutdown_cleanly() failed with timeout (10
https://bugs.python.org/issue47106 opened by vstinner

#47108: asyncio-stream does not document exceptions
https://bugs.python.org/issue47108 opened by christian.bodt

#47109: Old ctypes.macholib tests are ignored by python -m test
https://bugs.python.org/issue47109 opened by arhadthedev

#47110: Refactor bytearray strip methods
https://bugs.python.org/issue47110 opened by pieter.eendebak

#47111: ENUM TypeError using mixing
https://bugs.python.org/issue47111 opened by benyamin621

#47115: Documentation inconsistency with the stable ABI
https://bugs.python.org/issue47115 opened by Crowthebird

#47116: Use _PyLong_FromUnsignedChar in bytearrayobject.c
https://bugs.python.org/issue47116 opened by pieter.eendebak

#47117: repl segfaults on non utf-8 input
https://bugs.python.org/issue47117 opened by jooon

#47118: test_run_keeps_context in test_asyncio fails
https://bugs.python.org/issue47118 opened by serhiy.storchaka

#47119: test_freeze_simple_script in test_tools fails
https://bugs.python.org/issue47119 opened by serhiy.storchaka

#47120: Make all jump opcodes relative
https://bugs.python.org/issue47120 opened by iritkatriel

#47121: math.isfinite() can raise exception when called on a number
https://bugs.python.org/issue47121 opened by tfish2



Most recent 15 issues with no replies (15)
==========================================

#47120: Make all jump opcodes relative
https://bugs.python.org/issue47120

#47119: test_freeze_simple_script in test_tools fails
https://bugs.python.org/issue47119

#47116: Use _PyLong_FromUnsignedChar in bytearrayobject.c
https://bugs.python.org/issue47116

#47115: Documentation inconsistency with the stable ABI
https://bugs.python.org/issue47115

#47111: ENUM TypeError using mixing
https://bugs.python.org/issue47111

#47110: Refactor bytearray strip methods
https://bugs.python.org/issue47110

#47109: Old ctypes.macholib tests are ignored by python -m test
https://bugs.python.org/issue47109

#47108: asyncio-stream does not document exceptions
https://bugs.python.org/issue47108

#47106: test_asyncio: test_shutdown_cleanly() failed with timeout (10
https://bugs.python.org/issue47106

#47105: [Doc] grp cites pwd.h instead of grp.h
https://bugs.python.org/issue47105

#47103: Copy pgort140.dll when building for PGO
https://bugs.python.org/issue47103

#47100: Help text for Store Python shows "null" under usage
https://bugs.python.org/issue47100

#47098: sha3: Replace Keccak Code Package with tiny_sha3
https://bugs.python.org/issue47098

#47096: Use the PDH API in WindowsLoadTracker
https://bugs.python.org/issue47096

#47089: Avoid sporadic failure of test_compileall on Windows
https://bugs.python.org/issue47089



Most recent 15 issues waiting for review (15)
=============================================

#47120: Make all jump opcodes relative
https://bugs.python.org/issue47120

#47118: test_run_keeps_context in test_asyncio fails
https://bugs.python.org/issue47118

#47116: Use _PyLong_FromUnsignedChar in bytearrayobject.c
https://bugs.python.org/issue47116

#47110: Refactor bytearray strip methods
https://bugs.python.org/issue47110

#47109: Old ctypes.macholib tests are ignored by python -m test
https://bugs.python.org/issue47109

#47105: [Doc] grp cites pwd.h instead of grp.h
https://bugs.python.org/issue47105

#47103: Copy pgort140.dll when building for PGO
https://bugs.python.org/issue47103

#47101: hashlib.algorithms_available lists algorithms that are not ava
https://bugs.python.org/issue47101

#47099: Replace with_traceback() with exception chaining and reraising
https://bugs.python.org/issue47099

#47098: sha3: Replace Keccak Code Package with tiny_sha3
https://bugs.python.org/issue47098

#47097: Document PEP 646
https://bugs.python.org/issue47097

#47095: Prefer libb2 over vendored copy of blake2
https://bugs.python.org/issue47095

#47091: Improve performance of list and tuple repeat methods
https://bugs.python.org/issue47091

#47090: Make zlib required on all platforms (simplifies code)
https://bugs.python.org/issue47090

#47089: Avoid sporadic failure of test_compileall on Windows
https://bugs.python.org/issue47089



Top 10 most discussed issues (10)
=================================

#47086: Include HTML docs with Windows installer instead of CHM
https://bugs.python.org/issue47086 13 msgs

#44493: Missing terminated NUL in the length of sockaddr_un
https://bugs.python.org/issue44493 12 msgs

#25489: sys.exit() caught in async event loop exception handler
https://bugs.python.org/issue25489 9 msgs

#47006: PEP 646: Decide on substitution behavior
https://bugs.python.org/issue47006 9 msgs

#46070: [subinterpreters] crash when importing _sre in subinterpreters
https://bugs.python.org/issue46070 7 msgs

#47031: math.nan should note that NANs do not compare equal to anythin
https://bugs.python.org/issue47031 7 msgs

#47067: Add vectorcall for generic alias object
https://bugs.python.org/issue47067 7 msgs

#47000: Make encoding="locale" uses locale encoding even in UTF-8 mode
https://bugs.python.org/issue47000 6 msgs

#47064: thread QOS attribute on macOS
https://bugs.python.org/issue47064 6 msgs

#47078: test_ctypes modified files on aarch64 Fedora Rawhide 3.9: ldco
https://bugs.python.org/issue47078 6 msgs



Issues closed (76)
==================

#1554: socketmodule cleanups: allow the use of keywords in socket fun
https://bugs.python.org/issue1554 closed by iritkatriel

#2604: doctest.DocTestCase fails when run repeatedly
https://bugs.python.org/issue2604 closed by JelleZijlstra

#5888: mmap enhancement - resize with sequence notation
https://bugs.python.org/issue5888 closed by iritkatriel

#8891: shutil: sort files before archiving for consistency
https://bugs.python.org/issue8891 closed by iritkatriel

#11160: ZipFile.comment expects bytes
https://bugs.python.org/issue11160 closed by iritkatriel

#12029: [doc] clarify that except does not match virtual subclasses of
https://bugs.python.org/issue12029 closed by iritkatriel

#13197: subprocess: move shell arguments to a separate keyword param
https://bugs.python.org/issue13197 closed by iritkatriel

#18217: Deprecate and remove gettext.install
https://bugs.python.org/issue18217 closed by iritkatriel

#18241: Add unique option to heapq functions
https://bugs.python.org/issue18241 closed by rhettinger

#19961: MacOSX: Tkinter build failure when building without command-li
https://bugs.python.org/issue19961 closed by ned.deily

#22013: Add at least minimal support for thread groups
https://bugs.python.org/issue22013 closed by iritkatriel

#22722: inheritable pipes are unwieldy without os.pipe2
https://bugs.python.org/issue22722 closed by iritkatriel

#23647: imaplib.py MAXLINE value is too low for gmail
https://bugs.python.org/issue23647 closed by iritkatriel

#23691: re.finditer iterator is not reentrant, but doesn't protect aga
https://bugs.python.org/issue23691 closed by serhiy.storchaka

#26019: collections.abc documentation incomplete
https://bugs.python.org/issue26019 closed by rhettinger

#26362: Approved API for creating a temporary file path
https://bugs.python.org/issue26362 closed by iritkatriel

#27165: Skip callables when displaying exception fields in cgitb
https://bugs.python.org/issue27165 closed by iritkatriel

#28948: Facing issue while running Python 3.6.0rc1 windows x86-64 web
https://bugs.python.org/issue28948 closed by iritkatriel

#29067: Source archive: wrong directory attributes
https://bugs.python.org/issue29067 closed by iritkatriel

#32927: Add typeshed documentation for unittest.TestCase._feedErrorsTo
https://bugs.python.org/issue32927 closed by iritkatriel

#33028: [doc] tempfile.TemporaryDirectory documentation improvements
https://bugs.python.org/issue33028 closed by iritkatriel

#34071: asyncio: repr(task) raises AssertionError for coros which loop
https://bugs.python.org/issue34071 closed by iritkatriel

#34406: Typo in documentation
https://bugs.python.org/issue34406 closed by iritkatriel

#35577: side_effect mocked method lose reference to instance
https://bugs.python.org/issue35577 closed by iritkatriel

#37665: threading.TIMEOUT_MAX integer overflow on 32-bit builds with t
https://bugs.python.org/issue37665 closed by iritkatriel

#37789: Update doc strings for test.bytecode_helper
https://bugs.python.org/issue37789 closed by iritkatriel

#38256: binascii.crc32 is not 64-bit clean when USE_ZLIB_CRC32
https://bugs.python.org/issue38256 closed by gregory.p.smith

#38307: Add .end_lineno attribute to pyclbr _Objects
https://bugs.python.org/issue38307 closed by iritkatriel

#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298 closed by larry

#39394: re: DeprecationWarning for `flag not at the start of expressio
https://bugs.python.org/issue39394 closed by serhiy.storchaka

#39640: fall back os.fdatasync() to fsync() on POSIX systems without f
https://bugs.python.org/issue39640 closed by gregory.p.smith

#40074: pickle module dump and load: add support for string file names
https://bugs.python.org/issue40074 closed by serhiy.storchaka

#40296: help(list[int]) fails
https://bugs.python.org/issue40296 closed by serhiy.storchaka

#40320: Add ability to specify instance of contextvars context to Task
https://bugs.python.org/issue40320 closed by asvetlov

#40666: TarFile.add does not support pathlib.Path as a value to first
https://bugs.python.org/issue40666 closed by iritkatriel

#41864: Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnos
https://bugs.python.org/issue41864 closed by iritkatriel

#42369: Reading ZipFile not thread-safe
https://bugs.python.org/issue42369 closed by serhiy.storchaka

#42528: Improve the docs of most Py*_Check{,Exact} API calls
https://bugs.python.org/issue42528 closed by iritkatriel

#42871: Regex compilation crashed if I change order of alternatives un
https://bugs.python.org/issue42871 closed by serhiy.storchaka

#42884: array.index() missing start and end
https://bugs.python.org/issue42884 closed by iritkatriel

#42885: Optimize re.search() for \A (and maybe ^)
https://bugs.python.org/issue42885 closed by serhiy.storchaka

#42917: Block stack size for frame objects should be dynamically sizab
https://bugs.python.org/issue42917 closed by Mark.Shannon

#44336: Windows buildbots hang after fatal exit
https://bugs.python.org/issue44336 closed by steve.dower

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832 closed by iritkatriel

#45098: asyncio.CancelledError should contain more information on canc
https://bugs.python.org/issue45098 closed by asvetlov

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214 closed by iritkatriel

#45979: Fix Tkinter tests with old Tk
https://bugs.python.org/issue45979 closed by serhiy.storchaka

#46013: Confusing period in object.__hash__ doc
https://bugs.python.org/issue46013 closed by iritkatriel

#46073: ast.unparse produces: 'FunctionDef' object has no attribute 'l
https://bugs.python.org/issue46073 closed by iritkatriel

#46125: Test the preferred API instead of relying on legacy for covera
https://bugs.python.org/issue46125 closed by jaraco

#46382: dataclass(slots=True) does not account for slots in base class
https://bugs.python.org/issue46382 closed by eric.smith

#46769: Improve documentation for `typing.TypeVar`
https://bugs.python.org/issue46769 closed by JelleZijlstra

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774 closed by jaraco

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788 closed by steve.dower

#46829: Confusing CancelError message if multiple cancellations are sc
https://bugs.python.org/issue46829 closed by gvanrossum

#47012: Speed up iteration of bytes and bytearray
https://bugs.python.org/issue47012 closed by kumaraditya303

#47014: ProactorEventLoop ignores Ctrl+C after closing unrelated loop
https://bugs.python.org/issue47014 closed by asvetlov

#47015: Update tests from asyncore to asyncio
https://bugs.python.org/issue47015 closed by asvetlov

#47037: Build problems on Windows
https://bugs.python.org/issue47037 closed by steve.dower

#47040: Fix confusing versionchanged note in crc32 and adler32
https://bugs.python.org/issue47040 closed by gregory.p.smith

#47048: Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or
https://bugs.python.org/issue47048 closed by ned.deily

#47055: `issubclass` on two different subclasses of abstract base clas
https://bugs.python.org/issue47055 closed by mobiusklein

#47057: Use FASTCALL convention for FutureIter.throw()
https://bugs.python.org/issue47057 closed by asvetlov

#47062: Implement asyncio.Runner context manager
https://bugs.python.org/issue47062 closed by asvetlov

#47066: Convert a warning about flags not at the start of the regular
https://bugs.python.org/issue47066 closed by serhiy.storchaka

#47076: test_asyncio: test_get_cancelled() fails randomly on x86-64 ma
https://bugs.python.org/issue47076 closed by asvetlov

#47080: Use atomic groups to simplify fnmatch
https://bugs.python.org/issue47080 closed by tim.peters

#47081: Replace "qualifiers" with "quantifiers" in the re module docum
https://bugs.python.org/issue47081 closed by serhiy.storchaka

#47084: Statically allocated Unicode objects leak cached representatio
https://bugs.python.org/issue47084 closed by vstinner

#47085: missing frame.f_lineno on JUMP_ABSOLUTE
https://bugs.python.org/issue47085 closed by Mark.Shannon

#47094: index doesn't change while looping through same elements in a
https://bugs.python.org/issue47094 closed by Dennis Sweeney

#47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase
https://bugs.python.org/issue47104 closed by asvetlov

#47107: Navigation bar in python3103.chm is broken
https://bugs.python.org/issue47107 closed by steve.dower

#47112: RuntimeError: expected scalar type Long but found Int
https://bugs.python.org/issue47112 closed by zach.ware

#47113: PermissionError on pip uninstall
https://bugs.python.org/issue47113 closed by christian.heimes

#47114: random.choice and random.choices have different distributions
https://bugs.python.org/issue47114 closed by rhettinger
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/VXKUP75UN5USRFJWA76NK2E52WBBLRYT/
Code of Conduct: http://python.org/psf/codeofconduct/