ACTIVITY SUMMARY (2019-11-15 - 2019-11-22)
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    7171 (+23)
  closed 43475 (+57)
  total  50646 (+80)

Open issues with patches: 2826 


Issues opened (61)
==================

#25172: Unix-only crypt should not be present on Windows.
https://bugs.python.org/issue25172  reopened by xdegaye

#32371: Delay-loading of python dll is impossible when using some C ma
https://bugs.python.org/issue32371  reopened by Pierre Chatelier

#37957: Allow regrtest to receive a file with test (and subtests) to i
https://bugs.python.org/issue37957  reopened by pablogsal

#38817: Immutable types inplace operations work incorrect in async
https://bugs.python.org/issue38817  opened by bryzgaloff

#38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS
https://bugs.python.org/issue38818  opened by vstinner

#38820: Make Python compatible with OpenSSL 3.0.0
https://bugs.python.org/issue38820  opened by christian.heimes

#38822: Inconsistent os.stat behavior for directory with Access Denied
https://bugs.python.org/issue38822  opened by CrouZ

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823  opened by brandtbucher

#38825: shutil.disk_usage - Lacking documentation
https://bugs.python.org/issue38825  opened by Lord Anton Hvornum

#38826: Regular Expression Denial of Service in urllib.request.Abstrac
https://bugs.python.org/issue38826  opened by bc

#38828: http.cookiejar handle cookie.version to be None
https://bugs.python.org/issue38828  opened by kovid

#38829: Make the function flush_io accessible in the C-API
https://bugs.python.org/issue38829  opened by Jean-Didier

#38832: setup.py can report builtin modules as missing modules
https://bugs.python.org/issue38832  opened by christian.heimes

#38833: Issue with multiprocessing.Pool & multiprocessing.Queue
https://bugs.python.org/issue38833  opened by bigbizze

#38834: TypedDict: no way to tell which (if any) keys are optional at 
https://bugs.python.org/issue38834  opened by Zac Hatfield-Dodds

#38836: Links are duplicated in documentation search result
https://bugs.python.org/issue38836  opened by MaT1g3R

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840  opened by xdegaye

#38842: test_multiprocessing_spawn altered the execution environment i
https://bugs.python.org/issue38842  opened by pablogsal

#38843: Document argparse behaviour when custom namespace object alrea
https://bugs.python.org/issue38843  opened by zerkms

#38845: test_shared_memory_SharedMemoryServer_ignores_sigint and other
https://bugs.python.org/issue38845  opened by tlecarrour

#38846: async: Return context manager from open(_unix)_connection
https://bugs.python.org/issue38846  opened by srittau

#38848: compileall fails when the platform lacks a functional  sem_ope
https://bugs.python.org/issue38848  opened by xdegaye

#38849: test_timestamp_naive fails on android
https://bugs.python.org/issue38849  opened by xdegaye

#38850: test_largefile fails on android
https://bugs.python.org/issue38850  opened by xdegaye

#38851: UDPLITE tests fail on android
https://bugs.python.org/issue38851  opened by xdegaye

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852  opened by xdegaye

#38854: Decorator breaks inspect.getsource
https://bugs.python.org/issue38854  opened by crusaderky

#38855: test_unpack.py does not catch the unpacking of a set
https://bugs.python.org/issue38855  opened by Ylem

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856  opened by yselivanov

#38858: new_interpreter() should reuse more Py_InitializeFromConfig() 
https://bugs.python.org/issue38858  opened by vstinner

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860  opened by b1tninja

#38861: zipfile: Corrupts filenames containing non-UTF8 characters
https://bugs.python.org/issue38861  opened by jgoerzen

#38862: IDLE: Include end newlines in whitespace fix.
https://bugs.python.org/issue38862  opened by terry.reedy

#38864: dbm: Can't open database with bytes-encoded filename
https://bugs.python.org/issue38864  opened by jgoerzen

