ACTIVITY SUMMARY (2020-06-05 - 2020-06-12)
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    7447 ( +3)
  closed 45258 (+78)
  total  52705 (+81)

Open issues with patches: 3009 


Issues opened (57)
==================

#29782: Use __builtin_clzl for bits_in_digit if available
https://bugs.python.org/issue29782  reopened by vstinner

#40878: Use c99 on the aixtools bot
https://bugs.python.org/issue40878  opened by skrah

#40882: memory leak in multiprocessing.shared_memory.SharedMemory in W
https://bugs.python.org/issue40882  opened by eryksun

#40884: Added defaults parameter for logging.Formatter
https://bugs.python.org/issue40884  opened by bar.harel

#40885: Cannot pipe GzipFile into subprocess
https://bugs.python.org/issue40885  opened by Nehal Patel

#40886: Add PYTHONLOGGING environment variable and -L cmdline argument
https://bugs.python.org/issue40886  opened by bar.harel

#40891: Use pep573 in functools
https://bugs.python.org/issue40891  opened by shihai1991

#40892: IDLE: use rlcompleter suffixed for completions
https://bugs.python.org/issue40892  opened by terry.reedy

#40893: tkinter integrate TkDND support
https://bugs.python.org/issue40893  opened by epaine

#40894: asyncio.gather() cancelled() always False
https://bugs.python.org/issue40894  opened by timmwagener

#40896: Missing links to Source Code in Documentation pages
https://bugs.python.org/issue40896  opened by edison.abahurire

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897  opened by ezyang

#40899: Document exceptions raised by importlib.import
https://bugs.python.org/issue40899  opened by j13r

#40900: uuid module build fix on FreeBSD proposal
https://bugs.python.org/issue40900  opened by devnexen

#40901: It's not clear what "interface name" means in socket if_namein
https://bugs.python.org/issue40901  opened by jstasiak

#40905: IDLE relabel Save on close
https://bugs.python.org/issue40905  opened by terry.reedy

#40906: Unable to import module due to python unable to resolve depend
https://bugs.python.org/issue40906  opened by sabakauser

#40912: _PyOS_SigintEvent is never closed on Windows
https://bugs.python.org/issue40912  opened by steve.dower

#40913: time.sleep ignores errors on Windows
https://bugs.python.org/issue40913  opened by steve.dower

#40914: tarfile creates output that appears to omit files
https://bugs.python.org/issue40914  opened by mcr314

#40915: multiple problems with mmap.resize()  in Windows
https://bugs.python.org/issue40915  opened by eryksun

#40916: Proposed tweak to allow for per-task async generator semantics
https://bugs.python.org/issue40916  opened by Joshua Oreman

#40923: Thread safety : disable intel’s compiler autopar where itâ€
https://bugs.python.org/issue40923  opened by Laël Cellier

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924  opened by ned.deily

#40925: Remove redundant macros used for stack manipulation in interpr
https://bugs.python.org/issue40925  opened by Mark.Shannon

#40926: command line interface of symtable module is broken
https://bugs.python.org/issue40926  opened by BTaskaya

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927  opened by remi.lapeyre

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928  opened by remi.lapeyre

#40930: zoneinfo gives incorrect dst() in Pacific/Rarotonga between 19
https://bugs.python.org/issue40930  opened by p-ganssle

#40931: zoneinfo gives incorrect dst() in Europe/Madrid in 1938
https://bugs.python.org/issue40931  opened by p-ganssle

#40932: subprocess docs should warn of shlex use on Windows
https://bugs.python.org/issue40932  opened by Stephen Farris

#40933: zoneinfo may give incorrect dst() in Europe/Minsk in 1942
https://bugs.python.org/issue40933  opened by p-ganssle

#40934: Default RLock does not work well for Manager Condition
https://bugs.python.org/issue40934  opened by Misko Dzamba

#40935: Links to Python3 docs for some libs return 404
https://bugs.python.org/issue40935  opened by edison.abahurire

#40936: Remove deprecated functions from gettext
https://bugs.python.org/issue40936  opened by remi.lapeyre

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937  opened by remi.lapeyre

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938  opened by op368

#40939: Remove the old parser
https://bugs.python.org/issue40939  opened by pablogsal

#40941: Merge generator.gi_running and frame executing flag into singl
https://bugs.python.org/issue40941  opened by Mark.Shannon

