ACTIVITY SUMMARY (2021-09-10 - 2021-09-17)
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    7381 ( +5)
  closed 49587 (+63)
  total  56968 (+68)

Open issues with patches: 2938 


Issues opened (37)
==================

#45170: tarfile missing cross-directory checking
https://bugs.python.org/issue45170  opened by xiongpanju

#45171: stacklevel handling in logging module is inconsistent
https://bugs.python.org/issue45171  opened by joukewitteveen

#45172: netbsd CAN protocol flags addition
https://bugs.python.org/issue45172  opened by devnexen

#45173: Remove configparser deprecations
https://bugs.python.org/issue45173  opened by hugovk

#45174: DragonflyBSD fix nis module build
https://bugs.python.org/issue45174  opened by devnexen

#45176: Many regtest failures on Windows with non-ASCII account name
https://bugs.python.org/issue45176  opened by minghua

#45178: Support for linking unnamed temporary files into filesystem on
https://bugs.python.org/issue45178  opened by WGH

#45183: Unexpected exception with zip importer
https://bugs.python.org/issue45183  opened by ronaldoussoren

#45184: Add `pop` function to remove context manager from (Async)ExitS
https://bugs.python.org/issue45184  opened by andreash

#45189: Drop the "list_frozen" command from _test_embed.
https://bugs.python.org/issue45189  opened by eric.snow

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191  opened by nahco314

#45192: The tempfile._infer_return_type function cannot infer the type
https://bugs.python.org/issue45192  opened by rekyungmin

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193  opened by taleinat

#45197: IDLE should suppress ValueError for list.remove()
https://bugs.python.org/issue45197  opened by rhettinger

#45198: __set_name__ documentation not clear about its usage with non-
https://bugs.python.org/issue45198  opened by xitop

#45199: IDLE: document search (find) and replace better
https://bugs.python.org/issue45199  opened by terry.reedy

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200  opened by terry.reedy

#45201: API function PySignal_SetWakeupFd is not exported and unusable
https://bugs.python.org/issue45201  opened by cy

#45203: Improve  specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203  opened by Mark.Shannon

#45206: test_contextlib_async logs "Task was destroyed but it is pendi
https://bugs.python.org/issue45206  opened by vstinner

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209  opened by vstinner

#45210: tp_dealloc docs should mention error indicator may be set
https://bugs.python.org/issue45210  opened by ezyang

#45211: Useful (expensive) information is discarded in getpath.c.
https://bugs.python.org/issue45211  opened by eric.snow

#45213: Frozen modules are looked up using a linear search.
https://bugs.python.org/issue45213  opened by eric.snow

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

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215  opened by andrei.avk

#45216: Remove redundand information from difflib docstrings
https://bugs.python.org/issue45216  opened by serhiy.storchaka

#45218: cmath.log has an invalid signature
https://bugs.python.org/issue45218  opened by mark.dickinson

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221  opened by ux

#45222: test_venv: test_with_pip fails on version 3.8.12 with: pip._ve
https://bugs.python.org/issue45222  opened by sxt1001

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223  opened by Alexander Kanavin

#45226: Misleading error message when pathlib.Path.symlink_to() fails 
https://bugs.python.org/issue45226  opened by dfntlymaybe

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229  opened by serhiy.storchaka

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231  opened by vstinner

#45233: Allow split key dictionaries with values owned by other object
https://bugs.python.org/issue45233  opened by Mark.Shannon

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234  opened by Alex Grund

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235  opened by ALSchwalm



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

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235

#45226: Misleading error message when pathlib.Path.symlink_to() fails 
https://bugs.python.org/issue45226

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221

#45216: Remove redundand information from difflib docstrings
https://bugs.python.org/issue45216

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

#45206: test_contextlib_async logs "Task was destroyed but it is pendi
https://bugs.python.org/issue45206

#45201: API function PySignal_SetWakeupFd is not exported and unusable
https://bugs.python.org/issue45201

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200