#38865: Can Py_Finalize() be called if the current interpreter is not 
https://bugs.python.org/issue38865  opened by vstinner

#38866: test_pyclbr replace asyncore
https://bugs.python.org/issue38866  opened by jacksonriley

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867  opened by steve.dower

#38868: Shutil cannot delete a folder that contains an .ini file
https://bugs.python.org/issue38868  opened by QueenSvetlana

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870  opened by pablogsal

#38871: lib2to3 generates invalid code with filter and ternary operato
https://bugs.python.org/issue38871  opened by Zoran Simic

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872  opened by cheryl.sabella

#38873: find_library for libcrypto and libssl on Catalina returns the 
https://bugs.python.org/issue38873  opened by worldwise001

#38874: asyncio.Queue: putting items out of order when it is full
https://bugs.python.org/issue38874  opened by esrse

#38876: pickle is raising KeyError insteat of pickle.UnpicklingError u
https://bugs.python.org/issue38876  opened by Linus Pithan

#38877: Python 3.9 build fails under Debian 9.11
https://bugs.python.org/issue38877  opened by DahlitzFlorian

#38878: os.PathLike subclasshook causes subclass checks true on abstra
https://bugs.python.org/issue38878  opened by bar.harel

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879  opened by Zotyamester

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880  opened by LewisGaul

#38881: unexpected behaviour of random.choices with zero weights
https://bugs.python.org/issue38881  opened by IRomanowska

#38882: IDLE should not make the about dialog be a transient of the wi
https://bugs.python.org/issue38882  opened by culler

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883  opened by lazka

#38884: __import__ is not thread-safe on Python 3
https://bugs.python.org/issue38884  opened by Valentyn Tymofieiev

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886  opened by rdussin

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1 
https://bugs.python.org/issue38887  opened by vstinner

#38888: Popen should use pidfd_open to implement a non-busy wait
https://bugs.python.org/issue38888  opened by SpecLad

#38890: A subprocess.Popen created with creationFlags=DETACHED_PROCESS
https://bugs.python.org/issue38890  opened by ShaneHarvey

#38891: ShareableList read and write access is O(N), should be O(1)
https://bugs.python.org/issue38891  opened by Jake Northey

#38892: Audit Hook doc typos and confusion
https://bugs.python.org/issue38892  opened by terry.reedy

#38893: broken container/selinux integration
https://bugs.python.org/issue38893  opened by Leif Middelschulte

#38894: Path.glob() sometimes misses files that match
https://bugs.python.org/issue38894  opened by thierry.parmentelat

#38895: performance degradation creating a mock object (by factor 7-8)
https://bugs.python.org/issue38895  opened by julianhille



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

#38895: performance degradation creating a mock object (by factor 7-8)
https://bugs.python.org/issue38895

#38892: Audit Hook doc typos and confusion
https://bugs.python.org/issue38892

#38890: A subprocess.Popen created with creationFlags=DETACHED_PROCESS
https://bugs.python.org/issue38890

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1 
https://bugs.python.org/issue38887

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867

#38865: Can Py_Finalize() be called if the current interpreter is not 
https://bugs.python.org/issue38865

#38862: IDLE: Include end newlines in whitespace fix.
https://bugs.python.org/issue38862

#38861: zipfile: Corrupts filenames containing non-UTF8 characters
https://bugs.python.org/issue38861

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856



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

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38878: os.PathLike subclasshook causes subclass checks true on abstra
https://bugs.python.org/issue38878

#38876: pickle is raising KeyError insteat of pickle.UnpicklingError u
https://bugs.python.org/issue38876

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870

#38866: test_pyclbr replace asyncore
https://bugs.python.org/issue38866

#38858: new_interpreter() should reuse more Py_InitializeFromConfig() 
https://bugs.python.org/issue38858

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852

#38848: compileall fails when the platform lacks a functional  sem_ope
https://bugs.python.org/issue38848

#38845: test_shared_memory_SharedMemoryServer_ignores_sigint and other
https://bugs.python.org/issue38845

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840

