ACTIVITY SUMMARY (2020-07-10 - 2020-07-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    7550 (+20)
  closed 45517 (+35)
  total  53067 (+55)

Open issues with patches: 3067 


Issues opened (39)
==================

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960  reopened by gvanrossum

#41271: Add support for io_uring to cpython
https://bugs.python.org/issue41271  opened by cooperlees

#41272: New clause in FOR and WHILE instead of ELSE
https://bugs.python.org/issue41272  opened by catrudis

#41273: asyncio: proactor read transport: use recv_into instead of rec
https://bugs.python.org/issue41273  opened by tontinton

#41275: Clarify whether Futures can be awaited multiple times
https://bugs.python.org/issue41275  opened by JustAnotherArchivist

#41277: documentation: os.setxattr() errno EEXIST and ENODATA
https://bugs.python.org/issue41277  opened by w0rthle$$

#41278: IDLE: Clarify some completion details in doc
https://bugs.python.org/issue41278  opened by Alex-Python-Programmer

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279  opened by tontinton

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281  opened by yyyyyyyan

#41282: Deprecate and remove distutils
https://bugs.python.org/issue41282  opened by jaraco

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283  opened by aeltawela

#41287: __doc__ attribute is not set in property-derived classes
https://bugs.python.org/issue41287  opened by Sergei Izmailov

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292  opened by Michel Samia

#41293: fix confusing example in hashlib docs
https://bugs.python.org/issue41293  opened by Pavel Trukhanov

#41294: Allow '__qualname__' to be an instance of 'DynamicClassAttribu
https://bugs.python.org/issue41294  opened by WildCard65

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295  opened by kam193

#41297: Remove doctest import from heapq
https://bugs.python.org/issue41297  opened by alexchandel

#41298: Enable handling logoff and shutdown Windows console events
https://bugs.python.org/issue41298  opened by eryksun

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299  opened by SD

#41300: IDLE: add missing import io in iomenu.py
https://bugs.python.org/issue41300  opened by nirinA raseliarison

#41303: perf_counter result does not count system sleep time in Mac OS
https://bugs.python.org/issue41303  opened by nooB

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305  opened by tontinton

#41306: test_tk test_widgets.ScaleTest fails with Tk 8.6.10
https://bugs.python.org/issue41306  opened by felixonmars

#41307: "email.message.Message.as_bytes":  fails to correctly handle "
https://bugs.python.org/issue41307  opened by dmaurer

#41308: socket.connect() slow to time out on Windows
https://bugs.python.org/issue41308  opened by steve.dower

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309  opened by steve.dower

#41310: micro-optimization: increase our float parsing speed by Nx
https://bugs.python.org/issue41310  opened by gregory.p.smith

#41311: Add a function to get a random sample from an iterable (reserv
https://bugs.python.org/issue41311  opened by oscarbenjamin

#41314: __future__ doc and PEP 563 conflict
https://bugs.python.org/issue41314  opened by wyz23x2

#41315: Add mathematical functions as wrappers to decimal.Decimal meth
https://bugs.python.org/issue41315  opened by Jean Abou Samra

#41316: tarfile: Do not write full path in FNAME field
https://bugs.python.org/issue41316  opened by ArtemSBulgakov

#41317: sock_accept() does not remove server socket reader on cancella
https://bugs.python.org/issue41317  opened by alex.gronholm

#41318: Better error message of "Cannot recover from stack overflow."
https://bugs.python.org/issue41318  opened by thyyyy

#41320: async process closing after event loop closed
https://bugs.python.org/issue41320  opened by kcwu

#41321: Calculate timestamp is wrong in datetime.datetime
https://bugs.python.org/issue41321  opened by dh4931

#41322: unittest: Generator test methods will always be marked as pass
https://bugs.python.org/issue41322  opened by defreng

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323  opened by Mark.Shannon

#41324: Add a minimal decimal capsule API
https://bugs.python.org/issue41324  opened by skrah

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325  opened by uspike



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

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323

#41320: async process closing after event loop closed
https://bugs.python.org/issue41320

#41318: Better error message of "Cannot recover from stack overflow."
https://bugs.python.org/issue41318

#41314: __future__ doc and PEP 563 conflict
https://bugs.python.org/issue41314

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309

#41308: socket.connect() slow to time out on Windows
https://bugs.python.org/issue41308

#41303: perf_counter result does not count system sleep time in Mac OS
https://bugs.python.org/issue41303

#41298: Enable handling logoff and shutdown Windows console events
https://bugs.python.org/issue41298

#41294: Allow '__qualname__' to be an instance of 'DynamicClassAttribu
https://bugs.python.org/issue41294

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279

#41277: documentation: os.setxattr() errno EEXIST and ENODATA
https://bugs.python.org/issue41277



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

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325

#41324: Add a minimal decimal capsule API
https://bugs.python.org/issue41324

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323

#41316: tarfile: Do not write full path in FNAME field
https://bugs.python.org/issue41316

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279

#41273: asyncio: proactor read transport: use recv_into instead of rec
https://bugs.python.org/issue41273

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259



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

#41282: Deprecate and remove distutils
https://bugs.python.org/issue41282  15 msgs

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305   9 msgs

#41300: IDLE: add missing import io in iomenu.py
https://bugs.python.org/issue41300   8 msgs

#41278: IDLE: Clarify some completion details in doc
https://bugs.python.org/issue41278   7 msgs

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295   7 msgs

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299   7 msgs

#41311: Add a function to get a random sample from an iterable (reserv
https://bugs.python.org/issue41311   5 msgs

#41210: Docs: More description of reason about LZMA1 data handling wit
https://bugs.python.org/issue41210   4 msgs

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220   4 msgs

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233   4 msgs



Issues closed (36)
==================

#20171: Derby #2: Convert 115 sites to Argument Clinic in Modules/_cur
https://bugs.python.org/issue20171  closed by serhiy.storchaka

#20175: Derby #6: Convert 50 sites to Argument Clinic across 8 files
https://bugs.python.org/issue20175  closed by serhiy.storchaka

#20179: Derby #10: Convert 50 sites to Argument Clinic across 4 files
https://bugs.python.org/issue20179  closed by serhiy.storchaka

#20181: Derby #12: Convert 50 sites to Argument Clinic across 4 files
https://bugs.python.org/issue20181  closed by serhiy.storchaka

#22194: access to cdecimal / libmpdec API
https://bugs.python.org/issue22194  closed by skrah

#31844: HTMLParser: undocumented not implemented method
https://bugs.python.org/issue31844  closed by berker.peksag

#37237: python 2.16 from source on Ubuntu 18.04
https://bugs.python.org/issue37237  closed by benjamin.peterson

#39017: Infinite loop in the tarfile module
https://bugs.python.org/issue39017  closed by larry

#39280: Don't allow datetime parsing to accept non-Ascii digits
https://bugs.python.org/issue39280  closed by cool-RR

#40150: (minor) mismatched argument in overlapped_RegisterWaitWithQueu
https://bugs.python.org/issue40150  closed by serhiy.storchaka

#40734: /usr/bin surprisingly in sys.path under IDLE
https://bugs.python.org/issue40734  closed by terry.reedy

#41146: Convert signal.default_int_handler() to Argument Clinic
https://bugs.python.org/issue41146  closed by serhiy.storchaka

#41187: Convert the _msi module to Argument Clinic
https://bugs.python.org/issue41187  closed by serhiy.storchaka

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202  closed by aeros

#41212: Emoji Unicode failing in standard release of Python 3.8.3 / tk
https://bugs.python.org/issue41212  closed by terry.reedy

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228  closed by terry.reedy

#41253: unittest -h shows a flag -s but it doesn't work
https://bugs.python.org/issue41253  closed by eric.smith

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257  closed by ammar2

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require
https://bugs.python.org/issue41268  closed by ned.deily

#41274: Better way to random.seed()?
https://bugs.python.org/issue41274  closed by rhettinger

#41276: Min / Max returns different values depending on parameter orde
https://bugs.python.org/issue41276  closed by steven.daprano

#41280: lru_cache on 0-arity functions should default to maxsize=None
https://bugs.python.org/issue41280  closed by rhettinger

#41284: High Level API for json file parsing
https://bugs.python.org/issue41284  closed by serhiy.storchaka

#41285: memoryview does not support subclassing
https://bugs.python.org/issue41285  closed by skrah

#41286: Built-in platform module does not offer to check for processor
https://bugs.python.org/issue41286  closed by ammar2

#41288: Pickle crashes unpickling invalid NEWOBJ_EX opcode
https://bugs.python.org/issue41288  closed by ned.deily

#41289: '%' character in help= for argparse causes ValueError: incompl
https://bugs.python.org/issue41289  closed by Neil Godber

#41290: ipaddress module doesn't recognize 100.64.0.0/10 as a private 
https://bugs.python.org/issue41290  closed by SilentGhost

#41291: Race conditions when opening and deleting a file on Mac OS X
https://bugs.python.org/issue41291  closed by ned.deily

#41296: unittest.mock: patched mocks do not propagate calls to parent 
https://bugs.python.org/issue41296  closed by xtreak

#41301: Assignment operation of list is not working as expected
https://bugs.python.org/issue41301  closed by steven.daprano

#41302: _decimal failed to build with system libmpdec 2.5
https://bugs.python.org/issue41302  closed by skrah

#41304: [CVE-2020-15801] python 38 embed ignore python38._pth file on 
https://bugs.python.org/issue41304  closed by steve.dower

#41312: add !p to pprint.pformat() in str.format() an f-strings
https://bugs.python.org/issue41312  closed by rhettinger

#41313: sys.setrecursionlimit: OverflowError still raised when int lim
https://bugs.python.org/issue41313  closed by mark.dickinson

#41319: IDLE 3.8 can not save and run this file
https://bugs.python.org/issue41319  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/QY3Z4UKDLQUPFAIQ3O5Q4CVPBAZKRYN3/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to