ACTIVITY SUMMARY (2020-05-01 - 2020-05-08)
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    7459 (+32)
  closed 44857 (+64)
  total  52316 (+96)

Open issues with patches: 2996 


Issues opened (66)
==================

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543  reopened by scoder

#40028: Math module method to find prime factors for non-negative int 
https://bugs.python.org/issue40028  reopened by mark.dickinson

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228  reopened by vstinner

#40471: Grammar typo in issubclass docstring
https://bugs.python.org/issue40471  opened by alexpovel

#40474: Code coverage report not entirely accurate
https://bugs.python.org/issue40474  opened by Lewis Ball

#40477: Launcher on Catalina
https://bugs.python.org/issue40477  opened by Auerhahn

#40478: allow finding nmake.exe executable in MSVCCompiler
https://bugs.python.org/issue40478  opened by japm48

#40479: Port _hashlib to OpenSSL 3.0.0
https://bugs.python.org/issue40479  opened by christian.heimes

#40481: Add include and exclude filters to zipapp cli
https://bugs.python.org/issue40481  opened by Jarosław Wygoda

#40482: _hashlib: register Python names as OpenSSL aliases
https://bugs.python.org/issue40482  opened by christian.heimes

#40483: Implementing a verifier function to verify integrity of AST no
https://bugs.python.org/issue40483  opened by BTaskaya

#40484: Document existing compiler flags under ast
https://bugs.python.org/issue40484  opened by BTaskaya

#40485: Provide an abstraction for a select-able Event
https://bugs.python.org/issue40485  opened by paravoid

#40486: pathlib's iterdir doesn't specify what happens if directory co
https://bugs.python.org/issue40486  opened by facundobatista

#40487: Unexpected exception handler behavior in Jupyter when returnin
https://bugs.python.org/issue40487  opened by jeanmonet

#40492: -m cProfile -o f.pstats with a script that does chdir() writes
https://bugs.python.org/issue40492  opened by Anthony Sottile

#40494: collections.abc.Callable and type variables
https://bugs.python.org/issue40494  opened by serhiy.storchaka

#40495: compileall: option to hardlink duplicate optimization levels b
https://bugs.python.org/issue40495  opened by frenzy

#40497: subprocess.check_output() accept the check keyword argument
https://bugs.python.org/issue40497  opened by remi.lapeyre

#40498: Holding spacebar on button widget permanently makes it SUNKEN 
https://bugs.python.org/issue40498  opened by PythonAmateur742

#40500: test_multiprocessing_fork leaks processes on PPC64LE RHEL8 LTO
https://bugs.python.org/issue40500  opened by vstinner

#40501: Deprecate and remove ctypes usage in uuid
https://bugs.python.org/issue40501  opened by steve.dower

#40502: PyNode_New() does not initialize n->n_col_offset
https://bugs.python.org/issue40502  opened by Tomasz Pytel

#40503: PEP 615: Add zoneinfo module
https://bugs.python.org/issue40503  opened by p-ganssle

#40505: getpath.c doesn't know about lib64
https://bugs.python.org/issue40505  opened by lemburg

#40506: add support for os.Pathlike filenames in zipfile.ZipFile.write
https://bugs.python.org/issue40506  opened by d.ragusa

#40507: FileNotFound error raised by os.exec* doesn't contain filename
https://bugs.python.org/issue40507  opened by russelldavis

#40509: In argparse, allow REMAINDER(...) arguments in a mutually excl
https://bugs.python.org/issue40509  opened by Shani Armon

#40510: [regression] ZipFile fails to round trip on some files
https://bugs.python.org/issue40510  opened by DragonSA

#40511: IDLE yellow hint frame blinks when entering () in strings in f
https://bugs.python.org/issue40511  opened by wyz23x2

#40512: Meta issue: per-interpreter GIL
https://bugs.python.org/issue40512  opened by vstinner

#40513: Move _PyRuntimeState.ceval to PyInterpreterState
https://bugs.python.org/issue40513  opened by vstinner

#40514: Add --experimental-isolated-subinterpreters build option
https://bugs.python.org/issue40514  opened by vstinner

#40515: test_ssl.py hangs with SSL 1.1 built with no threads
https://bugs.python.org/issue40515  opened by mig28suarez

#40516: GCC 9 compiler warnings on MacOS Catalina
https://bugs.python.org/issue40516  opened by remi.lapeyre

#40519: Preserve AttributeError exception context in __getattr__
https://bugs.python.org/issue40519  opened by Arusekk

#40521: Make tuple, dict, frame free lists, unicode interned strings, 
https://bugs.python.org/issue40521  opened by vstinner