#45199: IDLE: document search (find) and replace better
https://bugs.python.org/issue45199

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191

#45178: Support for linking unnamed temporary files into filesystem on
https://bugs.python.org/issue45178

#45174: DragonflyBSD fix nis module build
https://bugs.python.org/issue45174

#45172: netbsd CAN protocol flags addition
https://bugs.python.org/issue45172

#45171: stacklevel handling in logging module is inconsistent
https://bugs.python.org/issue45171



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

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215

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

#45210: tp_dealloc docs should mention error indicator may be set
https://bugs.python.org/issue45210

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209

#45203: Improve  specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193

#45192: The tempfile._infer_return_type function cannot infer the type
https://bugs.python.org/issue45192

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191

#45173: Remove configparser deprecations
https://bugs.python.org/issue45173



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

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020  20 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116  16 msgs

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193   9 msgs

#45128: test_multiprocessing_fork fails if run sequentially after test
https://bugs.python.org/issue45128   7 msgs

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120   5 msgs

#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread 
https://bugs.python.org/issue42969   4 msgs

#45218: cmath.log has an invalid signature
https://bugs.python.org/issue45218   4 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870   3 msgs

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302   3 msgs

#40746: test_gdb failing on 32-bit armv7l when built with GCC -Og: <cl
https://bugs.python.org/issue40746   3 msgs



Issues closed (59)
==================

#4492: httplib code thinks it closes connection, but does not
https://bugs.python.org/issue4492  closed by iritkatriel

#5846: Deprecate obsolete functions in unittest
https://bugs.python.org/issue5846  closed by serhiy.storchaka

#9811: strftime strips '%' from unknown format codes on OS X
https://bugs.python.org/issue9811  closed by lukasz.langa

#17913: stat.filemode returns "-" for sockets and unknown types
https://bugs.python.org/issue17913  closed by christian.heimes

#19463: assertGdbRepr depends on hash randomization / endianess
https://bugs.python.org/issue19463  closed by iritkatriel

#22843: doc error: 6.2.4. Match Objects
https://bugs.python.org/issue22843  closed by iritkatriel

#23774: Test failures when unable to write to install location
https://bugs.python.org/issue23774  closed by iritkatriel

#25853: Compile error with pytime.h - struct timespec declared inside 
https://bugs.python.org/issue25853  closed by iritkatriel

#29521: Minor warning messages when compiling documentation
https://bugs.python.org/issue29521  closed by iritkatriel

#30212: test_ssl.py is broken in Centos7
https://bugs.python.org/issue30212  closed by iritkatriel

#35474: mimetypes.guess_all_extensions potentially mutates list
https://bugs.python.org/issue35474  closed by lukasz.langa

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942  closed by iritkatriel

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710  closed by lukasz.langa

#43413: tuple subclasses allow arbitrary kwargs
https://bugs.python.org/issue43413  closed by serhiy.storchaka

#43546: "Impossible" KeyError from importlib._bootstrap acquire line 1
https://bugs.python.org/issue43546  closed by iritkatriel

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893  closed by gvanrossum

#43983: Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
https://bugs.python.org/issue43983  closed by iritkatriel

#44786: test_check_c_globals "crashed" and then "FutureWarning: Possib
https://bugs.python.org/issue44786  closed by serhiy.storchaka

#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987  closed by serhiy.storchaka

#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013  closed by steve.dower

#45063: PEP 657 Fine Grained Error Locations: omit indicators if they 
https://bugs.python.org/issue45063  closed by vstinner

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152  closed by iritkatriel

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155  closed by barry

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156  closed by vstinner

#45157: DTrace on RHEL7, generated Include/pydtrace_probes.h fails to 
https://bugs.python.org/issue45157  closed by vstinner

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162  closed by serhiy.storchaka

#45163: Haiku build fix
https://bugs.python.org/issue45163  closed by serhiy.storchaka

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167  closed by lukasz.langa