#40942: BaseManager cannot start with local manager
https://bugs.python.org/issue40942  opened by Mike Jarvis

#40943: PEP 353: Drop support for PyArg_ParseTuple() "#" formats when 
https://bugs.python.org/issue40943  opened by vstinner

#40944: email.message.EmailMessage address parser fails to handle 'exa
https://bugs.python.org/issue40944  opened by Ivan Savin

#40945: TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent
https://bugs.python.org/issue40945  opened by Ben Li-Sauerwine

#40946: SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windo
https://bugs.python.org/issue40946  opened by eryksun

#40948: Better identify Windows installer as installer only, not runne
https://bugs.python.org/issue40948  opened by terry.reedy

#40949: test_socket: threading_cleanup() failed to cleanup 0 threads (
https://bugs.python.org/issue40949  opened by vstinner

#40951: csv skipinitialspace no longer working
https://bugs.python.org/issue40951  opened by Rudolfo Munguia

#40952: GCC overflow warnings (format-overflow, stringop-overflow)
https://bugs.python.org/issue40952  opened by christian.heimes

#40953: _PyWideStringList_Copy breaks asan builds
https://bugs.python.org/issue40953  opened by christian.heimes

#40954: freeze.py aborts on macOS
https://bugs.python.org/issue40954  opened by 小本健司

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956  opened by erlendaasland

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957  opened by christian.heimes

#40958: ASAN/UBSAN: heap-buffer-overflow in pegen.c
https://bugs.python.org/issue40958  opened by christian.heimes

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959  opened by erlendaasland

#40961: os.putenv should be documented as not affecting os.getenv's re
https://bugs.python.org/issue40961  opened by Daniel Martin

#40962: Add documentation for asyncio._set_running_loop()
https://bugs.python.org/issue40962  opened by eugenhu

#40963: distutils make_zipfile uses random order
https://bugs.python.org/issue40963  opened by ghost43



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

#40963: distutils make_zipfile uses random order
https://bugs.python.org/issue40963

#40962: Add documentation for asyncio._set_running_loop()
https://bugs.python.org/issue40962

#40961: os.putenv should be documented as not affecting os.getenv's re
https://bugs.python.org/issue40961

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956

#40953: _PyWideStringList_Copy breaks asan builds
https://bugs.python.org/issue40953

#40952: GCC overflow warnings (format-overflow, stringop-overflow)
https://bugs.python.org/issue40952

#40951: csv skipinitialspace no longer working
https://bugs.python.org/issue40951

#40949: test_socket: threading_cleanup() failed to cleanup 0 threads (
https://bugs.python.org/issue40949

#40946: SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windo
https://bugs.python.org/issue40946

#40944: email.message.EmailMessage address parser fails to handle 'exa
https://bugs.python.org/issue40944

#40942: BaseManager cannot start with local manager
https://bugs.python.org/issue40942

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937



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

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956

#40944: email.message.EmailMessage address parser fails to handle 'exa
https://bugs.python.org/issue40944

#40943: PEP 353: Drop support for PyArg_ParseTuple() "#" formats when 
https://bugs.python.org/issue40943

#40941: Merge generator.gi_running and frame executing flag into singl
https://bugs.python.org/issue40941

#40939: Remove the old parser
https://bugs.python.org/issue40939

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937

#40936: Remove deprecated functions from gettext
https://bugs.python.org/issue40936

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927

#40926: command line interface of symtable module is broken
https://bugs.python.org/issue40926

#40925: Remove redundant macros used for stack manipulation in interpr
https://bugs.python.org/issue40925

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924

#40901: It's not clear what "interface name" means in socket if_namein
https://bugs.python.org/issue40901

#40894: asyncio.gather() cancelled() always False
https://bugs.python.org/issue40894



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

#40958: ASAN/UBSAN: heap-buffer-overflow in pegen.c
https://bugs.python.org/issue40958  28 msgs

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928  22 msgs

#40939: Remove the old parser
https://bugs.python.org/issue40939  19 msgs

#39791: New `files()` api from importlib_resources.
https://bugs.python.org/issue39791  11 msgs

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924   9 msgs

#17013: Allow waiting on a mock
https://bugs.python.org/issue17013   8 msgs

#40275: test.support has way too many imports
https://bugs.python.org/issue40275   8 msgs