#40522: Subinterpreters: get the current Python interpreter state from
https://bugs.python.org/issue40522  opened by vstinner

#40525: zipapps execute symlinks as if they are code
https://bugs.python.org/issue40525  opened by Anthony Sottile

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528  opened by BTaskaya

#40529: Auto Completions with case insensitive
https://bugs.python.org/issue40529  opened by mkasula

#40530: distutils/cygwinccompiler.py doesn't support recent msvc versi
https://bugs.python.org/issue40530  opened by Vadim Godunko

#40533: Subinterpreters: don't share Python objects between interprete
https://bugs.python.org/issue40533  opened by vstinner

#40534: ShUtil doc deficiencies
https://bugs.python.org/issue40534  opened by T UA

#40536: Addition of a "list of available time zones" function to zonei
https://bugs.python.org/issue40536  opened by p-ganssle

#40540: inconstent stdin buffering/seeking behaviour
https://bugs.python.org/issue40540  opened by PeterJCLaw

#40543: Tamil locale is using outdated encoding
https://bugs.python.org/issue40543  opened by Muthu A

#40544: Formatter exception when using logging.config.fileConfig
https://bugs.python.org/issue40544  opened by mirii1994

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545  opened by jd

#40546: Inconsistencies between PEG parser and traceback SyntaxErrors
https://bugs.python.org/issue40546  opened by lys.nikolaou

#40547: 2to3 raise can silently remove code from old 2.4 string except
https://bugs.python.org/issue40547  opened by Rémy Oudompheng

#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548  opened by vstinner

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549  opened by vstinner

#40550: Popen.terminate fails with ProcessLookupError under certain co
https://bugs.python.org/issue40550  opened by Alexander Overvoorde

#40551: PRs should be rebased on top of master before running the buil
https://bugs.python.org/issue40551  opened by FFY00

#40552: Enhance for loop and copy example in tutorial
https://bugs.python.org/issue40552  opened by mdk

#40553: Python 3.8.2 Mac freezing/not responding when saving new progr
https://bugs.python.org/issue40553  opened by Zain

#40554: Add escape to the glossary?
https://bugs.python.org/issue40554  opened by mdk

#40556: test__xxsubinterpreters leaked [1486, 1484, 1484, 1484] refere
https://bugs.python.org/issue40556  opened by pablogsal

#40557: Move captured_stdin(), captured_stdout(), and captured_stderr(
https://bugs.python.org/issue40557  opened by felixxm

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558  opened by shihai1991

#40561: Provide docstrings for public-facing webbrowser functions
https://bugs.python.org/issue40561  opened by bsolomon1124

#40562: SEO: differentiate between Python 2 and Python 3 docs on Googl
https://bugs.python.org/issue40562  opened by simonw

#40563: Support pathlike objects on dbm/shelve
https://bugs.python.org/issue40563  opened by BTaskaya

#40564: Using zipfile.Path with several files prematurely closes zip
https://bugs.python.org/issue40564  opened by bustawin

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566  opened by corona10



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

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566

#40564: Using zipfile.Path with several files prematurely closes zip
https://bugs.python.org/issue40564

#40561: Provide docstrings for public-facing webbrowser functions
https://bugs.python.org/issue40561

#40556: test__xxsubinterpreters leaked [1486, 1484, 1484, 1484] refere
https://bugs.python.org/issue40556

#40551: PRs should be rebased on top of master before running the buil
https://bugs.python.org/issue40551

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549

#40547: 2to3 raise can silently remove code from old 2.4 string except
https://bugs.python.org/issue40547

#40544: Formatter exception when using logging.config.fileConfig
https://bugs.python.org/issue40544

#40543: Tamil locale is using outdated encoding
https://bugs.python.org/issue40543

#40540: inconstent stdin buffering/seeking behaviour
https://bugs.python.org/issue40540

#40536: Addition of a "list of available time zones" function to zonei
https://bugs.python.org/issue40536

#40534: ShUtil doc deficiencies
https://bugs.python.org/issue40534

#40530: distutils/cygwinccompiler.py doesn't support recent msvc versi
https://bugs.python.org/issue40530

#40510: [regression] ZipFile fails to round trip on some files
https://bugs.python.org/issue40510

#40507: FileNotFound error raised by os.exec* doesn't contain filename
https://bugs.python.org/issue40507



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

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566

#40561: Provide docstrings for public-facing webbrowser functions
https://bugs.python.org/issue40561

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558

#40552: Enhance for loop and copy example in tutorial
https://bugs.python.org/issue40552

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549