#38834: TypedDict: no way to tell which (if any) keys are optional at 
https://bugs.python.org/issue38834

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823

#38820: Make Python compatible with OpenSSL 3.0.0
https://bugs.python.org/issue38820

#38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS
https://bugs.python.org/issue38818



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

#37228: UDP sockets created by create_datagram_endpoint() allow by def
https://bugs.python.org/issue37228  34 msgs

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823  25 msgs

#22367: Add open_file_descriptor parameter to fcntl.lockf() (use the n
https://bugs.python.org/issue22367  15 msgs

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500  13 msgs

#38858: new_interpreter() should reuse more Py_InitializeFromConfig() 
https://bugs.python.org/issue38858  13 msgs

#37334: Add a cancel method to asyncio Queues
https://bugs.python.org/issue37334   7 msgs

#38021: pep425 tag for AIX is inadequate
https://bugs.python.org/issue38021   7 msgs

#38884: __import__ is not thread-safe on Python 3
https://bugs.python.org/issue38884   7 msgs

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125   6 msgs

#33387: Simplify bytecodes for try-finally, try-except and with blocks
https://bugs.python.org/issue33387   6 msgs



Issues closed (58)
==================

#16576: ctypes: structure with bitfields as argument
https://bugs.python.org/issue16576  closed by vinay.sajip

#21767: singledispatch docs should explicitly mention support for abst
https://bugs.python.org/issue21767  closed by lukasz.langa

#23667: IDLE to provide option for making trailing whitespace visible
https://bugs.python.org/issue23667  closed by terry.reedy

#25866: Reference 3. Data Model: miscellaneous minor cleanups on the w
https://bugs.python.org/issue25866  closed by rhettinger

#26011: Document necesities for cmp argument of sorted
https://bugs.python.org/issue26011  closed by serhiy.storchaka

#26278: BaseTransport.close() does not trigger connection_lost()
https://bugs.python.org/issue26278  closed by vstinner

#27647: Update Windows 2.7 build to Tcl/Tk 8.5.19
https://bugs.python.org/issue27647  closed by zach.ware

#27724: PEP3119 inconsintent with actual CPython impl
https://bugs.python.org/issue27724  closed by gvanrossum

#28286: gzip guessing of mode is ambiguous
https://bugs.python.org/issue28286  closed by serhiy.storchaka

#29275: time module still has Y2K issues note
https://bugs.python.org/issue29275  closed by benjamin.peterson

#34792: Tutorial doesn''t discuss / and * function arguments
https://bugs.python.org/issue34792  closed by pablogsal

#34979: Python throws “SyntaxError: Non-UTF-8 code start with \xe8..
https://bugs.python.org/issue34979  closed by ausaki

#35409: Async generator might re-throw GeneratorExit on aclose()
https://bugs.python.org/issue35409  closed by asvetlov

#36277: pdb's recursive debug command is not listed in the docs
https://bugs.python.org/issue36277  closed by cheryl.sabella

#36854: GC operates out of global runtime state.
https://bugs.python.org/issue36854  closed by vstinner

#37083: Document TYPE_COMMENT in documentation reference for compound 
https://bugs.python.org/issue37083  closed by pablogsal

#37195: test_utime fails on MacOS Mojave (Kernel Version 18.6.0:)
https://bugs.python.org/issue37195  closed by pablogsal

#37838: typing.get_type_hints not working with forward-declaration and
https://bugs.python.org/issue37838  closed by levkivskyi

#38453: ntpath.realpath() does not fully resolve relative paths
https://bugs.python.org/issue38453  closed by steve.dower

#38526: zipfile.Path has the wrong method name
https://bugs.python.org/issue38526  closed by xtreak

#38622: _ctypes.dlsym (py_dl_sym) does not trigger audit hooks
https://bugs.python.org/issue38622  closed by steve.dower

#38639: Optimize floor(), ceil() and trunc() for floats
https://bugs.python.org/issue38639  closed by serhiy.storchaka