#40923: Thread safety : disable intel’s compiler autopar where itâ€
https://bugs.python.org/issue40923   8 msgs

#23427: Add sys.orig_argv: original command line arguments passed to t
https://bugs.python.org/issue23427   6 msgs

#40065: py39: remove deprecation note for xml.etree.cElementTree
https://bugs.python.org/issue40065   6 msgs



Issues closed (71)
==================

#6171: IDLE - TreeWidget draw and double-click (Ubuntu)
https://bugs.python.org/issue6171  closed by terry.reedy

#7949: IDLE: avoid no-contrast popups and dialogs.
https://bugs.python.org/issue7949  closed by terry.reedy

#13504: Meta-issue for "Invent with Python" IDLE feedback
https://bugs.python.org/issue13504  closed by terry.reedy

#14304: Implement utf-8-bmp codec
https://bugs.python.org/issue14304  closed by terry.reedy

#16123: IDLE - deprecate running without a subprocess
https://bugs.python.org/issue16123  closed by terry.reedy

#17737: test_gdb fails on armv7hl
https://bugs.python.org/issue17737  closed by vstinner

#18330: Fix idlelib.PyShell.build_subprocess_arglist  use of __import_
https://bugs.python.org/issue18330  closed by terry.reedy

#18822: poor proxyval() coverage in test_gdb
https://bugs.python.org/issue18822  closed by vstinner

#19042: Idle: run from editor without explicit save
https://bugs.python.org/issue19042  closed by terry.reedy

#19468: Relax the type restriction on reloaded modules
https://bugs.python.org/issue19468  closed by brett.cannon

#20403: Idle options dialog: add help
https://bugs.python.org/issue20403  closed by terry.reedy

#22209: Idle: add better access to extension information
https://bugs.python.org/issue22209  closed by terry.reedy

#22554: Idle: optionally auto-pop-up completion window for names
https://bugs.python.org/issue22554  closed by terry.reedy

#24860: Can IDLE's query box be improved
https://bugs.python.org/issue24860  closed by terry.reedy

#24914: Python: Not just OO style but this is not mentioned on python.
https://bugs.python.org/issue24914  closed by brett.cannon

#25352: Add 'make this my default python' to windows installs for Pyth
https://bugs.python.org/issue25352  closed by terry.reedy

#26788: test_gdb fails all tests on a profile-opt build configured --w
https://bugs.python.org/issue26788  closed by vstinner

#27732: IDLE tests should be quiet
https://bugs.python.org/issue27732  closed by terry.reedy

#27965: Automatic .py extension when saving with IDLE on OSX
https://bugs.python.org/issue27965  closed by terry.reedy

#28068: Error in freeze.py due to unguarded sys.abiflags usage under W
https://bugs.python.org/issue28068  closed by ned.deily

#29242: Crash on GC when compiling PyPy
https://bugs.python.org/issue29242  closed by ned.deily

#29620: unittest.TestCase.assertWarns raises RuntimeEror if sys.module
https://bugs.python.org/issue29620  closed by akuchling

#29633: MSI installer does not pass values as SecureProperty from UI
https://bugs.python.org/issue29633  closed by steve.dower

#29685: test_gdb failed
https://bugs.python.org/issue29685  closed by vstinner

#29857: Provide `sys.executable_argv` for host application's command l
https://bugs.python.org/issue29857  closed by vstinner

#32834: test_gdb fails with Posix locale in 3.7
https://bugs.python.org/issue32834  closed by vstinner

#34023: timedelta(seconds=x) strange results when type(x) ==  np.int32
https://bugs.python.org/issue34023  closed by inada.naoki

#34401: Make test_gdb work on HP-UX
https://bugs.python.org/issue34401  closed by vstinner

#35885: configparser: indentation
https://bugs.python.org/issue35885  closed by lukasz.langa

#38160: [subinterpreters] Add a "PyInterpreterState *" field to PyType
https://bugs.python.org/issue38160  closed by vstinner

#40614: ast.parse doesn't respect feature_version for debug f-strings
https://bugs.python.org/issue40614  closed by lys.nikolaou

#40626: application/x-hdf5 mime type missing from mimetypes library
https://bugs.python.org/issue40626  closed by akuchling

#40684: make install doesn't respect configure --with-platlibdir=lib64
https://bugs.python.org/issue40684  closed by vstinner

#40724: Support buffer protocol with type specs
https://bugs.python.org/issue40724  closed by scoder