#45168: dis output for LOAD_CONST  is confusing
https://bugs.python.org/issue45168  closed by iritkatriel

#45169: Shallow copy occurs when list multiplication is used to create
https://bugs.python.org/issue45169  closed by steven.daprano

#45175: No warning with '-W always' and cached import
https://bugs.python.org/issue45175  closed by serhiy.storchaka

#45177: Use shared test loader when possible when running test suite
https://bugs.python.org/issue45177  closed by erlendaasland

#45179: List.sort ERROR
https://bugs.python.org/issue45179  closed by steven.daprano

#45180: possible wrong result for difflib.SequenceMatcher.ratio()
https://bugs.python.org/issue45180  closed by tim.peters

#45181: Rewrite loading sqlite3 tests
https://bugs.python.org/issue45181  closed by serhiy.storchaka

#45182: Incorrect use of requires_zlib in test_bdist_rpm
https://bugs.python.org/issue45182  closed by serhiy.storchaka

#45185: test.test_ssl.TestEnumerations is not run
https://bugs.python.org/issue45185  closed by serhiy.storchaka

#45186: Marshal output isn't completely deterministic.
https://bugs.python.org/issue45186  closed by eric.snow

#45187: Some tests in test_socket are not run
https://bugs.python.org/issue45187  closed by serhiy.storchaka

#45188: De-couple the Windows builds from freezing modules.
https://bugs.python.org/issue45188  closed by eric.snow

#45190: unicode 14.0 upgrade
https://bugs.python.org/issue45190  closed by benjamin.peterson

#45194: asyncio scheduler jitter
https://bugs.python.org/issue45194  closed by asvetlov

#45195: test_readline: test_nonascii() failed on aarch64 RHEL8 Refleak
https://bugs.python.org/issue45195  closed by vstinner

#45196: macOS. ./configure --with-address-sanitizer; make test; cause 
https://bugs.python.org/issue45196  closed by gregory.p.smith

#45202: Add 'remove_barry_from_BDFL' future to revert effects of 'from
https://bugs.python.org/issue45202  closed by eric.smith

#45204: test_peg_generator: test_soft_keyword() logs many messages int
https://bugs.python.org/issue45204  closed by pablogsal

#45205: test_compileall logs "Compiling ..." messages
https://bugs.python.org/issue45205  closed by lukasz.langa

#45207: test_gdb logs "Function ... not defined" messages
https://bugs.python.org/issue45207  closed by lukasz.langa

#45208: test_pdb: test_checkline_is_not_executable() logs messages
https://bugs.python.org/issue45208  closed by vstinner

#45212: Dangling threads in skipped tests in test_socket
https://bugs.python.org/issue45212  closed by serhiy.storchaka

#45217: ConfigParser does not accept "No value" reversely to the doc
https://bugs.python.org/issue45217  closed by lukasz.langa

#45219: Expose indexing and other simple operations on dict-keys in in
https://bugs.python.org/issue45219  closed by Mark.Shannon

#45220: Windows builds sometimes fail on Azure and GitHub Action: fata
https://bugs.python.org/issue45220  closed by steve.dower

#45224: Argparse shows required arguments as optional
https://bugs.python.org/issue45224  closed by rhettinger

#45225: use map function instead of genexpr in capwords
https://bugs.python.org/issue45225  closed by rhettinger

#45227: Control reaches end of non-void function in specialize.c
https://bugs.python.org/issue45227  closed by kj

#45228: Stack buffer overflow in parsing J1939 network address
https://bugs.python.org/issue45228  closed by serhiy.storchaka

#45230: Something wrong when Calculate "3==3 is not True"
https://bugs.python.org/issue45230  closed by serhiy.storchaka

#45232: ascii codec is used by default when LANG is not set
https://bugs.python.org/issue45232  closed by lemburg
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@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/IIC4I5QDAMS2YJXVGJJJ2K3WPEXZD6ZQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to