#38650: Add constantness to PyStructSequence_UnnamedField
https://bugs.python.org/issue38650  closed by serhiy.storchaka

#38651: Add WolfSSL support
https://bugs.python.org/issue38651  closed by Daniel Johnson

#38678: TypeError for Tutorial 10.3 Example 2
https://bugs.python.org/issue38678  closed by rhettinger

#38707: Multiprocessing: bug with Native ID for threading.mainthread()
https://bugs.python.org/issue38707  closed by pitrou

#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712  closed by benjamin.peterson

#38722: runpy should use io.open_code() instead of open()
https://bugs.python.org/issue38722  closed by taleinat

#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724  closed by taleinat

#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778  closed by eric.snow

#38789: difflib lacks a way to check if results are empty
https://bugs.python.org/issue38789  closed by tim.peters

#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790  closed by ned.deily

#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807  closed by rhettinger

#38809: On Windows, build scripts should prefer using python.exe from 
https://bugs.python.org/issue38809  closed by taleinat

#38813: math.modf() change integer returned part as integer instead of
https://bugs.python.org/issue38813  closed by mark.dickinson

#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814  closed by ned.deily

#38816: Clarify about fork() and the CPython runtime in the C-API docs
https://bugs.python.org/issue38816  closed by eric.snow

#38819: The redirect
https://bugs.python.org/issue38819  closed by terry.reedy

#38821: argparse calls ngettext with deprecated non-integer value
https://bugs.python.org/issue38821  closed by taleinat

#38824: sasddsdsd
https://bugs.python.org/issue38824  closed by christian.heimes

#38827: [security] requests (lib) connects to a wrong host
https://bugs.python.org/issue38827  closed by zach.ware

#38830: `A Qt GUI for logging` produces TypeError
https://bugs.python.org/issue38830  closed by vinay.sajip

#38831: urllib.request header characters being changed to lowercase
https://bugs.python.org/issue38831  closed by eric.smith

#38835: pyfpe.h: Exclude PyFPE_START_PROTECT and PyFPE_END_PROTECT fro
https://bugs.python.org/issue38835  closed by vstinner

#38837: struct.pack: Unable to pack more than 256 bytes at a time
https://bugs.python.org/issue38837  closed by Dave Lotton

#38838: Exception ignored in: module 'threading' in _shutdown, _signal
https://bugs.python.org/issue38838  closed by wesinator

#38839: Fix some unused functions in test suite
https://bugs.python.org/issue38839  closed by brett.cannon

#38841: [asyncio] bind() on a unix socket raises PermissionError on An
https://bugs.python.org/issue38841  closed by xdegaye

#38844: test_multiprocessing_fork emit user warning
https://bugs.python.org/issue38844  closed by corona10

#38847: AST Optimization for Single Target List Comprehension
https://bugs.python.org/issue38847  closed by rhettinger

#38853: set.repr breaches docstring contract
https://bugs.python.org/issue38853  closed by josh.r

#38857: AsyncMock issue with awaitable return_value/side_effect/wraps
https://bugs.python.org/issue38857  closed by lisroach

#38859: AsyncMock says it raises StopIteration but that is Impossible
https://bugs.python.org/issue38859  closed by lisroach

#38863: Improve is_cgi() in http.server
https://bugs.python.org/issue38863  closed by asvetlov

#38869: Unexpectedly variable result
https://bugs.python.org/issue38869  closed by zach.ware

#38875: test_capi: test_trashcan_python_class1() and test_trashcan_pyt
https://bugs.python.org/issue38875  closed by vstinner

#38885: Have os.PathLike inherit from typing.Protocol
https://bugs.python.org/issue38885  closed by brett.cannon

#38889: Segmentation fault when using EPF Importer
https://bugs.python.org/issue38889  closed by eric.smith
_______________________________________________
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/6ZWI7ZTJQYDCUGMYIJMJ6ZW7QIZHCUUH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to