#40743: [CMake] It's 2020, where is CMake?
https://bugs.python.org/issue40743  closed by ned.deily

#40802: AbstractEventLoop.shutdown_default_executor breaks backwards c
https://bugs.python.org/issue40802  closed by yselivanov

#40807: Codeop: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807  closed by terry.reedy

#40830: Certain uses of dictionary unpacking raise TypeError
https://bugs.python.org/issue40830  closed by pablogsal

#40847: New parser considers empty line following a backslash to be a 
https://bugs.python.org/issue40847  closed by pablogsal

#40854: Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var
https://bugs.python.org/issue40854  closed by vstinner

#40861: On Windows, liblzma is always built without optimization
https://bugs.python.org/issue40861  closed by steve.dower

#40862: argparse.BooleanOptionalAction accept and silently discard its
https://bugs.python.org/issue40862  closed by rhettinger

#40867: Remove unused include in Module/_randommodule.c
https://bugs.python.org/issue40867  closed by rhettinger

#40870: Custom AST can crash Python (debug build)
https://bugs.python.org/issue40870  closed by pablogsal

#40876: Clarify error message in csv module
https://bugs.python.org/issue40876  closed by nanjekyejoannah

#40879: Strange regex cycle
https://bugs.python.org/issue40879  closed by tim.peters

#40880: Invalid read in pegen.c
https://bugs.python.org/issue40880  closed by pablogsal

#40881: --with-valgrind broken
https://bugs.python.org/issue40881  closed by vstinner

#40883: parse_string.c: free "str"
https://bugs.python.org/issue40883  closed by pablogsal

#40887: Free lists are still used after being finalized (cleared)
https://bugs.python.org/issue40887  closed by vstinner

#40888: Add close method to queue
https://bugs.python.org/issue40888  closed by rhettinger

#40889: Symmetric difference on dict_views is inefficient
https://bugs.python.org/issue40889  closed by inada.naoki

#40890: Dict views should be introspectable
https://bugs.python.org/issue40890  closed by rhettinger

#40895: weakref documentation contains cautions about dictionary mutat
https://bugs.python.org/issue40895  closed by pitrou

#40898: Remove redundant if statements in tp_traverse
https://bugs.python.org/issue40898  closed by inada.naoki

#40902: Speed up PEG parser by using operator precedence for binary op
https://bugs.python.org/issue40902  closed by pablogsal

#40903: Segfault in new PEG parser
https://bugs.python.org/issue40903  closed by pablogsal

#40904: Segfault from new PEG parser handling yield withing f-strings
https://bugs.python.org/issue40904  closed by pablogsal

#40907: cpython/lib/queue.py: put() does not acquire not_empty before 
https://bugs.python.org/issue40907  closed by r n2

#40908: datetime strftime with %Y and 2 digit years
https://bugs.python.org/issue40908  closed by p-ganssle

#40909: unittest assertCountEqual doesn't filter on values in dict
https://bugs.python.org/issue40909  closed by steven.daprano

#40910: Py_GetArgcArgv() is no longer exported by the C API
https://bugs.python.org/issue40910  closed by vstinner

#40911: Unexpected behaviour for += assignment to list inside tuple
https://bugs.python.org/issue40911  closed by steven.daprano

#40917: pickle exceptions with mandatory keyword args will traceback
https://bugs.python.org/issue40917  closed by a.badger

#40929: Multiprocessing. Instance of the custom class is missing in su
https://bugs.python.org/issue40929  closed by cyberlis

#40940: How to update pip permanently for new venv?
https://bugs.python.org/issue40940  closed by ned.deily

#40947: Replace PLATLIBDIR macro with config->platlibdir
https://bugs.python.org/issue40947  closed by vstinner

#40950: PEP 3121  applied to nis module
https://bugs.python.org/issue40950  closed by corona10

#40955: subprocess_fork_exec leaks memory when extra_groups are suppli
https://bugs.python.org/issue40955  closed by christian.heimes

#40960: Fix the example in hashlib documentarion
https://bugs.python.org/issue40960  closed by cheryl.sabella

#1074333: On linux, numeric pad input is ignored when numlock off
https://bugs.python.org/issue1074333  closed by terry.reedy
_______________________________________________
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/OF7AR65XXCPB7HAL6UBTBTWXX4QIJ7JG/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to