#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545

#40544: Formatter exception when using logging.config.fileConfig
https://bugs.python.org/issue40544

#40533: Subinterpreters: don't share Python objects between interprete
https://bugs.python.org/issue40533

#40529: Auto Completions with case insensitive
https://bugs.python.org/issue40529

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528

#40525: zipapps execute symlinks as if they are code
https://bugs.python.org/issue40525

#40522: Subinterpreters: get the current Python interpreter state from
https://bugs.python.org/issue40522

#40521: Make tuple, dict, frame free lists, unicode interned strings, 
https://bugs.python.org/issue40521

#40519: Preserve AttributeError exception context in __getattr__
https://bugs.python.org/issue40519



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

#40513: Move _PyRuntimeState.ceval to PyInterpreterState
https://bugs.python.org/issue40513  15 msgs

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334  13 msgs

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543  12 msgs

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528  11 msgs

#40028: Math module method to find prime factors for non-negative int 
https://bugs.python.org/issue40028  10 msgs

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426  10 msgs

#40512: Meta issue: per-interpreter GIL
https://bugs.python.org/issue40512   9 msgs

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545   9 msgs

#40458: test_bad_getattr crashes on APPX test
https://bugs.python.org/issue40458   7 msgs

#40546: Inconsistencies between PEG parser and traceback SyntaxErrors
https://bugs.python.org/issue40546   7 msgs



Issues closed (64)
==================

#2380: Raise a Py3K warning for catching nested tuples with non-BaseE
https://bugs.python.org/issue2380  closed by zach.ware

#5879: multiprocessing example "pool of http servers " fails on windo
https://bugs.python.org/issue5879  closed by terry.reedy

#17848: can't compile with clang and build a shared lib due to libffi
https://bugs.python.org/issue17848  closed by ned.deily

#18499: mingw: setup _ctypes module with system libffi
https://bugs.python.org/issue18499  closed by ned.deily

#25413: ctypes (libffi) fails to compile on Solaris X86
https://bugs.python.org/issue25413  closed by ned.deily

#26192: python3 k1om dissociation permanence: libffi
https://bugs.python.org/issue26192  closed by ned.deily

#27133: python 3.5.1 will not compile because libffi module uses wrong
https://bugs.python.org/issue27133  closed by ned.deily

#31710: setup.py: _ctypes won't get built when system ffi is only in $
https://bugs.python.org/issue31710  closed by ned.deily

#34823: libffi detection doesn’t work in my setup
https://bugs.python.org/issue34823  closed by ned.deily

#35061: Specify libffi.so soname for ctypes
https://bugs.python.org/issue35061  closed by ned.deily

#36944: Add support for ARM64 to libffi
https://bugs.python.org/issue36944  closed by ned.deily

#39470: Indicate that os.makedirs is equivalent to Path.mkdir
https://bugs.python.org/issue39470  closed by nanjekyejoannah

#39691: Allow passing Pathlike objects to io.open_code
https://bugs.python.org/issue39691  closed by steve.dower

#40135: multiprocessing: test_shared_memory_across_processes() cannot 
https://bugs.python.org/issue40135  closed by vstinner

#40178: Convert the remaining os funtions to Argument Clinic
https://bugs.python.org/issue40178  closed by serhiy.storchaka

#40316: Add zero function to time, datetime, which acts as the use cas
https://bugs.python.org/issue40316  closed by rhettinger

#40355: The ast module fails to reject certain malformed nodes
https://bugs.python.org/issue40355  closed by BTaskaya

#40393: Auto-response from Python Help points to Python 2 reference
https://bugs.python.org/issue40393  closed by terry.reedy

#40398: typing.get_args(Callable) fails
https://bugs.python.org/issue40398  closed by serhiy.storchaka

#40408: GenericAlias does not support nested type variables
https://bugs.python.org/issue40408  closed by serhiy.storchaka

#40414: Incorrect mouse and keyboard mapping
https://bugs.python.org/issue40414  closed by terry.reedy

#40416: Calling TextIOWrapper.tell() in the middle of reading a gb2312
https://bugs.python.org/issue40416  closed by terry.reedy

#40417: PyImport_ReloadModule emits deprecation warning
https://bugs.python.org/issue40417  closed by brett.cannon

#40419: timeit CLI docs still mention old power sequence
https://bugs.python.org/issue40419  closed by serhiy.storchaka

#40433: Equality operations between lists and arrays
https://bugs.python.org/issue40433  closed by rhettinger

#40449: multi-line f-string, syntaxerror points to wrong line
https://bugs.python.org/issue40449  closed by lys.nikolaou

