ACTIVITY SUMMARY (2019-10-11 - 2019-10-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    7074 ( +6)
  closed 43195 (+61)
  total  50269 (+67)

Open issues with patches: 2806 


Issues opened (41)
==================

#22347: mimetypes.guess_type("//example.com") misinterprets host name 
https://bugs.python.org/issue22347  reopened by maxking

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856  reopened by serhiy.storchaka

#33604: HMAC default to MD5 marked as to be removed in 3.6
https://bugs.python.org/issue33604  reopened by rhettinger

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

#38454: test_listdir is failing on ubuntu with WSL
https://bugs.python.org/issue38454  opened by BTaskaya

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456  opened by gregory.p.smith

#38457: __package__ is None in __init__.py until an import is used
https://bugs.python.org/issue38457  opened by Yuval S

#38460: 3.8 Release Notes: document asyncio exception changes
https://bugs.python.org/issue38460  opened by srittau

#38465: The type of ob_exports in PyByteArrayObject become Py_ssize_t.
https://bugs.python.org/issue38465  opened by shihai1991

#38466: [Easy doc] threading.excepthook doc talks about "object"
https://bugs.python.org/issue38466  opened by srittau

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471  opened by primal

#38472: GCC detection in setup.py is broken
https://bugs.python.org/issue38472  opened by Alex Grund

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473  opened by xtreak

#38475: Break Statement
https://bugs.python.org/issue38475  opened by dev40573

#38476: test_multiprocessing_fork.test_terminate() failed on AMD64 Deb
https://bugs.python.org/issue38476  opened by vstinner

#38480: resource.setrlimit() should raise PermissionError
https://bugs.python.org/issue38480  opened by giampaolo.rodola

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482  opened by jamercee

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483  opened by cooperlees

#38484: HTMLParser.handle_starttag should mention that value can be No
https://bugs.python.org/issue38484  opened by srittau

#38485: BUG Modules/_io/texio.c
https://bugs.python.org/issue38485  opened by jamercee

#38486: Dead links in mailbox doc
https://bugs.python.org/issue38486  opened by inada.naoki

#38487: expat infinite loop
https://bugs.python.org/issue38487  opened by StyXman

#38488: Update bundled pip to 19.3
https://bugs.python.org/issue38488  opened by Xavier Fernandez

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490  opened by twolodzko

#38493: os.CLD_KILLED and os.CLD_STOPPED should be implemented
https://bugs.python.org/issue38493  opened by clintolsen

#38494: Add assert_not_called_with
https://bugs.python.org/issue38494  opened by valkheim

#38495: print built-in function docs bug
https://bugs.python.org/issue38495  opened by Alex Mashianov

#38497: Wrong argument name in documentation for pipes.Template.open
https://bugs.python.org/issue38497  opened by ilai

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500  opened by fabioz

#38501: multiprocessing.Pool hangs atexit (and garbage collection some
https://bugs.python.org/issue38501  opened by Eric Larson

#38502: regrtest: use process groups
https://bugs.python.org/issue38502  opened by vstinner

#38505: Mock.call_args and Mock.call_args_list not propagated to paren
https://bugs.python.org/issue38505  opened by Caris Moses

#38506: Launcher for Windows (py.exe) may rank Python 3.xx (in the fut
https://bugs.python.org/issue38506  opened by ynyyn

#38509: Insufficient description of relative imports in docs.python.or
https://bugs.python.org/issue38509  opened by Aniruddha Bhattacharjee

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510  opened by Chiu Speq

#38511: Multiprocessing does not work properly when using the trace mo
https://bugs.python.org/issue38511  opened by rls1004

#38512: bug of the v3.7 API document demo case code
https://bugs.python.org/issue38512  opened by zr22122

#38514: pathlib's mkdir documentation improvement
https://bugs.python.org/issue38514  opened by jlaurens

#38515: regrtest main process timed out after 5 min on AMD64 FreeBSD C
https://bugs.python.org/issue38515  opened by vstinner

#38516: PEP 3132 -- Extended Iterable Unpacking inconsistent assignmen
https://bugs.python.org/issue38516  opened by mjaquier

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517  opened by Ricardo Branco



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

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517

#38514: pathlib's mkdir documentation improvement
https://bugs.python.org/issue38514

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510

#38509: Insufficient description of relative imports in docs.python.or
https://bugs.python.org/issue38509

#38505: Mock.call_args and Mock.call_args_list not propagated to paren
https://bugs.python.org/issue38505

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

#38488: Update bundled pip to 19.3
https://bugs.python.org/issue38488

#38487: expat infinite loop
https://bugs.python.org/issue38487

#38486: Dead links in mailbox doc
https://bugs.python.org/issue38486

#38485: BUG Modules/_io/texio.c
https://bugs.python.org/issue38485

#38484: HTMLParser.handle_starttag should mention that value can be No
https://bugs.python.org/issue38484

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473

#38472: GCC detection in setup.py is broken
https://bugs.python.org/issue38472

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471



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

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510

#38502: regrtest: use process groups
https://bugs.python.org/issue38502

#38493: os.CLD_KILLED and os.CLD_STOPPED should be implemented
https://bugs.python.org/issue38493

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482

#38480: resource.setrlimit() should raise PermissionError
https://bugs.python.org/issue38480

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471

#38465: The type of ob_exports in PyByteArrayObject become Py_ssize_t.
https://bugs.python.org/issue38465

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456

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

#38449: regression - mimetypes guess_type is confused by ; in the file
https://bugs.python.org/issue38449

#38446: Ambiguous signature for builtins.__build_class__
https://bugs.python.org/issue38446



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

#38449: regression - mimetypes guess_type is confused by ; in the file
https://bugs.python.org/issue38449  16 msgs

#33604: HMAC default to MD5 marked as to be removed in 3.6
https://bugs.python.org/issue33604   6 msgs

#37224: test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224   6 msgs

#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759   6 msgs

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490   6 msgs

#22347: mimetypes.guess_type("//example.com") misinterprets host name 
https://bugs.python.org/issue22347   5 msgs

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410   5 msgs

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456   5 msgs

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482   5 msgs

#38502: regrtest: use process groups
https://bugs.python.org/issue38502   5 msgs



Issues closed (61)
==================

#6462: bsddb3 intermittent test failures
https://bugs.python.org/issue6462  closed by jcea

#18734: Berkeley DB versions 4.4-4.9 are not discovered by setup.py
https://bugs.python.org/issue18734  closed by jcea

#24302: Dead Code of Handler check in function faulthandler_fatal_erro
https://bugs.python.org/issue24302  closed by vstinner

#32758: Stack overflow when parse long expression to AST
https://bugs.python.org/issue32758  closed by serhiy.storchaka

#34508: return of non-parenthesized star-unpacking expression a Syntax
https://bugs.python.org/issue34508  closed by gvanrossum

#34688: Segfault in pandas that works fine on 3.7
https://bugs.python.org/issue34688  closed by xtreak

#34953: Implement `mmap.mmap.__repr__`
https://bugs.python.org/issue34953  closed by xiang.zhang

#35031: test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CU
https://bugs.python.org/issue35031  closed by vstinner

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274  closed by larry

#37431: test_asyncio: test_start_tls_server_1() failed on ARMv7 Debian
https://bugs.python.org/issue37431  closed by vstinner

#37587: JSON loads performance improvement for long strings
https://bugs.python.org/issue37587  closed by inada.naoki

#37731: Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h
https://bugs.python.org/issue37731  closed by pablogsal

#37961: Tracemalloc traces do not include original stack trace length
https://bugs.python.org/issue37961  closed by vstinner

#38112: Compileall improvements
https://bugs.python.org/issue38112  closed by vstinner

#38154: test__xxsubinterpreters: random failures on AMD64 FreeBSD CURR
https://bugs.python.org/issue38154  closed by vstinner

#38202: A fatal error in test_dictviews
https://bugs.python.org/issue38202  closed by serhiy.storchaka

#38282: socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of ge
https://bugs.python.org/issue38282  closed by vstinner

#38332: invalid content-transfer-encoding in encoded-word causes KeyEr
https://bugs.python.org/issue38332  closed by maxking

#38341: Add SMTPNotSupportedError in the exports of smtplib
https://bugs.python.org/issue38341  closed by maxking

#38344: activate.bat else needs to be on the same line as the if
https://bugs.python.org/issue38344  closed by lukasz.langa

#38355: ntpath.realpath() fails on sys.executable
https://bugs.python.org/issue38355  closed by lukasz.langa

#38359: pyw.exe opens console window in Windows 10
https://bugs.python.org/issue38359  closed by lukasz.langa

#38378: os.sendfile() has improperly named parameter
https://bugs.python.org/issue38378  closed by serhiy.storchaka

#38379: finalizer resurrection in gc
https://bugs.python.org/issue38379  closed by tim.peters

#38401: Make dataclass attribute docstrings accessible
https://bugs.python.org/issue38401  closed by taleinat

#38417: Add support for settting umask in subprocess children
https://bugs.python.org/issue38417  closed by gregory.p.smith

#38418: Audit event for os.system is incorrect
https://bugs.python.org/issue38418  closed by steve.dower

#38424: typing.Generator shorthand
https://bugs.python.org/issue38424  closed by levkivskyi

#38431: dataclasses.InitVar breaks with typing.Optional
https://bugs.python.org/issue38431  closed by serhiy.storchaka

#38436: Improved performance for list addition.
https://bugs.python.org/issue38436  closed by brandtbucher

#38450: 3.8 Release Notes: IDLE section dupe
https://bugs.python.org/issue38450  closed by ned.deily

#38451: Datetime definition does not work in function definition as li
https://bugs.python.org/issue38451  closed by terry.reedy

#38452: unittest setUpClass missing 1 required positional argument: 'c
https://bugs.python.org/issue38452  closed by zach.ware

#38455: ‘memset’ offset [17, 88] from the object at ‘addrbuf’ 
https://bugs.python.org/issue38455  closed by pablogsal

#38458: lists
https://bugs.python.org/issue38458  closed by pablogsal

#38459: typing: Classes that inherit `Generic[...]` indirectly aren't 
https://bugs.python.org/issue38459  closed by levkivskyi

#38461: 3.8 Release Notes: "curses" misspelled as "ncurses"
https://bugs.python.org/issue38461  closed by rhettinger

#38462: Typo (nam ing) in import system docs
https://bugs.python.org/issue38462  closed by eric.smith

#38463: 3.8 Release Notes: Link to SSLContext.post_handshake_auth miss
https://bugs.python.org/issue38463  closed by rhettinger

#38464: documentation for NormalDist.quantiles(): missing argument
https://bugs.python.org/issue38464  closed by rhettinger

#38467: Misspelled argument names for typing.get_origin and get_args
https://bugs.python.org/issue38467  closed by levkivskyi

#38468: Refactor python-config.in - use getvar()
https://bugs.python.org/issue38468  closed by nanjekyejoannah

#38469: PEP 572 : assignment expression to a global variable in a comp
https://bugs.python.org/issue38469  closed by pablogsal

#38470: test_compileall fails in AMD64 Windows7 SP1 3.x
https://bugs.python.org/issue38470  closed by vstinner

#38474: digit check logic can be replaced by Py_ISDIGIT on prepare_s
https://bugs.python.org/issue38474  closed by corona10

#38477: magiccube2x2 permutations 28% slower with Python 3.8.0rc1 vs 3
https://bugs.python.org/issue38477  closed by inada.naoki

#38478: inspect.signature.bind does not correctly handle keyword argum
https://bugs.python.org/issue38478  closed by pablogsal

#38479: Segmentation fault: 11 Python3.6 on Macbook
https://bugs.python.org/issue38479  closed by ned.deily

#38481: Class static property not static
https://bugs.python.org/issue38481  closed by eric.smith

#38489: Python 3.7 documentation is unavailable for download
https://bugs.python.org/issue38489  closed by ned.deily

#38491: Can not build Python 3.8.0 on Linux - missing dependencies
https://bugs.python.org/issue38491  closed by ned.deily

#38492: Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll
https://bugs.python.org/issue38492  closed by steve.dower

#38496: Python3 allows mixture of tabs and spaces for indentation
https://bugs.python.org/issue38496  closed by eric.smith

#38498: The expression '' in '' == '' is evaluated as True
https://bugs.python.org/issue38498  closed by kigawas

#38499: Add rmtree() to pathlib.Path
https://bugs.python.org/issue38499  closed by serhiy.storchaka

#38503: bug: string search can find \n, but can NEVER find \r
https://bugs.python.org/issue38503  closed by inada.naoki

#38504: Reduce the size of deb package
https://bugs.python.org/issue38504  closed by ned.deily

#38507: Improve the documentation of the nested list initialization
https://bugs.python.org/issue38507  closed by krnick

#38508: Tracing events anomaly when creating a multi-line list
https://bugs.python.org/issue38508  closed by fabioz

#38513: Should we maintain Jython related code?
https://bugs.python.org/issue38513  closed by vstinner

#38518: Pickle protocol 5 is not documented in the data-stream-format 
https://bugs.python.org/issue38518  closed by pablogsal
_______________________________________________
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/ZFVDFGF6VIIMIPB76PMER36QE2K5KYGO/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to