[Python-Dev] Summary of Python tracker Issues

2021年6月18日 11:12:04 -0700

ACTIVITY SUMMARY (2021年06月11日 - 2021年06月18日)
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 7446 (-11)
 closed 48743 (+67)
 total 56189 (+56)
Open issues with patches: 2962 
Issues opened (41)
==================
#41611: IDLE: problems with completions on Mac
https://bugs.python.org/issue41611 reopened by terry.reedy
#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 reopened by serhiy.storchaka
#44107: HTTPServer can't close http client completely
https://bugs.python.org/issue44107 reopened by ueJone
#44398: IDLE: On macOS, cntl-space/backslash display as ^S/^B
https://bugs.python.org/issue44398 opened by terry.reedy
#44399: log rotator cookbook example might waste disk space
https://bugs.python.org/issue44399 opened by mori-b
#44403: Add os.path.isreserved() function
https://bugs.python.org/issue44403 opened by barneygale
#44404: tkinter's after() AttributeError with functools.partial (no at
https://bugs.python.org/issue44404 opened by phil.tgd
#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405 opened by CCLDArjun
#44406: Divergent sys.prefix behavior causes `python -m build` command
https://bugs.python.org/issue44406 opened by dsmaccy
#44407: A "Coroutines and Tasks" code example needs "asyncio.run(main(
https://bugs.python.org/issue44407 opened by AtsushiSakai
#44408: imaplib fails when server sends extra blank line after literal
https://bugs.python.org/issue44408 opened by jrlevine
#44410: Exception in AsyncMock side_effect cases incorrect refcount
https://bugs.python.org/issue44410 opened by penlect
#44412: Add os.path.fileuri() function
https://bugs.python.org/issue44412 opened by barneygale
#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 opened by psijic
#44414: from __future__ import annotations breaks profiler's handling 
https://bugs.python.org/issue44414 opened by wilcoxjay
#44416: test_threading: test_print_exception() hangs and killed after 
https://bugs.python.org/issue44416 opened by vstinner
#44418: unicodedata.ucnhash_CAPI removed from Python 3.10 without depr
https://bugs.python.org/issue44418 opened by hroncok
#44423: copy2 / sendfile fails on linux with large file
https://bugs.python.org/issue44423 opened by kr-g
#44424: Decompress streaming bz2 file
https://bugs.python.org/issue44424 opened by carlosfranzreb
#44425: 'dirty' added to sys.version on Linux and Mac source builds de
https://bugs.python.org/issue44425 opened by mark.final
#44426: Docs fail to build with Sphinx 4 due to Invalid C declaration
https://bugs.python.org/issue44426 opened by ksurma
#44427: File extension for scripts on windows is unclear
https://bugs.python.org/issue44427 opened by maltekliemann
#44428: _ProactorBasePipeTransport.abort() after _ProactorBasePipeTran
https://bugs.python.org/issue44428 opened by graingert
#44429: Tkinter Flow Geometry Manager
https://bugs.python.org/issue44429 opened by Gary73
#44430: [sqlite3] refactor threading tests
https://bugs.python.org/issue44430 opened by erlendaasland
#44431: Add command-line functionality to uuid module
https://bugs.python.org/issue44431 opened by ephenix
#44432: SourceFileLoader.load_module() is mixing content of previosly 
https://bugs.python.org/issue44432 opened by blackandred
#44434: _thread module: Remove redundant PyThread_exit_thread() call t
https://bugs.python.org/issue44434 opened by vstinner
#44435: There is no description of PY_SSIZE_T_CLEAN in docs
https://bugs.python.org/issue44435 opened by jack__d
#44439: PickleBuffer doesn't have __len__ method
https://bugs.python.org/issue44439 opened by malin
#44440: logging does not work as documented (setLevel)
https://bugs.python.org/issue44440 opened by alex4200
#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441 opened by kryheb
#44443: dataclass looks up field default value on the class, not the c
https://bugs.python.org/issue44443 opened by eric.smith
#44445: Add `site-include` install scheme path in sysconfig
https://bugs.python.org/issue44445 opened by FFY00
#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446 opened by graingert
#44447: Syntax Error not as detailed as shown
https://bugs.python.org/issue44447 opened by khokhareesa.home
#44449: Segfault in _PyTrash_begin when faulthandler tries to dump thr
https://bugs.python.org/issue44449 opened by dgrisby
#44450: Generator expressions trace differently on Windows than on Mac
https://bugs.python.org/issue44450 opened by nedbat
#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451 opened by hroncok
#44452: Allow paths to be joined without worrying about a leading slas
https://bugs.python.org/issue44452 opened by zbysz
#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453 opened by Jelle Zijlstra
Most recent 15 issues with no replies (15)
==========================================
#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453
#44452: Allow paths to be joined without worrying about a leading slas
https://bugs.python.org/issue44452
#44450: Generator expressions trace differently on Windows than on Mac
https://bugs.python.org/issue44450
#44449: Segfault in _PyTrash_begin when faulthandler tries to dump thr
https://bugs.python.org/issue44449
#44443: dataclass looks up field default value on the class, not the c
https://bugs.python.org/issue44443
#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441
#44435: There is no description of PY_SSIZE_T_CLEAN in docs
https://bugs.python.org/issue44435
#44432: SourceFileLoader.load_module() is mixing content of previosly 
https://bugs.python.org/issue44432
#44428: _ProactorBasePipeTransport.abort() after _ProactorBasePipeTran
https://bugs.python.org/issue44428
#44427: File extension for scripts on windows is unclear
https://bugs.python.org/issue44427
#44425: 'dirty' added to sys.version on Linux and Mac source builds de
https://bugs.python.org/issue44425
#44424: Decompress streaming bz2 file
https://bugs.python.org/issue44424
#44423: copy2 / sendfile fails on linux with large file
https://bugs.python.org/issue44423
#44416: test_threading: test_print_exception() hangs and killed after 
https://bugs.python.org/issue44416
#44414: from __future__ import annotations breaks profiler's handling 
https://bugs.python.org/issue44414
Most recent 15 issues waiting for review (15)
=============================================
#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453
#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451
#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446
#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441
#44439: PickleBuffer doesn't have __len__ method
https://bugs.python.org/issue44439
#44434: _thread module: Remove redundant PyThread_exit_thread() call t
https://bugs.python.org/issue44434
#44431: Add command-line functionality to uuid module
https://bugs.python.org/issue44431
#44430: [sqlite3] refactor threading tests
https://bugs.python.org/issue44430
#44426: Docs fail to build with Sphinx 4 due to Invalid C declaration
https://bugs.python.org/issue44426
#44412: Add os.path.fileuri() function
https://bugs.python.org/issue44412
#44408: imaplib fails when server sends extra blank line after literal
https://bugs.python.org/issue44408
#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405
#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395
#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388
#44369: Improve syntax error for wrongly closed strings
https://bugs.python.org/issue44369
Top 10 most discussed issues (10)
=================================
#23316: Incorrect evaluation order of function arguments with *args
https://bugs.python.org/issue23316 13 msgs
#44418: unicodedata.ucnhash_CAPI removed from Python 3.10 without depr
https://bugs.python.org/issue44418 12 msgs
#44426: Docs fail to build with Sphinx 4 due to Invalid C declaration
https://bugs.python.org/issue44426 10 msgs
#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299 8 msgs
#44328: time.monotonic() should use a different clock source on Window
https://bugs.python.org/issue44328 8 msgs
#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451 8 msgs
#44283: Add jump table for certain safe match-case statements
https://bugs.python.org/issue44283 6 msgs
#44316: Support preserving path meaning in os.path.normpath() and absp
https://bugs.python.org/issue44316 6 msgs
#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405 6 msgs
#44318: Asyncio classes missing __slots__
https://bugs.python.org/issue44318 5 msgs
Issues closed (60)
==================
#4277: asynchat's handle_error inconsistency
https://bugs.python.org/issue4277 closed by iritkatriel
#7464: circular reference in HTTPResponse by urllib2
https://bugs.python.org/issue7464 closed by iritkatriel
#9102: pybench: Cannot compare 2.x and 3.x benchmarks
https://bugs.python.org/issue9102 closed by iritkatriel
#9419: RUNSHARED needs LDFLAGS
https://bugs.python.org/issue9419 closed by iritkatriel
#10582: PyErr_PrintEx exits silently when passed SystemExit exception
https://bugs.python.org/issue10582 closed by iritkatriel
#14445: Providing more fine-grained control over assert statements
https://bugs.python.org/issue14445 closed by iritkatriel
#16663: Poor documentation for METH_KEYWORDS
https://bugs.python.org/issue16663 closed by iritkatriel
#19214: shutil.make_archive should recognize extensions in filenames
https://bugs.python.org/issue19214 closed by iritkatriel
#19832: XML version is ignored
https://bugs.python.org/issue19832 closed by scoder
#23394: No garbage collection at end of main thread
https://bugs.python.org/issue23394 closed by iritkatriel
#23786: test_unaligned_buffers (test.test_hash.HashEqualityTestCase) .
https://bugs.python.org/issue23786 closed by petriborg
#25682: __package__ not set to None under pdb in Python 3
https://bugs.python.org/issue25682 closed by iritkatriel
#25946: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue25946 closed by iritkatriel
#26231: HTTPResponse.close() should consume all remaining data in body
https://bugs.python.org/issue26231 closed by iritkatriel
#27824: update ConfigParser docs regarding in-line comments
https://bugs.python.org/issue27824 closed by iritkatriel
#28412: os.path.splitdrive documentation out of date
https://bugs.python.org/issue28412 closed by iritkatriel
#28877: Cannot compile _ssl.o on HP-UX
https://bugs.python.org/issue28877 closed by iritkatriel
#29126: Fix comments about _PyThreadState_Current
https://bugs.python.org/issue29126 closed by iritkatriel
#29153: Test test.test_asynchat.TestAsynchat / test.test_asynchat.Test
https://bugs.python.org/issue29153 closed by iritkatriel
#30260: sock_dealloc() may call __repr__ when socket class is already 
https://bugs.python.org/issue30260 closed by iritkatriel
#30563: [Cygwin] multiprocessing module with pool object issue
https://bugs.python.org/issue30563 closed by iritkatriel
#31398: TypeError: gdbm key must be string, not unicode
https://bugs.python.org/issue31398 closed by iritkatriel
#32322: Heap type with Py_TPFLAGS_HAVE_GC leads to segfault due to not
https://bugs.python.org/issue32322 closed by iritkatriel
#32581: A bug of the write funtion of ConfigParser.py
https://bugs.python.org/issue32581 closed by iritkatriel
#33367: Multiprocessing Pool workers initiated with maxtasksperchild d
https://bugs.python.org/issue33367 closed by iritkatriel
#34773: sqlite3 module inconsistently returning only some rows from a 
https://bugs.python.org/issue34773 closed by iritkatriel
#38211: clean up type_init()
https://bugs.python.org/issue38211 closed by erlendaasland
#38460: 3.8 Release Notes: document asyncio exception changes
https://bugs.python.org/issue38460 closed by srittau
#39217: GC of a ctypes object causes application crash
https://bugs.python.org/issue39217 closed by iritkatriel
#40128: IDLE Show completions pop-up not working on macOS
https://bugs.python.org/issue40128 closed by terry.reedy
#40240: Expose public spelling of _PyGC_FINALIZED and _PyGC_SET_FINALI
https://bugs.python.org/issue40240 closed by vstinner
#42998: pathlib.Path: add `username` argument to `home()`
https://bugs.python.org/issue42998 closed by barneygale
#43024: improve signature (in help, etc) for functions taking sentinel
https://bugs.python.org/issue43024 closed by iritkatriel
#44310: Document that lru_cache uses hard references
https://bugs.python.org/issue44310 closed by rhettinger
#44339: Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
https://bugs.python.org/issue44339 closed by mark.dickinson
#44376: Improve performance of integer exponentiation
https://bugs.python.org/issue44376 closed by tim.peters
#44381: Allow enabling control flow guard in Windows build
https://bugs.python.org/issue44381 closed by steve.dower
#44386: importlib and math.pi interact strangely
https://bugs.python.org/issue44386 closed by ned.deily
#44389: Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
https://bugs.python.org/issue44389 closed by erlendaasland
#44392: Py_GenericAlias is not documented
https://bugs.python.org/issue44392 closed by kj
#44396: pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()
https://bugs.python.org/issue44396 closed by pablogsal
#44400: Propose random.randbool()
https://bugs.python.org/issue44400 closed by rhettinger
#44401: const kwlist for PyArg_ParseTupleAndKeywords and PyArg_VaParse
https://bugs.python.org/issue44401 closed by serhiy.storchaka
#44402: Python 3.9 and 3.10 fails to install in WINE
https://bugs.python.org/issue44402 closed by steve.dower
#44409: compile raises SyntaxError with undocumented lineno attribute 
https://bugs.python.org/issue44409 closed by pablogsal
#44411: regrtests fail with segfault after failing calls to malloc
https://bugs.python.org/issue44411 closed by jack__d
#44415: sys.stdout.flush and print() hanging
https://bugs.python.org/issue44415 closed by rajeevkchaurasia
#44417: bytecode<>line number mapping and f_lasti seem wrong in 3.10.0
https://bugs.python.org/issue44417 closed by Gabriele Tornetta
#44419: Wrong division calculation for numbers more than 16 digits
https://bugs.python.org/issue44419 closed by zach.ware
#44420: Add CapWords classes to datetime module?
https://bugs.python.org/issue44420 closed by dougthor42
#44421: random.uniform() hangs will eating up all available RAM
https://bugs.python.org/issue44421 closed by rhettinger
#44422: threading.enumerate(): reentrant call during a GC collection h
https://bugs.python.org/issue44422 closed by vstinner
#44433: processes created by subprocess.Popen is not terminating
https://bugs.python.org/issue44433 closed by eric.smith
#44436: [Windows] _thread.start_new_thread() should close the thread h
https://bugs.python.org/issue44436 closed by vstinner
#44437: Add multimap() function similar to map(), but with multiproces
https://bugs.python.org/issue44437 closed by rhettinger
#44438: argparser documentation error
https://bugs.python.org/issue44438 closed by rhettinger
#44442: Globals (and presumably builtins) are cleared premuturely in F
https://bugs.python.org/issue44442 closed by Mark.Shannon
#44444: Spam
https://bugs.python.org/issue44444 closed by erlendaasland
#44448: Suggestion: change existing error message for invalid function
https://bugs.python.org/issue44448 closed by pablogsal
#1105770: null source chars handled oddly by tokenize
https://bugs.python.org/issue1105770 closed by gvanrossum
_______________________________________________
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/H23ODGP3MTWGKT7EXIPZMI3VDYDLC3BK/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to