#40459: [easy] undefined names in platform.py
https://bugs.python.org/issue40459  closed by vstinner

#40461: execution of file with pictures doesn't work in command --onef
https://bugs.python.org/issue40461  closed by ned.deily

#40465: Deprecate the optional *random* argument to random.shuffle()
https://bugs.python.org/issue40465  closed by rhettinger

#40466: asyncio.ensure_future() breaks implicit exception chaining
https://bugs.python.org/issue40466  closed by chris.jerdonek

#40472: PEG parser disables IDLE Shell input > 2 lines
https://bugs.python.org/issue40472  closed by terry.reedy

#40473: Universal newline not recognizing Mac newline (CR) when using 
https://bugs.python.org/issue40473  closed by larrykuhn

#40475: json.JSONEncoder override default method
https://bugs.python.org/issue40475  closed by xsmyqf

#40476: Write file failed on OS X 10.15.4
https://bugs.python.org/issue40476  closed by 韩振宇

#40480: "fnmatch" exponential execution time
https://bugs.python.org/issue40480  closed by tim.peters

#40488: setup.py shall search by default for libffi.so in /usr/local/l
https://bugs.python.org/issue40488  closed by ned.deily

#40489: INCREF/DECREFs around the rich comparison needs tests
https://bugs.python.org/issue40489  closed by rhettinger

#40490: peg_generator module has unused imports
https://bugs.python.org/issue40490  closed by pablogsal

#40491: Typo in SyntaxError produced by pegen for numeric literals
https://bugs.python.org/issue40491  closed by serhiy.storchaka

#40493: Pegen can't parse some function type comments
https://bugs.python.org/issue40493  closed by gvanrossum

#40496: re.findall() takes a long time (100% cup usage) on Python 3.6.
https://bugs.python.org/issue40496  closed by serhiy.storchaka

#40499: asyncio.wait documentation on non-emptiness requirement lost i
https://bugs.python.org/issue40499  closed by gvanrossum

#40504: Restore weakref support for lru_cache wrappers
https://bugs.python.org/issue40504  closed by rhettinger

#40508: IDLE won't open
https://bugs.python.org/issue40508  closed by ned.deily

#40517: Syntax highlighting for ASDL
https://bugs.python.org/issue40517  closed by rhettinger

#40518: ValueError when using resource.setrlimit on macOS Catalina
https://bugs.python.org/issue40518  closed by ned.deily

#40520: Remove redundant comment in pydebug.h
https://bugs.python.org/issue40520  closed by corona10

#40523: Weakref proxy missing pass throughs for hash() and reversed()
https://bugs.python.org/issue40523  closed by pablogsal

#40524: Print() issue
https://bugs.python.org/issue40524  closed by eric.smith

#40526: documentation bad on asyncio
https://bugs.python.org/issue40526  closed by yselivanov

#40527: Multiple "unknown option" errors when passing unknown argument
https://bugs.python.org/issue40527  closed by corona10

#40531: Adding the method find() to list
https://bugs.python.org/issue40531  closed by rhettinger

#40532: Persmission error
https://bugs.python.org/issue40532  closed by eric.smith

#40535: While build python 3.8.2 in linux  ctypes.so is using libffi.s
https://bugs.python.org/issue40535  closed by ned.deily

#40537: Typo in  Doc/library/sqlite3.rst
https://bugs.python.org/issue40537  closed by nanjekyejoannah

#40538: struct.calcsize('L')== 8 but 4 is specified in documentation
https://bugs.python.org/issue40538  closed by mark.dickinson

#40539: Docs - difflib.SequenceMatcher quick_ratio and real_quick_rati
https://bugs.python.org/issue40539  closed by tim.peters

#40541: Add optional weights parameter to random.sample()
https://bugs.python.org/issue40541  closed by rhettinger

#40542: path environment variable not created correctly
https://bugs.python.org/issue40542  closed by steve.dower

#40555: pegen (PEP 617): bug in error handling
https://bugs.python.org/issue40555  closed by pablogsal

#40559: Missing Py_DECREF in task_step_impl() in _asynciomodule.c
https://bugs.python.org/issue40559  closed by chris.jerdonek

#40560: uuid.uuid4().hex not random
https://bugs.python.org/issue40560  closed by KingUdo

#40565: is comparison returns False while ids are the same.
https://bugs.python.org/issue40565  closed by eric.smith

#1648957: HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc
https://bugs.python.org/issue1648957  closed by ned.deily
_______________________________________________
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/44CSQT3MCGTJV5YG4GP6ZL766LHPTKHL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to