Mailing List Archive

1 2 3 4 5 6 7  View All
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-24 - 2020-01-31)
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 7300 (+15)
closed 43962 (+52)
total 51262 (+67)

Open issues with patches: 2858


Issues opened (56)
==================

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051 reopened by skip.montanaro

#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350 reopened by mark.dickinson

#39391: Nondeterministic Pydoc output on functions that have functions
https://bugs.python.org/issue39391 reopened by peteroupc

#39435: pickle: inconsistent arguments pickle.py vs _pickle.c vs docs
https://bugs.python.org/issue39435 reopened by pitrou

#39445: h5py not playing nicely with subprocess and mpirun
https://bugs.python.org/issue39445 opened by Rafael Laboissière

#39447: imaplib documentation claims that commands return a string, bu
https://bugs.python.org/issue39447 opened by dkg

#39448: Add regen-frozen makefile target
https://bugs.python.org/issue39448 opened by nascheme

#39450: unittest TestCase shortDescription does not strip whitespace
https://bugs.python.org/issue39450 opened by scirelli

#39451: enum.Enum reference count leaks
https://bugs.python.org/issue39451 opened by dan.gass@gmail.com

#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452 opened by maggyero

#39453: Use-after-free in list contain
https://bugs.python.org/issue39453 opened by corona10

#39454: when \\u in byte_string ,byte_string.decode('raw_unicode_escap
https://bugs.python.org/issue39454 opened by yayiba1223

#39456: Make IDLE calltip tests work when there are no docstrings
https://bugs.python.org/issue39456 opened by terry.reedy

#39457: Add an autocommit property to sqlite3.Connection with a PEP 24
https://bugs.python.org/issue39457 opened by maggyero

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460 opened by vstinner

#39461: [RFE] os.environ should support Path-like values, like subproc
https://bugs.python.org/issue39461 opened by Antony.Lee

#39462: DataClass typo-unsafe attribute creation & unexpected behaviou
https://bugs.python.org/issue39462 opened by marcelpvisser

#39463: ast.Constant, bytes, and ast.unparse
https://bugs.python.org/issue39463 opened by Tal Ben-Nun

#39464: Allow translating argparse error messages
https://bugs.python.org/issue39464 opened by DjMorgul

#39465: Design a subinterpreter friendly alternative to _Py_IDENTIFIER
https://bugs.python.org/issue39465 opened by ncoghlan

#39467: Allow to deprecate CLI arguments in argparse
https://bugs.python.org/issue39467 opened by 4383

#39468: Improved the site module's permission handling while writing .
https://bugs.python.org/issue39468 opened by opensource-assist

#39469: Support for relative home path in pyvenv.cfg
https://bugs.python.org/issue39469 opened by Jeff.Edwards

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

#39471: Meaning and clarification of PyBuffer_Release()
https://bugs.python.org/issue39471 opened by seberg

#39472: IDLE: improve handling of int entry in settings dialog
https://bugs.python.org/issue39472 opened by terry.reedy

#39473: Enable import behavior consistency option
https://bugs.python.org/issue39473 opened by bluelantern

#39474: col_offset for parenthesized expressions looks weird
https://bugs.python.org/issue39474 opened by BTaskaya

#39475: window.getmaxyx() doesn't return updated height when window is
https://bugs.python.org/issue39475 opened by nova

#39477: multiprocessing Pool maxtasksperchild=0 raises exception with
https://bugs.python.org/issue39477 opened by jeyekomon

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 opened by Ananthakrishnan

#39480: referendum reference is needlessly annoying
https://bugs.python.org/issue39480 opened by diziet

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 opened by gvanrossum

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482 opened by opoplawski

#39483: Proposial add loop parametr to run in asyncio
https://bugs.python.org/issue39483 opened by heckad

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484 opened by vxgmichel

#39486: bug in %-formatting in Python, related to escaped %-characters
https://bugs.python.org/issue39486 opened by Carl.Friedrich.Bolz

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488 opened by vstinner

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489 opened by vstinner

#39490: Python Uninstaller fails to clean up the old path variables wh
https://bugs.python.org/issue39490 opened by brucelong

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491 opened by jstasiak

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492 opened by pierreglaser

#39495: xml.etree.ElementTree.TreeBuilder.start differs between pure P
https://bugs.python.org/issue39495 opened by hauntsaninja

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496 opened by alex.henrie

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498 opened by anthonypjshaw

#39500: Document PyUnicode_IsIdentifier() function
https://bugs.python.org/issue39500 opened by vstinner

#39501: gettext's default localedir does not match documentation
https://bugs.python.org/issue39501 opened by moht

#39502: test_zipfile fails on AIX due to time.localtime
https://bugs.python.org/issue39502 opened by EGuesnet

#39503: [security][CVE-2020-8492] Denial of service in urllib.request.
https://bugs.python.org/issue39503 opened by vstinner

#39504: inspect.signature throws RuntimeError on select.epoll.register
https://bugs.python.org/issue39504 opened by hauntsaninja

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505 opened by Schwarzichet

#39507: http library missing HTTP status code 418 "I'm a teapot"
https://bugs.python.org/issue39507 opened by trrhodes

#39508: no module curses error although i downloaded the module - wind
https://bugs.python.org/issue39508 opened by haim986

#39509: Update HTTP status code to follow IANA
https://bugs.python.org/issue39509 opened by corona10

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510 opened by phg

#39511: [subinterpreters] Per-interpreter singletons (None, True, Fals
https://bugs.python.org/issue39511 opened by vstinner



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

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510

#39508: no module curses error although i downloaded the module - wind
https://bugs.python.org/issue39508

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505

#39504: inspect.signature throws RuntimeError on select.epoll.register
https://bugs.python.org/issue39504

#39501: gettext's default localedir does not match documentation
https://bugs.python.org/issue39501

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491

#39490: Python Uninstaller fails to clean up the old path variables wh
https://bugs.python.org/issue39490

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481

#39477: multiprocessing Pool maxtasksperchild=0 raises exception with
https://bugs.python.org/issue39477

#39475: window.getmaxyx() doesn't return updated height when window is
https://bugs.python.org/issue39475



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

#39511: [subinterpreters] Per-interpreter singletons (None, True, Fals
https://bugs.python.org/issue39511

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510

#39509: Update HTTP status code to follow IANA
https://bugs.python.org/issue39509

#39507: http library missing HTTP status code 418 "I'm a teapot"
https://bugs.python.org/issue39507

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505

#39503: [security][CVE-2020-8492] Denial of service in urllib.request.
https://bugs.python.org/issue39503

#39502: test_zipfile fails on AIX due to time.localtime
https://bugs.python.org/issue39502

#39500: Document PyUnicode_IsIdentifier() function
https://bugs.python.org/issue39500

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496

#39495: xml.etree.ElementTree.TreeBuilder.start differs between pure P
https://bugs.python.org/issue39495

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488



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

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460 36 msgs

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 22 msgs

#39461: [RFE] os.environ should support Path-like values, like subproc
https://bugs.python.org/issue39461 18 msgs

#39502: test_zipfile fails on AIX due to time.localtime
https://bugs.python.org/issue39502 14 msgs

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489 9 msgs

#39430: tarfile.open(mode="r") race condition when importing lzma
https://bugs.python.org/issue39430 8 msgs

#39483: Proposial add loop parametr to run in asyncio
https://bugs.python.org/issue39483 7 msgs

#18233: SSLSocket.getpeercertchain()
https://bugs.python.org/issue18233 5 msgs

#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792 5 msgs

#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380 5 msgs



Issues closed (50)
==================

#11549: Build-out an AST optimizer, moving some functionality out of t
https://bugs.python.org/issue11549 closed by rhettinger

#13306: Add diagnostic tools to importlib?
https://bugs.python.org/issue13306 closed by brett.cannon

#14715: test.support.DirsOnSysPath should be replaced by importlib.tes
https://bugs.python.org/issue14715 closed by eric.smith

#15243: Misleading documentation for __prepare__
https://bugs.python.org/issue15243 closed by berker.peksag

#24928: mock.patch.dict spoils order of items in collections.OrderedDi
https://bugs.python.org/issue24928 closed by rhettinger

#25597: unittest.mock does not wrap dunder methods (__getitem__ etc)
https://bugs.python.org/issue25597 closed by xtreak

#30780: IDLE: configdialog - add tests for ConfigDialog GUI.
https://bugs.python.org/issue30780 closed by terry.reedy

#31414: IDLE: Entry tests should delete before insert.
https://bugs.python.org/issue31414 closed by terry.reedy

#33339: Using default encoding with `subprocess.run()` is not obvious
https://bugs.python.org/issue33339 closed by eryksun

#34095: [2.7] Seg fault on archlinux 32 when run tests with xvfb-run
https://bugs.python.org/issue34095 closed by benjamin.peterson

#36350: inspect.Signature.parameters and inspect.BoundArguments.argume
https://bugs.python.org/issue36350 closed by inada.naoki

#36654: Add example to tokenize.tokenize
https://bugs.python.org/issue36654 closed by berker.peksag

#37955: mock.patch incorrect reference to Mock
https://bugs.python.org/issue37955 closed by cjw296

#38350: ./configure --with-pydebug should use -O0 rather than -Og
https://bugs.python.org/issue38350 closed by vstinner

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

#38631: Replace Py_FatalError() with regular Python exceptions
https://bugs.python.org/issue38631 closed by vstinner

#38797: x86-64 High Sierra 3.x buildbot worker fails to build Python:
https://bugs.python.org/issue38797 closed by vstinner

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

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to
https://bugs.python.org/issue38932 closed by cjw296

#39082: AsyncMock is unable to correctly patch static or class methods
https://bugs.python.org/issue39082 closed by cjw296

#39153: Clarify refcounting semantics of PyDict_SetItem[String]
https://bugs.python.org/issue39153 closed by corona10

#39165: Completeness and symmetry in RE, avoid `findall(...)[0]`
https://bugs.python.org/issue39165 closed by rhettinger

#39248: test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py
https://bugs.python.org/issue39248 closed by vstinner

#39287: Document UTF-8 mode in the using/windows.
https://bugs.python.org/issue39287 closed by inada.naoki

#39309: Please delete my account
https://bugs.python.org/issue39309 closed by berker.peksag

#39374: Key in sort -> Callable Object instead of function
https://bugs.python.org/issue39374 closed by rhettinger

#39388: IDLE: Changes to keybindings aren't reverted on cancel
https://bugs.python.org/issue39388 closed by terry.reedy

#39390: shutil.copytree - 3.8 changed argument types of the ignore cal
https://bugs.python.org/issue39390 closed by giampaolo.rodola

#39392: Python Turtle is not filling alternate overlapping areas of a
https://bugs.python.org/issue39392 closed by terry.reedy

#39393: Misleading error message upon dependent DLL resolution failure
https://bugs.python.org/issue39393 closed by steve.dower

#39401: [CVE-2020-8315] Unsafe dll loading in getpathp.c on Win7
https://bugs.python.org/issue39401 closed by ned.deily

#39424: [easy] test_signal: test_pidfd_send_signal() uses deprecated a
https://bugs.python.org/issue39424 closed by serhiy.storchaka

#39434: Remove unnecessary logic of float __floordiv__
https://bugs.python.org/issue39434 closed by mark.dickinson

#39443: Inhomogeneous behaviour for descriptors in between the class-i
https://bugs.python.org/issue39443 closed by rhettinger

#39444: Incorrect description of sorting for PrettyPrinter
https://bugs.python.org/issue39444 closed by steven.daprano

#39446: Documentation should reflect that all dicts are now ordered
https://bugs.python.org/issue39446 closed by rhettinger

#39449: New Assignment operator
https://bugs.python.org/issue39449 closed by SilentGhost

#39455: Update the documentation for the linecache module
https://bugs.python.org/issue39455 closed by opensource-assist

#39458: Multiprocessing.Pool maxtasksperchild=1 doesn't work
https://bugs.python.org/issue39458 closed by Gabriel Tardif

#39459: test_import: test_unwritable_module() fails on AMD64 Fedora St
https://bugs.python.org/issue39459 closed by dino.viehland

#39466: Spam
https://bugs.python.org/issue39466 closed by xtreak

#39476: Not convinced with the dynamic data type assignment
https://bugs.python.org/issue39476 closed by steven.daprano

#39478: can we add a median function
https://bugs.python.org/issue39478 closed by vstinner

#39485: Bug in mock running on PyPy3
https://bugs.python.org/issue39485 closed by cjw296

#39487: Merge duplicated _Py_IDENTIFIER identifiers in C code
https://bugs.python.org/issue39487 closed by ncoghlan

#39493: typing.py has an incorrect definition of closed
https://bugs.python.org/issue39493 closed by gvanrossum

#39494: Extra null terminators in keyword arrays in sqlite module
https://bugs.python.org/issue39494 closed by berker.peksag

#39497: Unused variable script_str in pysqlite_cursor_executescript
https://bugs.python.org/issue39497 closed by berker.peksag

#39499: ValueError using index on tuple is not showing the tuple value
https://bugs.python.org/issue39499 closed by xtreak

#39506: operator |= on sets does not behave like the update method
https://bugs.python.org/issue39506 closed by ammar2
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-31 - 2020-02-07)
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 7288 (-12)
closed 44042 (+80)
total 51330 (+68)

Open issues with patches: 2864


Issues opened (43)
==================

#39512: expat parser not xml 1.1 (breaks xmlrpclib) - still
https://bugs.python.org/issue39512 opened by mforkel

#39513: NameError: name 'open' is not defined
https://bugs.python.org/issue39513 opened by Sandeep

#39517: runpy calls open_code with Path object
https://bugs.python.org/issue39517 opened by Tomas Ravinskas

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520 opened by BTaskaya

#39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows
https://bugs.python.org/issue39521 opened by Stefan Pochmann

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522 opened by BTaskaya

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523 opened by alex.henrie

#39524: Escape sequences in doc string of ast._pad_whitespace
https://bugs.python.org/issue39524 opened by mpheath

#39529: Deprecate get_event_loop()
https://bugs.python.org/issue39529 opened by asvetlov

#39530: Documentation about comparisons between numeric types is misle
https://bugs.python.org/issue39530 opened by mark.dickinson

#39531: Memory Leak in multiprocessing.Pool()
https://bugs.python.org/issue39531 opened by EMO

#39532: Pathlib: handling of `.` in paths and patterns creates unmatch
https://bugs.python.org/issue39532 opened by Isaac Muse

#39533: Use `statx(2)` system call on Linux for extended `os.stat` inf
https://bugs.python.org/issue39533 opened by ntninja

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534 opened by mdk

#39535: multiprocessing.Process file descriptor resource leak
https://bugs.python.org/issue39535 opened by Robert Pierce

#39537: Change line number table format
https://bugs.python.org/issue39537 opened by Mark.Shannon

#39538: SystemError when set Element.attrib to non-dict
https://bugs.python.org/issue39538 opened by serhiy.storchaka

#39539: Improve Keccak support in hashlib including KangarooTwelve
https://bugs.python.org/issue39539 opened by gvanas

#39540: Logging docs don't address the creation of multiple loggers wh
https://bugs.python.org/issue39540 opened by flipdazed

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541 opened by vstinner

#39544: Pathlib PureWindowsPath sorting incorrect (is not natural sort
https://bugs.python.org/issue39544 opened by tegavu

#39545: await is not supported in f-string in 3.6
https://bugs.python.org/issue39545 opened by serhiy.storchaka

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546 opened by kyleam

#39547: hmac.new() default parameter change not mentioned in changelog
https://bugs.python.org/issue39547 opened by wbond

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548 opened by Stephen Balousek

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549 opened by fish2000

#39550: isinstance accepts subtypes of tuples as second argument
https://bugs.python.org/issue39550 opened by ewjoachim

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551 opened by dino.viehland

#39557: ThreadPoolExecutor is busy-waiting when idle.
https://bugs.python.org/issue39557 opened by Avraham Mahfuda

#39560: PyUnicode_FromKindAndData kind transformation is not documente
https://bugs.python.org/issue39560 opened by smola

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 opened by jack1142

#39565: Modules/signalmodule.c creates handlers for signals bounded by
https://bugs.python.org/issue39565 opened by ngie

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567 opened by serhiy.storchaka

#39569: Is the return value of pathlib.Path.glob() sorted?
https://bugs.python.org/issue39569 opened by Björn.Lindqvist

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570 opened by UltraLutra

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572 opened by brett.cannon

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 opened by vstinner

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574 opened by kcirtsew

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575 opened by MaskRay

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 opened by tim.peters

#39577: venv --prompt argument is ignored
https://bugs.python.org/issue39577 opened by andream

#39578: MagicMock specialisation instance can no longer be passed to n
https://bugs.python.org/issue39578 opened by Frank Harrison

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579 opened by lys.nikolaou



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

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567

#39565: Modules/signalmodule.c creates handlers for signals bounded by
https://bugs.python.org/issue39565

#39560: PyUnicode_FromKindAndData kind transformation is not documente
https://bugs.python.org/issue39560

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548

#39547: hmac.new() default parameter change not mentioned in changelog
https://bugs.python.org/issue39547

#39533: Use `statx(2)` system call on Linux for extended `os.stat` inf
https://bugs.python.org/issue39533

#39531: Memory Leak in multiprocessing.Pool()
https://bugs.python.org/issue39531

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520



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

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541

#39537: Change line number table format
https://bugs.python.org/issue39537

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534

#39524: Escape sequences in doc string of ast._pad_whitespace
https://bugs.python.org/issue39524

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520



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

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484 20 msgs

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 18 msgs

#39511: [subinterpreters] Per-interpreter singletons (None, True, Fals
https://bugs.python.org/issue39511 16 msgs

#39020: [AIX] module _curses fails to build since ESCDELAY has been ad
https://bugs.python.org/issue39020 8 msgs

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 8 msgs

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432 7 msgs

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 7 msgs

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551 6 msgs

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574 6 msgs

#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350 5 msgs



Issues closed (75)
==================

#14149: argparse: Document how to use argument names that are not Pyth
https://bugs.python.org/issue14149 closed by rhettinger

#16651: Find out what stdlib modules lack a pure Python implementation
https://bugs.python.org/issue16651 closed by rhettinger

#28290: BETA report: Python-3.6 build messages to stderr: AIX and "not
https://bugs.python.org/issue28290 closed by Michael.Felt

#28901: Windows: document that site is not imported by default by embe
https://bugs.python.org/issue28901 closed by steve.dower

#32542: memory not freed, aka memory leak continues...
https://bugs.python.org/issue32542 closed by Michael.Felt

#33698: `._pth` does not allow to populate `sys.path` with empty entry
https://bugs.python.org/issue33698 closed by steve.dower

#34793: Remove support for "with (await asyncio.lock):"
https://bugs.python.org/issue34793 closed by asvetlov

#34841: Script’s directory not in sys.path with embeddable Windows d
https://bugs.python.org/issue34841 closed by steve.dower

#35760: test_asyncio: test_async_gen_asyncio_gc_aclose_09() race condi
https://bugs.python.org/issue35760 closed by vstinner

#36034: Suprise halt caused by -Werror=implicit-function-declaration i
https://bugs.python.org/issue36034 closed by Michael.Felt

#36339: test_ttk_guionly: test_traversal() fails randomly on AMD64 Win
https://bugs.python.org/issue36339 closed by vstinner

#36632: test_multiprocessing_forkserver: test_rapid_restart() leaked a
https://bugs.python.org/issue36632 closed by vstinner

#37025: Misleading error message "Python failed to load the default ac
https://bugs.python.org/issue37025 closed by steve.dower

#37088: Add a way to schedule a function to be called from the main th
https://bugs.python.org/issue37088 closed by vstinner

#37155: test_asyncio: test_stdin_broken_pipe() failed on AMD64 FreeBSD
https://bugs.python.org/issue37155 closed by vstinner

#37338: test_multiprocessing_forkserver, SemLock: test_thousand() logg
https://bugs.python.org/issue37338 closed by vstinner

#37368: test_asyncio: test_create_server_ssl_match_failed() failed on
https://bugs.python.org/issue37368 closed by vstinner

#37413: Deprecate sys._enablelegacywindowsfsencoding()
https://bugs.python.org/issue37413 closed by vstinner

#37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi
https://bugs.python.org/issue37928 closed by vstinner

#38149: sys.audit() is called multiple times for glob.glob()
https://bugs.python.org/issue38149 closed by serhiy.storchaka

#38182: test_asyncio: SubprocessMultiLoopWatcherTests.test_stdin_stdou
https://bugs.python.org/issue38182 closed by vstinner

#38184: test_site: test_s_option() failed on AMD64 Fedora Rawhide Refl
https://bugs.python.org/issue38184 closed by vstinner

#38207: subprocess: Popen.kill() + Popen.communicate() is blocking unt
https://bugs.python.org/issue38207 closed by vstinner

#38276: test_asyncio: test_cancel_make_subprocess_transport_exec() fai
https://bugs.python.org/issue38276 closed by vstinner

#38338: [2.7] test_ssl: test_protocol_sslv23() and test_protocol_tlsv1
https://bugs.python.org/issue38338 closed by vstinner

#38447: test_multiprocessing_spawn: Dangling processes: {<SpawnProcess
https://bugs.python.org/issue38447 closed by vstinner

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

#38578: test_concurrent_futures failed on AMD64 FreeBSD Shared 3.8
https://bugs.python.org/issue38578 closed by vstinner

#38699: socket: change listen() default backlog from 128 to 4096?
https://bugs.python.org/issue38699 closed by vstinner

#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795 closed by vstinner

#38796: test_multiprocessing_forkserver: test_mymanager_context() fail
https://bugs.python.org/issue38796 closed by vstinner

#39005: test_faulthandler: test_dump_traceback_later_file() fails rand
https://bugs.python.org/issue39005 closed by vstinner

#39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor
https://bugs.python.org/issue39014 closed by vstinner

#39185: Add quiet and detailed verbosity levels to build.bat
https://bugs.python.org/issue39185 closed by steve.dower

#39238: test_asyncio: test_cancel_make_subprocess_transport_exec() han
https://bugs.python.org/issue39238 closed by vstinner

#39266: [2.7] test_bsddb3 leaked [1, 1, 1] file descriptors on AMD64 R
https://bugs.python.org/issue39266 closed by vstinner

#39268: test_asyncio: test_create_server_ssl_verified() failed on AMD6
https://bugs.python.org/issue39268 closed by vstinner

#39274: Conversion from fractions.Fraction to bool
https://bugs.python.org/issue39274 closed by vstinner

#39279: Don't allow non-Ascii digits in platform.py
https://bugs.python.org/issue39279 closed by steve.dower

#39349: Add "cancel_futures" parameter to concurrent.futures.Executor.
https://bugs.python.org/issue39349 closed by pitrou

#39384: Email parser creates a message object that can't be flattened
https://bugs.python.org/issue39384 closed by msapiro

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460 closed by vstinner

#39480: referendum reference is needlessly annoying
https://bugs.python.org/issue39480 closed by rhettinger

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488 closed by vstinner

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489 closed by vstinner

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491 closed by jstasiak

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492 closed by pitrou

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496 closed by berker.peksag

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505 closed by vinay.sajip

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510 closed by benjamin.peterson

#39514: http://sphinx.pocoo.org/
https://bugs.python.org/issue39514 closed by berker.peksag

#39515: pathlib won't strip "\n" in path
https://bugs.python.org/issue39515 closed by ??

#39516: ++ does not throw a SyntaxError
https://bugs.python.org/issue39516 closed by steven.daprano

#39518: Dark theme property of useragent should be supported for docs.
https://bugs.python.org/issue39518 closed by xtreak

#39519: Can't upgrade pip version 19.3.1 to 20.0.2 on Python 3.7.4
https://bugs.python.org/issue39519 closed by SilentGhost

#39525: math.remainder() give wrong answer on large integer
https://bugs.python.org/issue39525 closed by steven.daprano

#39526: print(text1.get(1.2,1.5))
https://bugs.python.org/issue39526 closed by SilentGhost

#39527: Update doc of argparse.rst
https://bugs.python.org/issue39527 closed by rhettinger

#39528: add "
https://bugs.python.org/issue39528 closed by SilentGhost

#39536: Datetime strftime: %Y exports years < 1000 with 3 digits inste
https://bugs.python.org/issue39536 closed by mark.dickinson

#39542: Cleanup object.h header
https://bugs.python.org/issue39542 closed by vstinner

#39543: Remove unused _Py_Dealloc() macro
https://bugs.python.org/issue39543 closed by vstinner

#39552: shell scripts use legacy
https://bugs.python.org/issue39552 closed by skrah

#39553: Delete HAVE_SXS protected code
https://bugs.python.org/issue39553 closed by steve.dower

#39554: @functools.lru_cache() not respecting typed=False
https://bugs.python.org/issue39554 closed by rhettinger

#39555: test_distutils fails for Windows debug build
https://bugs.python.org/issue39555 closed by steve.dower

#39556: Different objects of the same class references the same dictio
https://bugs.python.org/issue39556 closed by ammar2

#39558: Implement __len__() for itertools.combinations
https://bugs.python.org/issue39558 closed by rhettinger

#39559: uuid.getnode() has unused argument
https://bugs.python.org/issue39559 closed by serhiy.storchaka

#39561: AMD64 Fedora Rawhide LTO + PGO 3.x: "checking for getaddrinfo.
https://bugs.python.org/issue39561 closed by vstinner

#39563: asyncio.Protocol on windows 10 x64
https://bugs.python.org/issue39563 closed by hsocarras

#39564: Parsed expression has wrong col_offset when concatenating f-st
https://bugs.python.org/issue39564 closed by eric.smith

#39566: inspect.Signature.__init__ asks for parameters as dict but tre
https://bugs.python.org/issue39566 closed by xtreak

#39568: FORMATTING grouping_option ValueError: Cannot specify ',' with
https://bugs.python.org/issue39568 closed by eric.smith

#39571: clang warns "warning: redefinition of typedef 'PyTypeObject' i
https://bugs.python.org/issue39571 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-07 - 2020-02-14)
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 7277 (-11)
closed 44107 (+65)
total 51384 (+54)

Open issues with patches: 2861


Issues opened (35)
==================

#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
https://bugs.python.org/issue5537 reopened by vstinner

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324 reopened by eryksun

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567 reopened by serhiy.storchaka

#39580: Check for COMMAND_LINE_INSTALL variable in Python_Documentatio
https://bugs.python.org/issue39580 opened by flammable

#39582: ossaudiodev update helpers signature
https://bugs.python.org/issue39582 opened by devnexen

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583 opened by skip.montanaro

#39584: multiprocessing.shared_memory: MacOS crashes by running attach
https://bugs.python.org/issue39584 opened by vinay0410

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585 opened by shihai1991

#39587: Mixin repr overrides Enum repr in some cases
https://bugs.python.org/issue39587 opened by rmccampbell7

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589 opened by sbrugman

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593 opened by shihai1991

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599 opened by jd

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601 opened by jitterman

#39602: importlib: lazy loading can result in reimporting a submodule
https://bugs.python.org/issue39602 opened by Pox TheGreat

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603 opened by maxpl0it

#39604: Document PyDateTimeAPI / PyDateTime_CAPI struct
https://bugs.python.org/issue39604 opened by p-ganssle

#39607: Add a parameter to strip, lstrip, and rstrip that treats the f
https://bugs.python.org/issue39607 opened by Chris Rogers

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609 opened by Markus Mohrhard

#39610: memoryview.__len__ should raise an exception for 0d buffers
https://bugs.python.org/issue39610 opened by Eric Wieser

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611 opened by vstinner

#39612: Python UnicodeDecodeError while using modulefinder
https://bugs.python.org/issue39612 opened by ArtOfCode Studio

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613 opened by arturhoo

#39614: Documentation of attribute reference is unclear
https://bugs.python.org/issue39614 opened by Dirk Herrmann

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616 opened by scop

#39617: max_workers argument to concurrent.futures.ProcessPoolExecutor
https://bugs.python.org/issue39617 opened by sam-s

#39618: logger.exception with default message
https://bugs.python.org/issue39618 opened by Denis Vieira

#39620: PyObject_GetAttrString and tp_getattr do not agree
https://bugs.python.org/issue39620 opened by petdance

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622 opened by Zhibin Dong

#39623: __str__ and __repr__ for asyncio.Task still omit arg values
https://bugs.python.org/issue39623 opened by stuball123

#39624: Trace greedy replaces $prefix and $exec_prefix
https://bugs.python.org/issue39624 opened by mathstuf

#39625: Traceback needs more details
https://bugs.python.org/issue39625 opened by Andrew Wall

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628 opened by falon

#39631: Fix file association MIME type on Windows
https://bugs.python.org/issue39631 opened by steve.dower

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632 opened by Nicolas Dessart

#39633: venv does not include python<major>.<minor> symlink by default
https://bugs.python.org/issue39633 opened by lys.nikolaou



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

#39633: venv does not include python<major>.<minor> symlink by default
https://bugs.python.org/issue39633

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628

#39625: Traceback needs more details
https://bugs.python.org/issue39625

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622

#39618: logger.exception with default message
https://bugs.python.org/issue39618

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616

#39614: Documentation of attribute reference is unclear
https://bugs.python.org/issue39614

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613

#39612: Python UnicodeDecodeError while using modulefinder
https://bugs.python.org/issue39612

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609

#39604: Document PyDateTimeAPI / PyDateTime_CAPI struct
https://bugs.python.org/issue39604

#39602: importlib: lazy loading can result in reimporting a submodule
https://bugs.python.org/issue39602

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589



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

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616

#39610: memoryview.__len__ should raise an exception for 0d buffers
https://bugs.python.org/issue39610

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549



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

#1294959: Problems with /usr/lib64 builds.
https://bugs.python.org/issue1294959 20 msgs

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 15 msgs

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601 12 msgs

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484 9 msgs

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599 9 msgs

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324 5 msgs

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603 5 msgs

#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
https://bugs.python.org/issue5537 4 msgs

#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011 4 msgs

#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090 4 msgs



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

#13826: Having a shlex example in the subprocess.Popen docs is confusi
https://bugs.python.org/issue13826 closed by gvanrossum

#15976: Inconsistent behavior of search_for_exec_prefix() results in s
https://bugs.python.org/issue15976 closed by vstinner

#16529: Compiler error when trying to compile ceval.c on OpenSUSE 11.3
https://bugs.python.org/issue16529 closed by vstinner

#16776: Document PyCFunction_New and PyCFunction_NewEx functions
https://bugs.python.org/issue16776 closed by gvanrossum

#18092: Python 2.7.5 installation broken on OpenSuse 12.2
https://bugs.python.org/issue18092 closed by vstinner

#18819: tarfile fills devmajor and devminor fields even for non-device
https://bugs.python.org/issue18819 closed by ethan.furman

#19482: _pickle build warnings on Fedora 19
https://bugs.python.org/issue19482 closed by vstinner

#20265: Bring Windows docs up to date
https://bugs.python.org/issue20265 closed by Mariatta

#21016: trace: $prefix and $exec_prefix improperly replaced on Fedora
https://bugs.python.org/issue21016 closed by vstinner

#21998: asyncio: support fork
https://bugs.python.org/issue21998 closed by vstinner

#25753: Reference leaks in test_smtplib
https://bugs.python.org/issue25753 closed by corona10

#32897: test_gdb failed on Fedora 27
https://bugs.python.org/issue32897 closed by vstinner

#34032: Add platlibdir to allow distinction between /usr/lib and /usr/
https://bugs.python.org/issue34032 closed by vstinner

#34592: cdll.LoadLibrary allows None as an argument
https://bugs.python.org/issue34592 closed by vstinner

#35318: Check accuracy of str() doc string for its encoding argument
https://bugs.python.org/issue35318 closed by martin.panter

#35361: Update libffi dependency to 3.2.1?
https://bugs.python.org/issue35361 closed by vstinner

#35501: "make coverage" should not leak coverage compiler flags to thi
https://bugs.python.org/issue35501 closed by vstinner

#36194: Add "make regen-configure"
https://bugs.python.org/issue36194 closed by vstinner

#36273: test_thread leaks a core dump on PPC64 AIX 3.x
https://bugs.python.org/issue36273 closed by vstinner

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685 closed by serhiy.storchaka

#38063: Modify test_socket.py to use unittest test discovery
https://bugs.python.org/issue38063 closed by vstinner

#38180: Test pyexpat fails on Fedora 30
https://bugs.python.org/issue38180 closed by vstinner

#38325: [Windows] test_winconsoleio failures
https://bugs.python.org/issue38325 closed by vstinner

#38374: Remove weakref.ReferenceError entry from documentation
https://bugs.python.org/issue38374 closed by gvanrossum

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

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

#39150: See if PyToken_OneChar would be faster as a lookup table
https://bugs.python.org/issue39150 closed by petdance

#39219: Fix attributes of syntax errors raized in the tokenizer
https://bugs.python.org/issue39219 closed by serhiy.storchaka

#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299 closed by xtreak

#39341: [security] zipfile: ZIP Bomb vulnerability, don't check announ
https://bugs.python.org/issue39341 closed by vstinner

#39474: col_offset for parenthesized expressions looks weird
https://bugs.python.org/issue39474 closed by gvanrossum

#39500: Document PyUnicode_IsIdentifier() function
https://bugs.python.org/issue39500 closed by vstinner

#39501: gettext's default localedir does not match documentation
https://bugs.python.org/issue39501 closed by gvanrossum

#39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows
https://bugs.python.org/issue39521 closed by vstinner

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534 closed by mdk

#39545: await is not supported in f-string in 3.6
https://bugs.python.org/issue39545 closed by ned.deily

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575 closed by benjamin.peterson

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579 closed by gvanrossum

#39581: Python Interpreter Doesn't Work Well In Thread Class
https://bugs.python.org/issue39581 closed by mark.dickinson

#39586: Deprecate bdist_msi: use bdist_wheel instead
https://bugs.python.org/issue39586 closed by vstinner

#39588: Use memcpy() instead of for() loops in _PyUnicode_To*
https://bugs.python.org/issue39588 closed by rhettinger

#39590: collections.deque.__contains__ and .count should hold strong r
https://bugs.python.org/issue39590 closed by rhettinger

#39591: Functions in Python/traceback.c can take const pointer argumen
https://bugs.python.org/issue39591 closed by serhiy.storchaka

#39592: Year not updated at python.org
https://bugs.python.org/issue39592 closed by ammar2

#39594: Typo in documentation for os.times
https://bugs.python.org/issue39594 closed by Mariatta

#39595: Improve performance of importlib.metadata and zipfile.Path
https://bugs.python.org/issue39595 closed by jaraco

#39596: reverse parameter for enumerate()
https://bugs.python.org/issue39596 closed by eric.smith

#39597: sorting the String
https://bugs.python.org/issue39597 closed by ronaldoussoren

#39598: ERR_CACHE_MISS
https://bugs.python.org/issue39598 closed by xtreak

#39600: idle_test: test_fontlist_key() fails if two font families have
https://bugs.python.org/issue39600 closed by terry.reedy

#39605: Fix some casts to not cast away const
https://bugs.python.org/issue39605 closed by benjamin.peterson

#39606: Regression: it should be possible to close async iterators mul
https://bugs.python.org/issue39606 closed by njs

#39608: Bug in lots of 0s
https://bugs.python.org/issue39608 closed by steven.daprano

#39615: cpython/abstract.h not compatible with C90
https://bugs.python.org/issue39615 closed by benjamin.peterson

#39619: os.chroot is not enabled on HP-UX builds
https://bugs.python.org/issue39619 closed by benjamin.peterson

#39621: md5_compress() in Modules/md5module.c can take a const buf
https://bugs.python.org/issue39621 closed by benjamin.peterson

#39626: random choice to delegate to sample on sets
https://bugs.python.org/issue39626 closed by rhettinger

#39627: Fix TypedDict totality check for inherited keys
https://bugs.python.org/issue39627 closed by gvanrossum

#39629: inspect.signature fails on math.hypot
https://bugs.python.org/issue39629 closed by rhettinger

#39630: Const some pointers to string literals
https://bugs.python.org/issue39630 closed by benjamin.peterson

#858809: Use directories from configure rather than hardcoded
https://bugs.python.org/issue858809 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-14 - 2020-02-21)
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 7315 (+38)
closed 44150 (+43)
total 51465 (+81)

Open issues with patches: 2874


Issues opened (62)
==================

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691 reopened by vstinner

#39636: Can't change Treeview row color in Tkinter
https://bugs.python.org/issue39636 opened by ???? ??????

#39638: Keep ASDL signatures for AST nodes
https://bugs.python.org/issue39638 opened by BTaskaya

#39639: Remove Suite node from AST
https://bugs.python.org/issue39639 opened by BTaskaya

#39640: fall back os.fdatasync() to fsync() on POSIX systems without f
https://bugs.python.org/issue39640 opened by gmelikov

#39642: Behaviour of disabled widgets: widget.bind(func) -vs- w =
https://bugs.python.org/issue39642 opened by mrshr3d

#39643: Python calls newfstatat for "<frozen importlib._bootstrap>" in
https://bugs.python.org/issue39643 opened by Ivan Babrou

#39645: Expand concurrent.futures.Future's public API
https://bugs.python.org/issue39645 opened by aeros

#39648: Update math.gcd() to accept "n" arguments.
https://bugs.python.org/issue39648 opened by Ananthakrishnan

#39649: bdb.Bdb.format_stack_entry: checks for obsolete __args__
https://bugs.python.org/issue39649 opened by blueyed

#39650: Creating zip file where names in local header don't match with
https://bugs.python.org/issue39650 opened by pmqs

#39651: Exceptions raised by EventLoop.call_soon_threadsafe
https://bugs.python.org/issue39651 opened by Ben.Darnell

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652 opened by simonw

#39653: test_posix fails during make test
https://bugs.python.org/issue39653 opened by jaguardown

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654 opened by hakancelik

#39656: shebanged scripts can escape from `venv` depending on how it w
https://bugs.python.org/issue39656 opened by Anthony Sottile

#39657: Bezout and Chinese Remainder Theorem in the Standard Library?
https://bugs.python.org/issue39657 opened by Dennis Sweeney

#39658: Include user scripts folder to PATH on Windows
https://bugs.python.org/issue39658 opened by lucatrv

#39659: pathlib calls `os.getcwd()` without using accessor
https://bugs.python.org/issue39659 opened by barneygale

#39660: Contextvars: Optional callbacks on state change
https://bugs.python.org/issue39660 opened by leezu

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663 opened by cheryl.sabella

#39664: Improve test coverage for operator module
https://bugs.python.org/issue39664 opened by xtreak

#39665: Cryptic error message when creating types that don't include t
https://bugs.python.org/issue39665 opened by ppperry

#39666: IDLE: Factor out similar code in editor and hyperparser
https://bugs.python.org/issue39666 opened by cheryl.sabella

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667 opened by jaraco

#39670: 2to3 fix_apply tries to fix user-defined apply function calls
https://bugs.python.org/issue39670 opened by ilya

#39671: Mention in docs that asyncio.FIRST_COMPLETED does not guarante
https://bugs.python.org/issue39671 opened by tom.pohl

#39672: SIGSEGV crash on shutdown with shelve & c pickle
https://bugs.python.org/issue39672 opened by zd nex

#39673: Map errno==ETIME to TimeoutError
https://bugs.python.org/issue39673 opened by YoSTEALTH

#39674: Keep deprecated features in Python 3.9 to ease migration from
https://bugs.python.org/issue39674 opened by vstinner

#39675: forked process in multiprocessing does not honour atexit
https://bugs.python.org/issue39675 opened by gaborbernat

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677 opened by thautwarm

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678 opened by tomMoral

#39679: functools: singledispatchmethod doesn't work with classmethod
https://bugs.python.org/issue39679 opened by Viktor Roytman

#39680: datetime.astimezone() method does not handle invalid local tim
https://bugs.python.org/issue39680 opened by belopolsky

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681 opened by Nathan.Goldbaum

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682 opened by barneygale

#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683 opened by ilya

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685 opened by brian

#39686: add dump_json to ast module
https://bugs.python.org/issue39686 opened by sparverius

#39688: tarfile: GNU sparse 1.0 pax tar header offset not properly com
https://bugs.python.org/issue39688 opened by Nit

#39689: test_struct failure on s390x Fedora Clang buildbot
https://bugs.python.org/issue39689 opened by cstratak

#39690: Compiler warnings in unicodeobject.c
https://bugs.python.org/issue39690 opened by serhiy.storchaka

#39691: Allow passing Pathlike objects to io.open_code
https://bugs.python.org/issue39691 opened by kmaork

#39692: Subprocess using list vs string
https://bugs.python.org/issue39692 opened by nik-sm

#39693: tarfile's extractfile documentation is misleading
https://bugs.python.org/issue39693 opened by josh.r

#39694: Incorrect dictionary unpacking when calling str.format
https://bugs.python.org/issue39694 opened by Akos Kiss

#39697: Failed to build with --with-cxx-main=g++-9.2.0
https://bugs.python.org/issue39697 opened by Marco Sulla

#39699: Some CIs silence potentially useful output from make
https://bugs.python.org/issue39699 opened by ammar2

#39700: asyncio.selector_events._SelectorTransport: Add logging when s
https://bugs.python.org/issue39700 opened by dsternlicht

#39701: Azure Pipelines PR broken
https://bugs.python.org/issue39701 opened by skrah

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702 opened by brandtbucher

#39704: Disable code coverage
https://bugs.python.org/issue39704 opened by skrah

#39705: Tutorial, 5.6 Looping Techniques, sorted() example
https://bugs.python.org/issue39705 opened by mirwi

#39706: unittest.IsolatedAsyncioTestCase hangs on asyncio.CancelledErr
https://bugs.python.org/issue39706 opened by Andrey Moiseev

#39707: Abstract property setter/deleter implementation not enforced.
https://bugs.python.org/issue39707 opened by arn.vollebregt.kpn

#39708: final link stage in compile fails for 3.8.1 with missing CFLAG
https://bugs.python.org/issue39708 opened by blastwave

#39709: missing CFLAGS during make tests results in test and compile f
https://bugs.python.org/issue39709 opened by blastwave

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710 opened by mdk

#39711: SIGBUS and core dumped during tests of 3.8.1
https://bugs.python.org/issue39711 opened by blastwave

#39712: Doc for `-X dev` option should mention PYTHONDEVMODE
https://bugs.python.org/issue39712 opened by pitrou

#39714: ElementTree limitation
https://bugs.python.org/issue39714 opened by Ananth Vijalapuram



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

#39714: ElementTree limitation
https://bugs.python.org/issue39714

#39712: Doc for `-X dev` option should mention PYTHONDEVMODE
https://bugs.python.org/issue39712

#39711: SIGBUS and core dumped during tests of 3.8.1
https://bugs.python.org/issue39711

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710

#39709: missing CFLAGS during make tests results in test and compile f
https://bugs.python.org/issue39709

#39708: final link stage in compile fails for 3.8.1 with missing CFLAG
https://bugs.python.org/issue39708

#39706: unittest.IsolatedAsyncioTestCase hangs on asyncio.CancelledErr
https://bugs.python.org/issue39706

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702

#39700: asyncio.selector_events._SelectorTransport: Add logging when s
https://bugs.python.org/issue39700

#39693: tarfile's extractfile documentation is misleading
https://bugs.python.org/issue39693

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

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685

#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682

#39680: datetime.astimezone() method does not handle invalid local tim
https://bugs.python.org/issue39680



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

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702

#39700: asyncio.selector_events._SelectorTransport: Add logging when s
https://bugs.python.org/issue39700

#39699: Some CIs silence potentially useful output from make
https://bugs.python.org/issue39699

#39688: tarfile: GNU sparse 1.0 pax tar header offset not properly com
https://bugs.python.org/issue39688

#39686: add dump_json to ast module
https://bugs.python.org/issue39686

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677

#39674: Keep deprecated features in Python 3.9 to ease migration from
https://bugs.python.org/issue39674

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667

#39666: IDLE: Factor out similar code in editor and hyperparser
https://bugs.python.org/issue39666

#39664: Improve test coverage for operator module
https://bugs.python.org/issue39664

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652



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

#39648: Update math.gcd() to accept "n" arguments.
https://bugs.python.org/issue39648 20 msgs

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 10 msgs

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691 8 msgs

#39673: Map errno==ETIME to TimeoutError
https://bugs.python.org/issue39673 8 msgs

#39694: Incorrect dictionary unpacking when calling str.format
https://bugs.python.org/issue39694 8 msgs

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 7 msgs

#39704: Disable code coverage
https://bugs.python.org/issue39704 7 msgs

#12915: Add inspect.locate and inspect.resolve
https://bugs.python.org/issue12915 6 msgs

#39686: add dump_json to ast module
https://bugs.python.org/issue39686 6 msgs

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622 5 msgs



Issues closed (40)
==================

#9056: Adding additional level of bookmarks and section numbers in py
https://bugs.python.org/issue9056 closed by mdk

#9495: argparse unittest tracebacks are confusing if an error is rais
https://bugs.python.org/issue9495 closed by taleinat

#19660: decorator syntax: allow testlist instead of just dotted_name
https://bugs.python.org/issue19660 closed by brandtbucher

#27873: multiprocessing.pool.Pool.map should take more than one iterab
https://bugs.python.org/issue27873 closed by aeros

#32352: `inspect.getfullargspec` doesn't work fine for some builtin ca
https://bugs.python.org/issue32352 closed by thautwarm

#35727: sys.exit() in a multiprocessing.Process does not align with Py
https://bugs.python.org/issue35727 closed by pitrou

#35950: io.BufferedReader.writabe is False, but io.BufferedReader.trun
https://bugs.python.org/issue35950 closed by inada.naoki

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104 closed by pitrou

#39245: Public API for Vectorcall (PEP 590)
https://bugs.python.org/issue39245 closed by petr.viktorin

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432 closed by scoder

#39453: Use-after-free in list contain
https://bugs.python.org/issue39453 closed by vstinner

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 closed by mark.dickinson

#39540: Logging docs don't address the creation of multiple loggers wh
https://bugs.python.org/issue39540 closed by vinay.sajip

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572 closed by gvanrossum

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589 closed by vinay.sajip

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611 closed by petr.viktorin

#39618: logger.exception with default message
https://bugs.python.org/issue39618 closed by vinay.sajip

#39623: __str__ and __repr__ for asyncio.Task still omit arg values
https://bugs.python.org/issue39623 closed by yselivanov

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628 closed by falon

#39633: venv does not include python<major>.<minor> symlink by default
https://bugs.python.org/issue39633 closed by vinay.sajip

#39634: Add clarification in documentation for heapq.heapify naming
https://bugs.python.org/issue39634 closed by rhettinger

#39635: One paragraph of the doc is not translated in French
https://bugs.python.org/issue39635 closed by mdk

#39637: Probably incorrect message after failed import
https://bugs.python.org/issue39637 closed by vanrein

#39641: concatenation of Tuples
https://bugs.python.org/issue39641 closed by steven.daprano

#39644: Add Binary module.
https://bugs.python.org/issue39644 closed by mark.dickinson

#39646: compile warning in unicodeobject.c
https://bugs.python.org/issue39646 closed by vstinner

#39647: Update doc of init_config.rst
https://bugs.python.org/issue39647 closed by vstinner

#39655: Shared_Memory attaching to incorrect Address in Windows 10
https://bugs.python.org/issue39655 closed by eryksun

#39661: TimedRotatingFileHandler doesn’t handle DST switch with dail
https://bugs.python.org/issue39661 closed by snoopyjc

#39662: Characters are garbled when displaying Byte data
https://bugs.python.org/issue39662 closed by eric.smith

#39668: segmentation fault on calling __reversed__()
https://bugs.python.org/issue39668 closed by xtreak

#39669: macOS test failures
https://bugs.python.org/issue39669 closed by vstinner

#39676: test_shutil fails with OSError: [Errno 28] No space left on de
https://bugs.python.org/issue39676 closed by petr.viktorin

#39684: PyUnicode_IsIdentifier has two if/thens that can be combined
https://bugs.python.org/issue39684 closed by benjamin.peterson

#39687: re.sub behaves inconsistent between versions with * repetition
https://bugs.python.org/issue39687 closed by serhiy.storchaka

#39695: Failed to build _uuid module, but libraries was installed
https://bugs.python.org/issue39695 closed by ammar2

#39696: Failed to build _ssl module, but libraries was installed
https://bugs.python.org/issue39696 closed by ammar2

#39698: asyncio.sleep() does not adhere to time.sleep() behavior for n
https://bugs.python.org/issue39698 closed by yselivanov

#39703: Floor division operator and floats
https://bugs.python.org/issue39703 closed by mark.dickinson

#39713: ElementTree limitation
https://bugs.python.org/issue39713 closed by Ananth Vijalapuram
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-21 - 2020-02-28)
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 7333 (+18)
closed 44202 (+52)
total 51535 (+70)

Open issues with patches: 2882


Issues opened (53)
==================

#17422: language reference should specify restrictions on class namesp
https://bugs.python.org/issue17422 reopened by eric.snow

#25960: Popen.wait() hangs when called from a signal handler when os.w
https://bugs.python.org/issue25960 reopened by gregory.p.smith

#39715: Implement __repr__ methods for AST classes
https://bugs.python.org/issue39715 opened by cool-RR

#39716: argparse.ArgumentParser does not raise on duplicated subparser
https://bugs.python.org/issue39716 opened by Antony.Lee

#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 opened by cool-RR

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718 opened by hauntsaninja

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719 opened by hauntsaninja

#39720: Signature.bind TypeErrors could be more helpful
https://bugs.python.org/issue39720 opened by RazerM

#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724 opened by John Smith

#39725: unrelated `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725 opened by ethan.furman

#39727: cgi.parse() fatally attempts str.decode when handling multipar
https://bugs.python.org/issue39727 opened by James Edington

#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728 opened by jonasmalaco

#39729: stat.S_ISXXX can raise OverflowError for remote file modes
https://bugs.python.org/issue39729 opened by wiggin15

#39731: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue39731 opened by alhelal

#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732 opened by Artoria2e5

#39734: Deprecate readinto() fallback path in _pickle.c
https://bugs.python.org/issue39734 opened by pitrou

#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735 opened by msakai

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740 opened by RobHammann

#39741: Argument Clinic name conflict
https://bugs.python.org/issue39741 opened by BTaskaya

#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742 opened by ngie

#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744 opened by marmarek

#39745: BlockingIOError.characters_written represents number of bytes
https://bugs.python.org/issue39745 opened by msakai

#39747: test_os debug assertion failure
https://bugs.python.org/issue39747 opened by Ethan Smith

#39750: UnicodeError becomes unpicklable if data is appended to args
https://bugs.python.org/issue39750 opened by João Eiras

#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751 opened by João Eiras

#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752 opened by João Eiras

#39753: inspecting a partial with bound keywods gives incorrect signat
https://bugs.python.org/issue39753 opened by cjw296

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756 opened by Devin Morgan

#39758: StreamWriter.wait_closed() can hang indefinitely.
https://bugs.python.org/issue39758 opened by tomchristie

#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759 opened by remi.lapeyre

#39760: ast.FormattedValue.format_spec unnecessarily wrapped in Joined
https://bugs.python.org/issue39760 opened by Ilya Kamenshchikov

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 opened by Dormouse759

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 opened by Elad Lahav

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764 opened by lidiz

#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765 opened by rogerdahl

#39766: unittest's assertRaises removes locals from tracebacks
https://bugs.python.org/issue39766 opened by blueyed

#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767 opened by Dariusz Trawinski

#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768 opened by wyz23x2

#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769 opened by gregory.p.smith

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770 opened by petdance

#39771: EmailMessage.add_header doesn't work
https://bugs.python.org/issue39771 opened by hwgdb Smith

#39772: Python 2 FAQ shown in help@python.org auto reply
https://bugs.python.org/issue39772 opened by wyz23x2

#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773 opened by David Hewitt

#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774 opened by igo95862

#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775 opened by Antony.Lee

#39776: Crash in decimal module in heavy-multithreaded scenario
https://bugs.python.org/issue39776 opened by boytsovea

#39777: Use the codecov GH Action
https://bugs.python.org/issue39777 opened by brett.cannon

#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 opened by leezu

#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780 opened by Ali McMaster

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781 opened by terry.reedy

#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782 opened by wangjie

#39783: Optimize construction of Path from other Paths by just returni
https://bugs.python.org/issue39783 opened by Antony.Lee

#39784: Tuple comprehension
https://bugs.python.org/issue39784 opened by Marco Sulla



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

#39784: Tuple comprehension
https://bugs.python.org/issue39784

#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781

#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773

#39772: Python 2 FAQ shown in help@python.org auto reply
https://bugs.python.org/issue39772

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770

#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756

#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752

#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751

#39745: BlockingIOError.characters_written represents number of bytes
https://bugs.python.org/issue39745

#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740

#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735



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

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781

#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780

#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775

#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770

#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769

#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761

#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759

#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744

#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732

#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728

#39725: unrelated `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718



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

#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 29 msgs

#39776: Crash in decimal module in heavy-multithreaded scenario
https://bugs.python.org/issue39776 13 msgs

#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 12 msgs

#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768 12 msgs

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 11 msgs

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 11 msgs

#39771: EmailMessage.add_header doesn't work
https://bugs.python.org/issue39771 10 msgs

#39672: SIGSEGV crash on shutdown with shelve & c pickle
https://bugs.python.org/issue39672 9 msgs

#38597: C Extension import limit
https://bugs.python.org/issue38597 8 msgs

#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724 8 msgs



Issues closed (51)
==================

#8269: Missing return values for PyUnicode C/API functions
https://bugs.python.org/issue8269 closed by serhiy.storchaka

#15474: Differentiate decorator and decorator factory in docs
https://bugs.python.org/issue15474 closed by rhettinger

#22947: Enable 'imageop' - "Multimedia Srvices Feature module" for 64-
https://bugs.python.org/issue22947 closed by serhiy.storchaka

#23080: BoundArguments.arguments should be unordered
https://bugs.python.org/issue23080 closed by Antony.Lee

#23164: "pydoc filter" documentation restrictive
https://bugs.python.org/issue23164 closed by serhiy.storchaka

#25397: improve ac_cv_have_long_long_format GCC fallback
https://bugs.python.org/issue25397 closed by serhiy.storchaka

#30566: punycode codec raises IndexError in decode_generalized_number(
https://bugs.python.org/issue30566 closed by berker.peksag

#31015: PyErr_WriteUnraisable should be more verbose in Python 2.7
https://bugs.python.org/issue31015 closed by serhiy.storchaka

#34788: ipaddress module fails on rfc4007 scoped IPv6 addresses
https://bugs.python.org/issue34788 closed by asvetlov

#36000: __debug__ is a keyword but not a keyword
https://bugs.python.org/issue36000 closed by cheryl.sabella

#37539: CheckCommitCursorReset regression sqlite3 test fails with old
https://bugs.python.org/issue37539 closed by berker.peksag

#38101: Update devguide triaging keywords
https://bugs.python.org/issue38101 closed by taleinat

#38403: nuspec iconUrl field is deprecated
https://bugs.python.org/issue38403 closed by steve.dower

#38519: Internal include files missing on Windows
https://bugs.python.org/issue38519 closed by steve.dower

#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988 closed by asvetlov

#39128: Document happy eyeball parameters in loop.create_connection si
https://bugs.python.org/issue39128 closed by asvetlov

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130 closed by khalidmammadov

#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139 closed by khalidmammadov

#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180 closed by khalidmammadov

#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382 closed by serhiy.storchaka

#39427: python -X options are not documented in the CLI --help
https://bugs.python.org/issue39427 closed by pablogsal

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 closed by tim.peters

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609 closed by asvetlov

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613 closed by asvetlov

#39636: Can't change Treeview row color in Tkinter
https://bugs.python.org/issue39636 closed by terry.reedy

#39642: Behaviour of disabled widgets: widget.bind(func) -vs- w =
https://bugs.python.org/issue39642 closed by terry.reedy

#39648: Expand math.gcd() and math.lcm() to accept multiple arguments
https://bugs.python.org/issue39648 closed by mark.dickinson

#39649: bdb.Bdb.format_stack_entry: checks for obsolete __args__
https://bugs.python.org/issue39649 closed by gvanrossum

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654 closed by terry.reedy

#39657: Bezout and Chinese Remainder Theorem in the Standard Library?
https://bugs.python.org/issue39657 closed by tim.peters

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681 closed by pitrou

#39707: Abstract property setter/deleter implementation not enforced.
https://bugs.python.org/issue39707 closed by gvanrossum

#39721: Fix constness of members of tok_state struct.
https://bugs.python.org/issue39721 closed by benjamin.peterson

#39722: decimal differs between pure Python and C implementations
https://bugs.python.org/issue39722 closed by rhettinger

#39723: io.open_code should accept PathLike objects
https://bugs.python.org/issue39723 closed by steve.dower

#39726: ctypes on pypi has fallen behind
https://bugs.python.org/issue39726 closed by David Harding

#39730: Licence (license) for Python 3.8.1 is missing
https://bugs.python.org/issue39730 closed by brett.cannon

#39733: Bug in hypergeometric function
https://bugs.python.org/issue39733 closed by SilentGhost

#39736: const strings in Modules/_datetimemodule.c and Modules/_testbu
https://bugs.python.org/issue39736 closed by benjamin.peterson

#39737: Speed up list.__eq__ by about 6%
https://bugs.python.org/issue39737 closed by serhiy.storchaka

#39738: mod operation with large number is not correct.
https://bugs.python.org/issue39738 closed by steven.daprano

#39739: Python crash every time opening pycharm, seems related to tens
https://bugs.python.org/issue39739 closed by mark.dickinson

#39743: variable quiet is not defined in function main.
https://bugs.python.org/issue39743 closed by SilentGhost

#39746: Inappropriate short circuit relating to inequality comparison
https://bugs.python.org/issue39746 closed by Orion Fisher

#39748: PyScripter could not find Python 3.8 64 bits
https://bugs.python.org/issue39748 closed by eric.smith

#39749: python 3.8.1 (3.14 * 10 = 31.400000002 bug)
https://bugs.python.org/issue39749 closed by steven.daprano

#39754: update_one_slot() does not inherit sq_contains and mp_subscrip
https://bugs.python.org/issue39754 closed by Marco Sulla

#39755: Change example of itertools.product
https://bugs.python.org/issue39755 closed by rhettinger

#39757: EmailMessage wrong encoding for international domain
https://bugs.python.org/issue39757 closed by Julien Castiaux

#39762: PyLong_AS_LONG missing from longobject.h
https://bugs.python.org/issue39762 closed by serhiy.storchaka

#39779: [argparse] Add parameter to sort help output arguments
https://bugs.python.org/issue39779 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-28 - 2020-03-06)
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 7359 (+26)
closed 44270 (+68)
total 51629 (+94)

Open issues with patches: 2882


Issues opened (67)
==================

#39389: gzip metadata fails to reflect compresslevel
https://bugs.python.org/issue39389 reopened by ned.deily

#39757: EmailMessage bad encoding for international domain
https://bugs.python.org/issue39757 reopened by r.david.murray

#39787: test_ssl and test_urllib2_localnet failing with new OpenSSL
https://bugs.python.org/issue39787 opened by mscastanho

#39790: LICENSE.TXT file does not contain all incorporated software
https://bugs.python.org/issue39790 opened by steve.dower

#39791: New `files()` api from importlib_resources.
https://bugs.python.org/issue39791 opened by jaraco

#39792: Two Ctrl+C is required to terminate when a pipe is blocking
https://bugs.python.org/issue39792 opened by msakai

#39793: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different doma
https://bugs.python.org/issue39793 opened by BTaskaya

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794 opened by skrah

#39795: multiprocessing creates duplicates of .pyc files
https://bugs.python.org/issue39795 opened by ivb

#39797: shutdown() in socketserver.BaseServer should be in a different
https://bugs.python.org/issue39797 opened by amaajemyfren

#39798: Update and Improve README.AIX
https://bugs.python.org/issue39798 opened by BTaskaya

#39799: Never return base's fragment from urljoin (urllib.parse)
https://bugs.python.org/issue39799 opened by op368

#39800: Inconsistent/incomplete disassembly of methods vs method sourc
https://bugs.python.org/issue39800 opened by smurthy

#39801: list.insert is slow, likely due to manual memmove
https://bugs.python.org/issue39801 opened by Stefan Pochmann

#39804: timezone constants in time module inaccurate with negative DST
https://bugs.python.org/issue39804 opened by p-ganssle

#39805: Copying functions doesn't actually copy them
https://bugs.python.org/issue39805 opened by steven.daprano

#39810: Generic script for finding bugs in get_source_segment
https://bugs.python.org/issue39810 opened by alexmojaki

#39812: Avoid daemon threads in concurrent.futures
https://bugs.python.org/issue39812 opened by pitrou

#39813: test_ioctl skipped -- Unable to open /dev/tty
https://bugs.python.org/issue39813 opened by Marco Sulla

#39814: Hyphens not generated for split-words in a "note" directive
https://bugs.python.org/issue39814 opened by rhettinger

#39816: More descriptive error message than "too many values to unpack
https://bugs.python.org/issue39816 opened by alexmojaki

#39817: CRITICAL: TypeError: cannot pickle 'generator'
https://bugs.python.org/issue39817 opened by dotoscat

#39819: NULL pointer crash in Modules/_cursesmodule.c in PyInit__curse
https://bugs.python.org/issue39819 opened by kumba

#39820: Bracketed paste mode for REPL
https://bugs.python.org/issue39820 opened by Marco Sulla

#39821: grp library functions grp.getgrnam() & grp.getgrgid() returnin
https://bugs.python.org/issue39821 opened by abhi.sharma

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822 opened by serhiy.storchaka

#39823: Disassembly - improve documentation for bytecode instruction c
https://bugs.python.org/issue39823 opened by smurthy

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824 opened by vstinner

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825 opened by pitrou

#39827: setting a locale that uses comma as decimal separator breaks t
https://bugs.python.org/issue39827 opened by thawn

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828 opened by vstinner

#39829: __len__ called twice in the list() constructor
https://bugs.python.org/issue39829 opened by kimiguel

#39830: zipfile.Path is not included in __all__
https://bugs.python.org/issue39830 opened by xtreak

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831 opened by serhiy.storchaka

#39832: Modules with decomposable characters in module name not found
https://bugs.python.org/issue39832 opened by Norbert

#39835: Implement PyObject_CopyToObject
https://bugs.python.org/issue39835 opened by nanjekyejoannah

#39836: Implement PyObject_GetMemoryView
https://bugs.python.org/issue39836 opened by nanjekyejoannah

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837 opened by vstinner

#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838 opened by nanjekyejoannah

#39839: Non-working error handler when creating a task with assigning
https://bugs.python.org/issue39839 opened by rshakh

#39842: partial_format()
https://bugs.python.org/issue39842 opened by Marco Sulla

#39843: Merged fix for bpo-17560 missing from changelog
https://bugs.python.org/issue39843 opened by Mikko Nylén

#39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows
https://bugs.python.org/issue39844 opened by Jacin Ferreira

#39845: Argparse on Python 3.7.1 (Windows) appends double quotes to st
https://bugs.python.org/issue39845 opened by 888xray999

#39846: Register .whl as a unpack format in shutil unpack
https://bugs.python.org/issue39846 opened by dchimeno

#39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge
https://bugs.python.org/issue39847 opened by aclover

#39849: Compiler warninig: warning: variable ‘res’ set but not use
https://bugs.python.org/issue39849 opened by corona10

#39850: multiprocessing.connection.Listener fails to close with null b
https://bugs.python.org/issue39850 opened by nmichaels

#39851: tarfile: Exception ignored in (... stdout ...) BrokenPipeError
https://bugs.python.org/issue39851 opened by vstinner

#39852: IDLE: Goto should remove selection and update the status bar
https://bugs.python.org/issue39852 opened by Dave Liptack

#39853: Segmentation fault with urllib.request.urlopen and threads
https://bugs.python.org/issue39853 opened by Anne Archibald

#39854: f-strings with format specifiers have wrong col_offset
https://bugs.python.org/issue39854 opened by asmeurer

#39856: glob : some 'unix style' glob items are not supported
https://bugs.python.org/issue39856 opened by Je GeVa

#39857: subprocess.run: add an extra_env kwarg to complement existing
https://bugs.python.org/issue39857 opened by vapier

#39858: bitfield layout wrong in ctypes
https://bugs.python.org/issue39858 opened by thesamprice

#39860: configparser - no support for cascading defaults (as defined b
https://bugs.python.org/issue39860 opened by Ben Griffin

#39861: French doc __futur__: Bad URL
https://bugs.python.org/issue39861 opened by Narann

#39862: Why are the union relationships not implemented by default for
https://bugs.python.org/issue39862 opened by maggyero

#39863: Add trimend option to readline() and readlines()
https://bugs.python.org/issue39863 opened by inada.naoki

#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865 opened by pasenor

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868 opened by brandtbucher

#39869: Improve Instance Objects tutorial documentation
https://bugs.python.org/issue39869 opened by Mariatta

#39871: math.copysign raises SystemError with non-float x and custom y
https://bugs.python.org/issue39871 opened by auscompgeek

#39873: Debug mode: check if objects are valid
https://bugs.python.org/issue39873 opened by vstinner

#39875: urllib.request.urlopen sends POST data as query string
https://bugs.python.org/issue39875 opened by henrik242

#39877: Daemon thread is crashing in PyEval_RestoreThread() while the
https://bugs.python.org/issue39877 opened by vstinner

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878 opened by petdance



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

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878

#39869: Improve Instance Objects tutorial documentation
https://bugs.python.org/issue39869

#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865

#39857: subprocess.run: add an extra_env kwarg to complement existing
https://bugs.python.org/issue39857

#39853: Segmentation fault with urllib.request.urlopen and threads
https://bugs.python.org/issue39853

#39850: multiprocessing.connection.Listener fails to close with null b
https://bugs.python.org/issue39850

#39849: Compiler warninig: warning: variable ‘res’ set but not use
https://bugs.python.org/issue39849

#39846: Register .whl as a unpack format in shutil unpack
https://bugs.python.org/issue39846

#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838

#39836: Implement PyObject_GetMemoryView
https://bugs.python.org/issue39836

#39835: Implement PyObject_CopyToObject
https://bugs.python.org/issue39835

#39832: Modules with decomposable characters in module name not found
https://bugs.python.org/issue39832

#39830: zipfile.Path is not included in __all__
https://bugs.python.org/issue39830

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822



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

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878

#39877: Daemon thread is crashing in PyEval_RestoreThread() while the
https://bugs.python.org/issue39877

#39873: Debug mode: check if objects are valid
https://bugs.python.org/issue39873

#39871: math.copysign raises SystemError with non-float x and custom y
https://bugs.python.org/issue39871

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868

#39860: configparser - no support for cascading defaults (as defined b
https://bugs.python.org/issue39860

#39852: IDLE: Goto should remove selection and update the status bar
https://bugs.python.org/issue39852

#39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge
https://bugs.python.org/issue39847

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822

#39799: Never return base's fragment from urljoin (urllib.parse)
https://bugs.python.org/issue39799

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794



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

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837 14 msgs

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682 11 msgs

#39697: Failed to build with --with-cxx-main=g++-9.2.0
https://bugs.python.org/issue39697 11 msgs

#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 11 msgs

#39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows
https://bugs.python.org/issue39844 11 msgs

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868 11 msgs

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794 10 msgs

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831 10 msgs

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 9 msgs

#39801: list.insert is slow, likely due to manual memmove
https://bugs.python.org/issue39801 9 msgs



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

#27743: Python 2 has a wrong artificial limit on the amount of memory
https://bugs.python.org/issue27743 closed by serhiy.storchaka

#34274: Python launcher behavior with "#!/usr/bin/env python" shebang
https://bugs.python.org/issue34274 closed by steve.dower

#35632: support unparse for Suite ast
https://bugs.python.org/issue35632 closed by BTaskaya

#35712: Make NotImplemented unusable in boolean context
https://bugs.python.org/issue35712 closed by serhiy.storchaka

#35912: _testembed.c fails to compile when using --with-cxx-main in th
https://bugs.python.org/issue35912 closed by vstinner

#36490: Modernize function signature in Archiving section of shutil d
https://bugs.python.org/issue36490 closed by CAM-Gerlach

#37534: In minidom module ability to add Standalone Document Declaraio
https://bugs.python.org/issue37534 closed by scoder

#38380: Update SQLite to 3.31.1 in Windows and macOS installer builds
https://bugs.python.org/issue38380 closed by benjamin.peterson

#38641: lib2to3 does not support py38 return/yield syntax with starred
https://bugs.python.org/issue38641 closed by pablogsal

#38913: Py_BuildValue("(s#O)", ...) segfaults if entered with exceptio
https://bugs.python.org/issue38913 closed by serhiy.storchaka

#38971: codecs.open leaks file descriptor when invalid encoding is pas
https://bugs.python.org/issue38971 closed by serhiy.storchaka

#39020: [AIX] module _curses fails to build since ESCDELAY has been ad
https://bugs.python.org/issue39020 closed by Michael.Felt

#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050 closed by terry.reedy

#39088: test_concurrent_futures crashed with python.core core dump on
https://bugs.python.org/issue39088 closed by vstinner

#39378: partial of PickleState struct should be traversed.
https://bugs.python.org/issue39378 closed by serhiy.storchaka

#39379: sys.path[0] is already absolute path
https://bugs.python.org/issue39379 closed by vstinner

#39495: xml.etree.ElementTree.TreeBuilder.start differs between pure P
https://bugs.python.org/issue39495 closed by serhiy.storchaka

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520 closed by BTaskaya

#39530: Documentation about comparisons between numeric types is misle
https://bugs.python.org/issue39530 closed by mark.dickinson

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546 closed by petr.viktorin

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548 closed by orsenthil

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599 closed by vstinner

#39639: Remove Suite node from AST
https://bugs.python.org/issue39639 closed by pablogsal

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678 closed by pitrou

#39704: Disable code coverage
https://bugs.python.org/issue39704 closed by vstinner

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718 closed by terry.reedy

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764 closed by asvetlov

#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769 closed by gregory.p.smith

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770 closed by vstinner

#39772: Python 2 FAQ shown in help@python.org auto reply
https://bugs.python.org/issue39772 closed by terry.reedy

#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773 closed by David Hewitt

#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775 closed by inada.naoki

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781 closed by terry.reedy

#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782 closed by terry.reedy

#39784: Tuple comprehension
https://bugs.python.org/issue39784 closed by steven.daprano

#39785: #!/usr/bin/python shebang doesn't use default python (3) on Wi
https://bugs.python.org/issue39785 closed by steve.dower

#39786: Have the heaps library support max heap
https://bugs.python.org/issue39786 closed by rhettinger

#39788: Exponential notation should return an int if it can
https://bugs.python.org/issue39788 closed by zach.ware

#39789: Update Windows release build machines to latest versions
https://bugs.python.org/issue39789 closed by steve.dower

#39796: warning extension module inited twice in python3.9
https://bugs.python.org/issue39796 closed by vstinner

#39802: Ensure {get,set}_escdelay and {get,set}_tabsize only implement
https://bugs.python.org/issue39802 closed by pablogsal

#39803: _PyLong_FormatAdvancedWriter has an unnecessary str
https://bugs.python.org/issue39803 closed by benjamin.peterson

#39806: different behavior between __ior__ and __or__ in dict made by
https://bugs.python.org/issue39806 closed by gvanrossum

#39807: Python38 installed in wrong directory on Windows
https://bugs.python.org/issue39807 closed by zach.ware

#39808: pathlib: reword docs for stat()
https://bugs.python.org/issue39808 closed by brett.cannon

#39809: argparse: add max_text_width parameter to ArgumentParser
https://bugs.python.org/issue39809 closed by rhettinger

#39811: Curses crash on ^4
https://bugs.python.org/issue39811 closed by serhiy.storchaka

#39815: functools.cached_property() not included in __all__
https://bugs.python.org/issue39815 closed by pablogsal

#39818: Declaring local variable invalidates access to a global variab
https://bugs.python.org/issue39818 closed by eric.smith

#39826: logging HTTPHandler does not support proxy
https://bugs.python.org/issue39826 closed by vinay.sajip

#39833: Bug in html parsing module triggered by malformed input
https://bugs.python.org/issue39833 closed by ezio.melotti

#39834: + vs. % operator precedence not correct
https://bugs.python.org/issue39834 closed by ergun

#39840: FileNotFoundError et al show b-prefix on filepaths if passed a
https://bugs.python.org/issue39840 closed by eric.smith

#39841: "as" variable in except block deletes local variables with sam
https://bugs.python.org/issue39841 closed by eric.smith

#39848: Warning: 'classifiers' should be a list, got type 'tuple'
https://bugs.python.org/issue39848 closed by Marco Sulla

#39855: test.test_subprocess.POSIXProcessTestCase.test_user fails in t
https://bugs.python.org/issue39855 closed by vstinner

#39859: set_herror should not throw away constness of hstrerror
https://bugs.python.org/issue39859 closed by miss-islington

#39864: IndexError gives wrong axis info
https://bugs.python.org/issue39864 closed by steven.daprano

#39866: get_type_hints raises inconsistent TypeError
https://bugs.python.org/issue39866 closed by gvanrossum

#39867: randrange(N) for N's in same dyadic blocs have excessive corre
https://bugs.python.org/issue39867 closed by rhettinger

#39870: sys_displayhook_unencodable takes an unnecessary PyThreadState
https://bugs.python.org/issue39870 closed by benjamin.peterson

#39872: Remove unused args from two functions in Python/symtable.c
https://bugs.python.org/issue39872 closed by benjamin.peterson

#39874: Heappush of Maxheap version does not exist
https://bugs.python.org/issue39874 closed by rhettinger

#39876: csv.DictReader.fieldnames interprets unicode as ascii
https://bugs.python.org/issue39876 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-06 - 2020-03-13)
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 7357 ( -2)
closed 44350 (+80)
total 51707 (+78)

Open issues with patches: 2877


Issues opened (52)
==================

#14126: Speed up list comprehensions by preallocating the list where p
https://bugs.python.org/issue14126 reopened by vstinner

#26227: Windows: socket.gethostbyaddr(name) fails for non-ASCII hostna
https://bugs.python.org/issue26227 reopened by steve.dower

#39321: AMD64 FreeBSD Non-Debug 3.x: main regrtest process killed by S
https://bugs.python.org/issue39321 reopened by vstinner

#39829: __len__ called twice in the list() constructor
https://bugs.python.org/issue39829 reopened by eric.snow

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879 opened by eric.snow

#39881: Multiple Interpreters in the Stdlib (PEP 554) - High-level Imp
https://bugs.python.org/issue39881 opened by nanjekyejoannah

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882 opened by vstinner

#39883: Use BSD0 license for code in docs
https://bugs.python.org/issue39883 opened by toddrjen

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885 opened by terry.reedy

#39887: Duplicate C object description of vectorcallfunc
https://bugs.python.org/issue39887 opened by serhiy.storchaka

#39891: [difflib] Improve get_close_matches() to better match when cas
https://bugs.python.org/issue39891 opened by brian.gallagher

#39892: Enable DeprecationWarnings by default when not explicit in uni
https://bugs.python.org/issue39892 opened by gregory.p.smith

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894 opened by barneygale

#39895: `pathlib.Path.touch()` calls `os.close()` without using access
https://bugs.python.org/issue39895 opened by barneygale

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897 opened by barneygale

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901 opened by barneygale

#39902: dis.Bytecode objects should be comparable
https://bugs.python.org/issue39902 opened by BTaskaya

#39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and `
https://bugs.python.org/issue39906 opened by barneygale

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908 opened by petdance

#39910: os.ftruncate on Windows should be sparse
https://bugs.python.org/issue39910 opened by Artoria2e5

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912 opened by remi.lapeyre

#39913: Document warnings.WarningMessage ?
https://bugs.python.org/issue39913 opened by blueyed

#39914: logging.config: '.' (dot) as a key is not documented
https://bugs.python.org/issue39914 opened by Yuta Okamoto

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915 opened by Mads Sejersen

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917 opened by televi

#39919: C extension code reliant on static flags/behavior with PY_DEBU
https://bugs.python.org/issue39919 opened by ngie

#39920: os.stat() and os.lstat() fail with Windows device paths
https://bugs.python.org/issue39920 opened by Charles Machalow

#39924: pathlib handles missing `os.link`, `os.symlink` and `os.readli
https://bugs.python.org/issue39924 opened by barneygale

#39927: IDLE.app fails on macOS 10.15 if denied access to Documents
https://bugs.python.org/issue39927 opened by dd789

#39929: dataclasses.asdict will mangle collection.Counter instances
https://bugs.python.org/issue39929 opened by brad.scarlett@gmail.com

#39931: Global variables are not accessible from child processes (mult
https://bugs.python.org/issue39931 opened by agmt

#39932: test_multiprocessing_fork leaked [0, 2, 0] file descriptors on
https://bugs.python.org/issue39932 opened by vstinner

#39933: test_gdb fails on AMD64 FreeBSD Shared 3.x: ptrace: Operation
https://bugs.python.org/issue39933 opened by vstinner

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934 opened by myzhang1029

#39935: argparse: help parameter not documented in add_subparsers().ad
https://bugs.python.org/issue39935 opened by Nazime Koussaila Lakehal

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937 opened by rahul-kumi

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939 opened by Dennis Sweeney

#39940: Micro-optimizations to PySequence_Tuple()
https://bugs.python.org/issue39940 opened by Marco Sulla

#39941: multiprocessing: Process.join() should emit a warning if the p
https://bugs.python.org/issue39941 opened by vstinner

#39942: Making instance of `TypeVar` fails because of missing `__name_
https://bugs.python.org/issue39942 opened by jack1142

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943 opened by petdance

#39946: Is it time to remove _PyThreadState_GetFrame() hook?
https://bugs.python.org/issue39946 opened by vstinner

#39947: Make the PyThreadState structure opaque (move it to the intern
https://bugs.python.org/issue39947 opened by vstinner

#39948: Python 3.8 unconditionally uses functions not available on OS
https://bugs.python.org/issue39948 opened by dgelessus

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 opened by Seth.Troisi

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950 opened by barneygale

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951 opened by Dima.Tisnek

#39952: Using VS2019 to automatically build Python3 and it failed to b
https://bugs.python.org/issue39952 opened by Lin

#39953: Let's update ssl error codes
https://bugs.python.org/issue39953 opened by Dima.Tisnek

#39954: test_subprocess: test_specific_shell() fails on AMD64 FreeBSD
https://bugs.python.org/issue39954 opened by vstinner

#39955: argparse print_help breaks when help is blank space
https://bugs.python.org/issue39955 opened by Ying Zhang

#39956: Numeric Literals vs string "1_1" on input int() or float() or
https://bugs.python.org/issue39956 opened by zd nex



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

#39956: Numeric Literals vs string "1_1" on input int() or float() or
https://bugs.python.org/issue39956

#39953: Let's update ssl error codes
https://bugs.python.org/issue39953

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950

#39948: Python 3.8 unconditionally uses functions not available on OS
https://bugs.python.org/issue39948

#39946: Is it time to remove _PyThreadState_GetFrame() hook?
https://bugs.python.org/issue39946

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943

#39942: Making instance of `TypeVar` fails because of missing `__name_
https://bugs.python.org/issue39942

#39941: multiprocessing: Process.join() should emit a warning if the p
https://bugs.python.org/issue39941

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937

#39935: argparse: help parameter not documented in add_subparsers().ad
https://bugs.python.org/issue39935

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934

#39919: C extension code reliant on static flags/behavior with PY_DEBU
https://bugs.python.org/issue39919

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917

#39914: logging.config: '.' (dot) as a key is not documented
https://bugs.python.org/issue39914

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912



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

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950

#39947: Make the PyThreadState structure opaque (move it to the intern
https://bugs.python.org/issue39947

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908

#39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and `
https://bugs.python.org/issue39906

#39902: dis.Bytecode objects should be comparable
https://bugs.python.org/issue39902

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897

#39895: `pathlib.Path.touch()` calls `os.close()` without using access
https://bugs.python.org/issue39895

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882



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

#39689: struct and memoryview tests rely on undefined behavior (as rev
https://bugs.python.org/issue39689 17 msgs

#39927: IDLE.app fails on macOS 10.15 if denied access to Documents
https://bugs.python.org/issue39927 17 msgs

#35370: Add _PyEval_SetTrace(tstate, func, arg) function
https://bugs.python.org/issue35370 14 msgs

#38500: PEP 523: Add private _PyInterpreterState_SetEvalFrameFunc() fu
https://bugs.python.org/issue38500 14 msgs

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 14 msgs

#39947: Make the PyThreadState structure opaque (move it to the intern
https://bugs.python.org/issue39947 8 msgs

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885 7 msgs

#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 6 msgs

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824 6 msgs

#14126: Speed up list comprehensions by preallocating the list where p
https://bugs.python.org/issue14126 5 msgs



Issues closed (73)
==================

#16981: ImportError hides real error when there too many open files du
https://bugs.python.org/issue16981 closed by brett.cannon

#17231: Mark __del__ not being called in cycles as an impl detail
https://bugs.python.org/issue17231 closed by brett.cannon

#17296: Cannot unpickle classes derived from 'Exception'
https://bugs.python.org/issue17296 closed by brett.cannon

#17716: From ... import fails when parent package failed but child mod
https://bugs.python.org/issue17716 closed by brett.cannon

#18114: Update PyImport_ImportFrozenModuleObject() to set __package__
https://bugs.python.org/issue18114 closed by brett.cannon

#18275: Make isinstance() work with super type instances
https://bugs.python.org/issue18275 closed by brett.cannon

#18831: importlib.import_module() bypasses builtins.__import__
https://bugs.python.org/issue18831 closed by brett.cannon

#18834: Add Clang to distutils to build C/C++ extensions
https://bugs.python.org/issue18834 closed by refi64

#19257: Sub-optimal error message when importing a non-package
https://bugs.python.org/issue19257 closed by brett.cannon

#19531: Loading -OO bytecode files if -O was requested can lead to pro
https://bugs.python.org/issue19531 closed by brett.cannon

#23592: SIGSEGV on interpreter shutdown, with daemon threads running w
https://bugs.python.org/issue23592 closed by vstinner

#24415: SIGINT always reset to SIG_DFL by Py_Finalize()
https://bugs.python.org/issue24415 closed by vstinner

#26037: Crash when reading sys.stdin.buffer in a daemon thread
https://bugs.python.org/issue26037 closed by vstinner

#27115: IDLE goto should use query.Query subclass
https://bugs.python.org/issue27115 closed by terry.reedy

#30519: [threading] Add daemon argument to Timer
https://bugs.python.org/issue30519 closed by vstinner

#34058: Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTH
https://bugs.python.org/issue34058 closed by vstinner

#34822: Simplify AST for slices
https://bugs.python.org/issue34822 closed by serhiy.storchaka

#35775: Add a general selection function to statistics
https://bugs.python.org/issue35775 closed by remi.lapeyre

#36184: test_gdb.test_threads() is specific to _POSIX_THREADS, fail on
https://bugs.python.org/issue36184 closed by vstinner

#38080: 2to3 urllib fixer: missing fix for urllib.getproxies
https://bugs.python.org/issue38080 closed by pablogsal

#38249: Optimize out Py_UNREACHABLE in the release mode
https://bugs.python.org/issue38249 closed by serhiy.storchaka

#38643: Assertion failures when calling PyNumber_ToBase() with an inva
https://bugs.python.org/issue38643 closed by serhiy.storchaka

#38662: Decouple ensurepip from pip's internals using runpy
https://bugs.python.org/issue38662 closed by vstinner

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

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

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127 closed by benjamin.peterson

#39517: runpy calls open_code with Path object
https://bugs.python.org/issue39517 closed by steve.dower

#39577: venv --prompt argument is ignored
https://bugs.python.org/issue39577 closed by vinay.sajip

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702 closed by brandtbucher

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 closed by petr.viktorin

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822 closed by serhiy.storchaka

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828 closed by vstinner

#39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows
https://bugs.python.org/issue39844 closed by ned.deily

#39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge
https://bugs.python.org/issue39847 closed by vstinner

#39850: multiprocessing.connection.Listener fails to close with null b
https://bugs.python.org/issue39850 closed by pablogsal

#39852: IDLE: Goto should remove selection and update the status bar
https://bugs.python.org/issue39852 closed by terry.reedy

#39857: subprocess.run: add an extra_env kwarg to complement existing
https://bugs.python.org/issue39857 closed by gregory.p.smith

#39861: French doc __futur__: Bad URL
https://bugs.python.org/issue39861 closed by SilentGhost

#39869: Improve Instance Objects tutorial documentation
https://bugs.python.org/issue39869 closed by Mariatta

#39875: urllib.request.urlopen sends POST data as query string
https://bugs.python.org/issue39875 closed by henrik242

#39877: Daemon thread is crashing in PyEval_RestoreThread() while the
https://bugs.python.org/issue39877 closed by vstinner

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878 closed by benjamin.peterson

#39880: string.lstrip() with leading '3's
https://bugs.python.org/issue39880 closed by steven.daprano

#39884: "SystemError: bad call flags" exceptions added as part of BPO-
https://bugs.python.org/issue39884 closed by vstinner

#39886: Remove unused arg in config_get_stdio_errors in Python/initcon
https://bugs.python.org/issue39886 closed by benjamin.peterson

#39888: modules not install
https://bugs.python.org/issue39888 closed by eric.smith

#39889: Fix ast.unparse() for subscription by extended slices and tupl
https://bugs.python.org/issue39889 closed by serhiy.storchaka

#39890: The AST is mangled when compiling starred assignments
https://bugs.python.org/issue39890 closed by pablogsal

#39893: Add set_terminate() to logging
https://bugs.python.org/issue39893 closed by vinay.sajip

#39896: Const args and remove unused args in Python/compile.c
https://bugs.python.org/issue39896 closed by petdance

#39898: Remove unused arg from append_formattedvalue in Python/ast_unp
https://bugs.python.org/issue39898 closed by benjamin.peterson

#39899: `pathlib.Path.expanduser()` does not call `os.path.expanduser(
https://bugs.python.org/issue39899 closed by serhiy.storchaka

#39900: `pathlib.Path.__bytes__()` calls `os.fsencode()` without using
https://bugs.python.org/issue39900 closed by barneygale

#39903: Double decref in _elementtree.Element.__getstate__
https://bugs.python.org/issue39903 closed by serhiy.storchaka

#39904: Move handling of one-argument call of type() from type.__new__
https://bugs.python.org/issue39904 closed by serhiy.storchaka

#39905: Cannot load sub package having a 3-dot relative import
https://bugs.python.org/issue39905 closed by mark.dickinson

#39907: `pathlib.Path.iterdir()` wastes memory by using `os.listdir()`
https://bugs.python.org/issue39907 closed by barneygale

#39909: Assignment expression in assert causes SyntaxError
https://bugs.python.org/issue39909 closed by eric.smith

#39911: "AMD64 Windows7 SP1 3.x" buildbot doesn't build anymore
https://bugs.python.org/issue39911 closed by vstinner

#39916: More reliable use of scandir in Path.glob()
https://bugs.python.org/issue39916 closed by serhiy.storchaka

#39918: random.Random(False) weird error
https://bugs.python.org/issue39918 closed by vstinner

#39921: json module install error i was use windows 10 pro 64 bit, pls
https://bugs.python.org/issue39921 closed by serhiy.storchaka

#39922: Remove unused args in Python/compile.c
https://bugs.python.org/issue39922 closed by benjamin.peterson

#39923: Command errored out with exit status 1: while jsonlib
https://bugs.python.org/issue39923 closed by serhiy.storchaka

#39925: `pathlib.Path.link_to()` has the wrong argument order
https://bugs.python.org/issue39925 closed by eric.smith

#39926: unicodedata for Unicode 13.0.0
https://bugs.python.org/issue39926 closed by benjamin.peterson

#39928: Pysftp Issue File Upload is not working - put command
https://bugs.python.org/issue39928 closed by eric.smith

#39930: Embedded installer for Python 3.7.7 missing vcruntime140.dll
https://bugs.python.org/issue39930 closed by steve.dower

#39936: Python fails to build _asyncio on module on AIX
https://bugs.python.org/issue39936 closed by vstinner

#39938: RotatingFileHandler does not support any mode other than 'a'.
https://bugs.python.org/issue39938 closed by vinay.sajip

#39944: UserString.join should return UserString
https://bugs.python.org/issue39944 closed by serhiy.storchaka

#39945: Wrong example result in docs
https://bugs.python.org/issue39945 closed by hook

#1294959: Add sys.platlibdir to use /usr/lib64 on Fedora and SuSE
https://bugs.python.org/issue1294959 closed by vstinner
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@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/XTPO7BE7EHW6SN62CBLG3H6XRJFIQWPQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-13 - 2020-03-20)
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 7358 ( +1)
closed 44420 (+70)
total 51778 (+71)

Open issues with patches: 2883


Issues opened (44)
==================

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 reopened by pablogsal

#39958: Deadlock in _PyInterpreterState_DeleteExceptMain with HEAD_LOC
https://bugs.python.org/issue39958 opened by Atle Solbakken

#39959: (Possible) bug on multiprocessing.shared_memory
https://bugs.python.org/issue39959 opened by dxflores

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960 opened by Matthias Braun

#39961: warning: this use of "defined" may not be portable (Mac OS)
https://bugs.python.org/issue39961 opened by clem.wang

#39963: Subclassing slice objects
https://bugs.python.org/issue39963 opened by mariode1

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966 opened by aviso

#39967: bdb calls linecache.checkcache, resulting in source being diff
https://bugs.python.org/issue39967 opened by blueyed

#39971: Error on documentation - Quick fix.
https://bugs.python.org/issue39971 opened by dxflores

#39975: Group of commands running in Python 3.7.6 Shell, but failing a
https://bugs.python.org/issue39975 opened by rosarion

#39976: Add "**other_popen_kwargs" to subprocess API signatures in doc
https://bugs.python.org/issue39976 opened by ncoghlan

#39978: Vectorcall implementation should conform to PEP 590.
https://bugs.python.org/issue39978 opened by Mark.Shannon

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981 opened by BTaskaya

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982 opened by vstinner

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983 opened by vstinner

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984 opened by vstinner

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986 opened by Matthias Braun

#39989: Output closing parenthesis in ast.dump() on separate line
https://bugs.python.org/issue39989 opened by serhiy.storchaka

#39990: help should evaluate forward reference
https://bugs.python.org/issue39990 opened by McSinyx

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994 opened by palakjha

#39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.
https://bugs.python.org/issue39995 opened by vstinner

#39996: test_multiprocessing_fork hangs on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue39996 opened by vstinner

#39999: Fix some issues with AST node classes
https://bugs.python.org/issue39999 opened by serhiy.storchaka

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001 opened by aviramha

#40002: Cookie load error inconsistency
https://bugs.python.org/issue40002 opened by bar.harel

#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003 opened by vstinner

#40005: Getting different result in python 2.7 and 3.7.
https://bugs.python.org/issue40005 opened by Bharatsolanki

#40006: enum: Add documentation for _create_pseudo_member_ and composi
https://bugs.python.org/issue40006 opened by cool-RR

#40007: An attempt to make asyncio.transport.writelines (selector) use
https://bugs.python.org/issue40007 opened by tzickel

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010 opened by vstinner

#40011: Tkinter widget events are of type Tuple
https://bugs.python.org/issue40011 opened by Hênio Tierra Sampaio

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012 opened by bittner

#40013: CSV DictReader parameter documentation
https://bugs.python.org/issue40013 opened by Moshe Sambol

#40014: os.getgrouplist() can fail on macOS
https://bugs.python.org/issue40014 opened by corona10

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016 opened by cool-RR

#40017: Please support CLOCK_TAI in the time module.
https://bugs.python.org/issue40017 opened by r3owen

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018 opened by benjamin.peterson

#40019: test_gdb should better detect when Python is optimized
https://bugs.python.org/issue40019 opened by vstinner

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020 opened by Alexander Riccio

#40022: ???????????
https://bugs.python.org/issue40022 opened by yepan Li

#40023: os.writev and socket.sendmsg return value are not ideal
https://bugs.python.org/issue40023 opened by tzickel

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024 opened by corona10

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025 opened by edd07

#40026: Create render_*_diff variants to the *_diff functions in diffl
https://bugs.python.org/issue40026 opened by ruoso



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

#40026: Create render_*_diff variants to the *_diff functions in diffl
https://bugs.python.org/issue40026

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024

#40023: os.writev and socket.sendmsg return value are not ideal
https://bugs.python.org/issue40023

#40022: ???????????
https://bugs.python.org/issue40022

#40013: CSV DictReader parameter documentation
https://bugs.python.org/issue40013

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012

#40011: Tkinter widget events are of type Tuple
https://bugs.python.org/issue40011

#40006: enum: Add documentation for _create_pseudo_member_ and composi
https://bugs.python.org/issue40006

#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981



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

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020

#40019: test_gdb should better detect when Python is optimized
https://bugs.python.org/issue40019

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016

#40014: os.getgrouplist() can fail on macOS
https://bugs.python.org/issue40014

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010

#40002: Cookie load error inconsistency
https://bugs.python.org/issue40002

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001

#39999: Fix some issues with AST node classes
https://bugs.python.org/issue39999

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994

#39989: Output closing parenthesis in ast.dump() on separate line
https://bugs.python.org/issue39989

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981

#39967: bdb calls linecache.checkcache, resulting in source being diff
https://bugs.python.org/issue39967



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

#22699: Module source files not found when cross-compiling
https://bugs.python.org/issue22699 11 msgs

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939 10 msgs

#10572: Move test sub-packages to Lib/test
https://bugs.python.org/issue10572 8 msgs

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879 8 msgs

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984 8 msgs

#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938 7 msgs

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982 7 msgs

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016 7 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 7 msgs

#25024: Allow passing "delete=False" to TemporaryDirectory
https://bugs.python.org/issue25024 6 msgs



Issues closed (69)
==================

#20125: We need a good replacement for direct use of load_module(), po
https://bugs.python.org/issue20125 closed by brett.cannon

#20613: Wrong line information in bytecode generated by compiler modul
https://bugs.python.org/issue20613 closed by brett.cannon

#20890: Miscellaneous PEP 101 additions
https://bugs.python.org/issue20890 closed by brett.cannon

#20986: test_startup_imports fails in test_site when executed inside v
https://bugs.python.org/issue20986 closed by vstinner

#21087: imp.frozen_init() incorrectly removes module during reload
https://bugs.python.org/issue21087 closed by brett.cannon

#21108: Add examples for importlib in doc
https://bugs.python.org/issue21108 closed by brett.cannon

#21199: [2.7] Python on 64-bit Windows uses signed 32-bit type for rea
https://bugs.python.org/issue21199 closed by vstinner

#21242: Generalize configure check for working Python executable
https://bugs.python.org/issue21242 closed by brett.cannon

#22497: msiexec not creating msvcr90.dll with python -2.7.6.msi
https://bugs.python.org/issue22497 closed by steve.dower

#26660: tempfile.TemporaryDirectory() cleanup exception if nonwriteabl
https://bugs.python.org/issue26660 closed by serhiy.storchaka

#27807: Prevent site-packages .pth files from causing test_site failur
https://bugs.python.org/issue27807 closed by vstinner

#28087: macOS 12 poll syscall returns prematurely
https://bugs.python.org/issue28087 closed by vstinner

#35312: lib2to3.pgen2.parse.ParseError is not roundtrip pickleable
https://bugs.python.org/issue35312 closed by Anthony Sottile

#35691: cpython3.7.2 make test failed
https://bugs.python.org/issue35691 closed by vstinner

#36478: backport of pickle fixes to Python 3.5.7 uses C99 for loops
https://bugs.python.org/issue36478 closed by Anthony Sottile

#37695: Incorrect error message for `unget_wch(bytes_object)`
https://bugs.python.org/issue37695 closed by Anthony Sottile

#38373: List overallocation strategy
https://bugs.python.org/issue38373 closed by serhiy.storchaka

#38500: PEP 523: Add private _PyInterpreterState_SetEvalFrameFunc() fu
https://bugs.python.org/issue38500 closed by vstinner

#38576: CVE-2019-18348: CRLF injection via the host part of the url pa
https://bugs.python.org/issue38576 closed by gregory.p.smith

#38744: python 3.8 hang in multiprocessing.Pool() locking on FreeBSD /
https://bugs.python.org/issue38744 closed by pablogsal

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087 closed by inada.naoki

#39220: constant folding affects annotations despite 'from __future__
https://bugs.python.org/issue39220 closed by pablogsal

#39360: python3.8 regression - ThreadPool join via __del__ hangs forev
https://bugs.python.org/issue39360 closed by pablogsal

#39507: http library missing HTTP status code 418 "I'm a teapot"
https://bugs.python.org/issue39507 closed by serhiy.storchaka

#39509: Update HTTP status code to follow IANA
https://bugs.python.org/issue39509 closed by serhiy.storchaka

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 closed by BTaskaya

#39582: ossaudiodev update helpers signature
https://bugs.python.org/issue39582 closed by serhiy.storchaka

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585 closed by serhiy.storchaka

#39638: Keep ASDL signatures for AST nodes
https://bugs.python.org/issue39638 closed by serhiy.storchaka

#39656: shebanged scripts can escape from `venv` depending on how it w
https://bugs.python.org/issue39656 closed by vinay.sajip

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677 closed by serhiy.storchaka

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719 closed by serhiy.storchaka

#39797: shutdown() in socketserver.BaseServer should be in a different
https://bugs.python.org/issue39797 closed by ned.deily

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824 closed by vstinner

#39845: Argparse on Python 3.7.1 (Windows) appends double quotes to st
https://bugs.python.org/issue39845 closed by eryksun

#39871: math.copysign raises SystemError with non-float x and custom y
https://bugs.python.org/issue39871 closed by mark.dickinson

#39887: Duplicate C object description of vectorcallfunc
https://bugs.python.org/issue39887 closed by serhiy.storchaka

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915 closed by xtreak

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937 closed by xtreak

#39946: Remove _PyThreadState_GetFrame
https://bugs.python.org/issue39946 closed by vstinner

#39956: Numeric Literals vs string "1_1" on input int() or float() or
https://bugs.python.org/issue39956 closed by mark.dickinson

#39957: bpo39775 not fixed - inspect.Signature.parameters still dict/m
https://bugs.python.org/issue39957 closed by inada.naoki

#39962: Wrong file.tell() function results (Windows 10/Python 64 3.8.2
https://bugs.python.org/issue39962 closed by eric.smith

#39964: adding a string to a list works differently with x+='' compare
https://bugs.python.org/issue39964 closed by steven.daprano

#39965: await is valid in non async functions if PyCF_ALLOW_TOP_LEVEL_
https://bugs.python.org/issue39965 closed by pablogsal

#39968: port extension modules' macros of `get_module_state()` to inli
https://bugs.python.org/issue39968 closed by vstinner

#39969: Remove Param expression context from AST
https://bugs.python.org/issue39969 closed by pablogsal

#39970: Combined behavior of datetime.datetime.timestamp() and datetim
https://bugs.python.org/issue39970 closed by p-ganssle

#39972: Math library Bug Return None for "degrees(0)"
https://bugs.python.org/issue39972 closed by SilentGhost

#39973: The documentation for PyObject_GenericSetDict() is incorrect
https://bugs.python.org/issue39973 closed by serhiy.storchaka

#39974: A race condition with GIL releasing exists in stringlib_bytes_
https://bugs.python.org/issue39974 closed by inada.naoki

#39977: Python aborts trying to load libcrypto.dylib
https://bugs.python.org/issue39977 closed by ned.deily

#39979: Cannot tune scrypt with large enough parameters
https://bugs.python.org/issue39979 closed by Gle

#39980: importlib.resources.path() may return incorrect path when usin
https://bugs.python.org/issue39980 closed by jaraco

#39985: str.format and string.Formatter subscript behaviors diverge
https://bugs.python.org/issue39985 closed by eric.smith

#39987: Simplify setting line numbers in the compiler
https://bugs.python.org/issue39987 closed by serhiy.storchaka

#39988: Remove AugLoad and AugStore expression context from AST
https://bugs.python.org/issue39988 closed by serhiy.storchaka

#39991: test_uuid.test_netstat_getnode() fails on FreeBSD VM: uuid._ne
https://bugs.python.org/issue39991 closed by vstinner

#39992: Windows line endings of pyc file detected on Ubuntu
https://bugs.python.org/issue39992 closed by serhiy.storchaka

#39993: Language Reference - Function definition parameter_list item d
https://bugs.python.org/issue39993 closed by serhiy.storchaka

#39997: "is" operator doesn't work on method returned from method desc
https://bugs.python.org/issue39997 closed by christian.heimes

#39998: [C API] Remove PyEval_AcquireLock() and PyEval_ReleaseLock() f
https://bugs.python.org/issue39998 closed by vstinner

#40000: Improve AST validation for Constant nodes
https://bugs.python.org/issue40000 closed by BTaskaya

#40004: String comparison with dotted numerical values wrong
https://bugs.python.org/issue40004 closed by gvanrossum

#40008: Spam
https://bugs.python.org/issue40008 closed by zach.ware

#40009: Spam
https://bugs.python.org/issue40009 closed by zach.ware

#40015: logging.Logger.disabled field is redundant
https://bugs.python.org/issue40015 closed by rvprasad

#40021: Throwing an Exception results in stack overflow
https://bugs.python.org/issue40021 closed by benjamin.peterson

#40027: re.sub inconsistency beginning with 3.7
https://bugs.python.org/issue40027 closed by mrabarnett
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-20 - 2020-03-27)
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 7357 ( -1)
closed 44486 (+66)
total 51843 (+65)

Open issues with patches: 2882


Issues opened (43)
==================

#20526: python: Modules/gcmodule.c:379: visit_decref: Assertion `((gc)
https://bugs.python.org/issue20526 reopened by vstinner

#36759: astimezone() fails on Windows for pre-epoch times
https://bugs.python.org/issue36759 reopened by SilentGhost

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

#40031: Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to
https://bugs.python.org/issue40031 opened by Vader27

#40034: cgi.parse() does not work with multipart POST requests.
https://bugs.python.org/issue40034 opened by sangh

#40038: pathlib: remove partial support for preserving accessor when m
https://bugs.python.org/issue40038 opened by barneygale

#40042: Enum Flag: psuedo-members have None for name attribute
https://bugs.python.org/issue40042 opened by ethan.furman

#40045: Make "dunder" method documentation easier to locate
https://bugs.python.org/issue40045 opened by aeros

#40048: _PyEval_EvalFrameDefault() doesn't reset tstate->frame if _PyC
https://bugs.python.org/issue40048 opened by vstinner

#40049: tarfile cannot extract from stdin
https://bugs.python.org/issue40049 opened by dtamuc

#40051: Dead link in help(lib2to3)
https://bugs.python.org/issue40051 opened by wyz23x2

#40052: Incorrect pointer alignment in _PyVectorcall_Function() of cpy
https://bugs.python.org/issue40052 opened by asn

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055 opened by vstinner

#40056: more user-friendly turtledemo
https://bugs.python.org/issue40056 opened by Evin Liang

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057 opened by overmighty

#40058: Running test_datetime twice fails with: module 'datetime' has
https://bugs.python.org/issue40058 opened by vstinner

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059 opened by mgorny

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060 opened by Dima.Tisnek

#40061: Possible refleak in _asynciomodule.c future_add_done_callback(
https://bugs.python.org/issue40061 opened by aeros

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064 opened by fdrake

#40065: py39: remove deprecation note for xml.etree.cElementTree
https://bugs.python.org/issue40065 opened by fdrake

#40066: Enum._convert should change __repr__ and/or __str__ to use mod
https://bugs.python.org/issue40066 opened by ethan.furman

#40068: test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_for
https://bugs.python.org/issue40068 opened by vstinner

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070 opened by vstinner

#40071: test__xxsubinterpreters leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071 opened by vstinner

#40072: Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recv
https://bugs.python.org/issue40072 opened by honglei.jiang

#40073: AIX: python3 points to "air"
https://bugs.python.org/issue40073 opened by Michael.Felt

#40074: pickle module dump and load: add support for string file names
https://bugs.python.org/issue40074 opened by Diego Palacios

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075 opened by speleo3

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077 opened by corona10

#40078: asyncio subprocesses allow pids to be reaped, different behavi
https://bugs.python.org/issue40078 opened by Justin.Lebar

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079 opened by Alexander Riccio

#40082: Assertion failure in trip_signal
https://bugs.python.org/issue40082 opened by Alexander Riccio

#40083: No run option available in python idle in version 3.8.2
https://bugs.python.org/issue40083 opened by Raj_110

#40084: HTTPStatus has incomplete dir() listing
https://bugs.python.org/issue40084 opened by rhettinger

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085 opened by tzickel

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086 opened by xtreak

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087 opened by deepaleedotkhare@gmail.com

#40088: list.reverse(): slow sublist reverse
https://bugs.python.org/issue40088 opened by Yury

#40089: Add _at_fork_reinit() method to locks
https://bugs.python.org/issue40089 opened by vstinner

#40090: The referenced RFC for the json module should be corrected to
https://bugs.python.org/issue40090 opened by amaajemyfren

#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091 opened by vstinner

#40092: Crash in _PyThreadState_DeleteExcept() at fork in the process
https://bugs.python.org/issue40092 opened by vstinner



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

#40090: The referenced RFC for the json module should be corrected to
https://bugs.python.org/issue40090

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085

#40084: HTTPStatus has incomplete dir() listing
https://bugs.python.org/issue40084

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079

#40078: asyncio subprocesses allow pids to be reaped, different behavi
https://bugs.python.org/issue40078

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070

#40066: Enum._convert should change __repr__ and/or __str__ to use mod
https://bugs.python.org/issue40066

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057

#40056: more user-friendly turtledemo
https://bugs.python.org/issue40056

#40051: Dead link in help(lib2to3)
https://bugs.python.org/issue40051



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

#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091

#40090: The referenced RFC for the json module should be corrected to
https://bugs.python.org/issue40090

#40089: Add _at_fork_reinit() method to locks
https://bugs.python.org/issue40089

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075

#40071: test__xxsubinterpreters leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055

#40052: Incorrect pointer alignment in _PyVectorcall_Function() of cpy
https://bugs.python.org/issue40052

#40049: tarfile cannot extract from stdin
https://bugs.python.org/issue40049

#40045: Make "dunder" method documentation easier to locate
https://bugs.python.org/issue40045

#40034: cgi.parse() does not work with multipart POST requests.
https://bugs.python.org/issue40034

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024



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

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 18 msgs

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

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018 8 msgs

#36054: On Linux, os.count() should read cgroup cpu.shares and cpu.cfs
https://bugs.python.org/issue36054 7 msgs

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077 7 msgs

#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148 6 msgs

#40031: Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to
https://bugs.python.org/issue40031 6 msgs

#36759: astimezone() fails on Windows for pre-epoch times
https://bugs.python.org/issue36759 5 msgs

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943 5 msgs

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012 5 msgs



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

#1812: doctest _load_testfile function -- newline handling seems inco
https://bugs.python.org/issue1812 closed by zach.ware

#15436: __sizeof__ is not documented
https://bugs.python.org/issue15436 closed by rhettinger

#19462: Add remove_argument() method to argparse.ArgumentParser
https://bugs.python.org/issue19462 closed by rhettinger

#19698: Implement _imp.exec_builtin and exec_dynamic
https://bugs.python.org/issue19698 closed by brett.cannon

#21983: segfault in ctypes.cast
https://bugs.python.org/issue21983 closed by vstinner

#22490: Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs
https://bugs.python.org/issue22490 closed by jaraco

#24916: In sysconfig, don't rely on sys.version format
https://bugs.python.org/issue24916 closed by serhiy.storchaka

#25024: Allow passing "delete=False" to TemporaryDirectory
https://bugs.python.org/issue25024 closed by serhiy.storchaka

#31521: segfault in PyBytes_AsString
https://bugs.python.org/issue31521 closed by vstinner

#32173: linecache.py add lazycache to __all__ and use dict.clear to cl
https://bugs.python.org/issue32173 closed by akuchling

#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 closed by brandtbucher

#36989: test_thread fails because symbol is (no longer) exported
https://bugs.python.org/issue36989 closed by vstinner

#37319: Deprecate using random.randrange() with non-integers
https://bugs.python.org/issue37319 closed by rhettinger

#38044: unittest causing segfaults with string malloc in c++ module
https://bugs.python.org/issue38044 closed by vstinner

#38353: Cleanup the path configuration implementation code (getpath.c)
https://bugs.python.org/issue38353 closed by vstinner

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410 closed by steve.dower

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

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945 closed by larry

#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352 closed by vstinner

#39538: SystemError when set Element.attrib to non-dict
https://bugs.python.org/issue39538 closed by serhiy.storchaka

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541 closed by vstinner

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652 closed by serhiy.storchaka

#39787: test_ssl and test_urllib2_localnet failing with new OpenSSL
https://bugs.python.org/issue39787 closed by vstinner

#39853: Segmentation fault with urllib.request.urlopen and threads
https://bugs.python.org/issue39853 closed by vstinner

#39873: Debug mode: check if objects are valid
https://bugs.python.org/issue39873 closed by vstinner

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879 closed by zach.ware

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882 closed by vstinner

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908 closed by petdance

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 closed by Seth.Troisi

#39975: Commands running in 3.7.6 Shell, but failing as script
https://bugs.python.org/issue39975 closed by terry.reedy

#39984: Move pending calls from _PyRuntime to PyInterpreterState
https://bugs.python.org/issue39984 closed by vstinner

#39999: Fix some issues with AST node classes
https://bugs.python.org/issue39999 closed by serhiy.storchaka

#40005: Getting different result in python 2.7 and 3.7.
https://bugs.python.org/issue40005 closed by tim.peters

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010 closed by vstinner

#40011: Tkinter widget events become tuples
https://bugs.python.org/issue40011 closed by terry.reedy

#40013: CSV DictReader restval parameter documentation
https://bugs.python.org/issue40013 closed by xtreak

#40014: os.getgrouplist() can fail on macOS if the user has more than
https://bugs.python.org/issue40014 closed by vstinner

#40016: Clarify flag case in `re` module docstring
https://bugs.python.org/issue40016 closed by terry.reedy

#40017: Please support CLOCK_TAI in the time module.
https://bugs.python.org/issue40017 closed by benjamin.peterson

#40022: ???????????
https://bugs.python.org/issue40022 closed by terry.reedy

#40029: test_importlib.test_zip requires zlib but not marked
https://bugs.python.org/issue40029 closed by jaraco

#40030: Error with math.fsum() regarding float-point error
https://bugs.python.org/issue40030 closed by serhiy.storchaka

#40032: Remove explicit inheriting of object in class definitions
https://bugs.python.org/issue40032 closed by serhiy.storchaka

#40033: Just defined class missing from scope
https://bugs.python.org/issue40033 closed by rhettinger

#40035: Filtration of the .txt file
https://bugs.python.org/issue40035 closed by eric.smith

#40036: Deleting duplicates in itertoolsmodule.c
https://bugs.python.org/issue40036 closed by rhettinger

#40037: py_compile.py quiet undefined in main function
https://bugs.python.org/issue40037 closed by xtreak

#40039: [CVE-2020-10796] Python multiprocessing Remote Code Execution
https://bugs.python.org/issue40039 closed by steve.dower

#40040: ProactorEventLoop fails on recvfrom with IPv6 sockets
https://bugs.python.org/issue40040 closed by kbr

#40041: Typo in argparse ja-document wrong:'append', correct:'extend'
https://bugs.python.org/issue40041 closed by Yasunobu Imamura

#40043: RegExp Conditional Construct (?(id/name)yes-pattern|no-pattern
https://bugs.python.org/issue40043 closed by SilentGhost

#40044: Tests failing with the latest update of openssl to version 1.1
https://bugs.python.org/issue40044 closed by cstratak

#40046: Increase test coverage of the random module
https://bugs.python.org/issue40046 closed by rhettinger

#40047: itertools.tee does not release resources during iteration?
https://bugs.python.org/issue40047 closed by rhettinger

#40050: importlib: module.__spec__ leaks importlib namespaces (test_i
https://bugs.python.org/issue40050 closed by vstinner

#40053: Document the behavior that no interplotation is applied when n
https://bugs.python.org/issue40053 closed by nhua

#40054: Allow formatted strings as docstrings
https://bugs.python.org/issue40054 closed by serhiy.storchaka

#40062: islapha method returns True when the word is japanese
https://bugs.python.org/issue40062 closed by eric.smith

#40063: Bug in 3rd party sybase database connector (Fatal python error
https://bugs.python.org/issue40063 closed by vstinner

#40067: Improve error messages for multiple star expressions in assign
https://bugs.python.org/issue40067 closed by pablogsal

#40069: Clear .lst files for AIX
https://bugs.python.org/issue40069 closed by vstinner

#40076: isoformat function drops microseconds part if its value is 000
https://bugs.python.org/issue40076 closed by Alexander Bolshakov

#40080: Stripping annotations out as a new optimization mode
https://bugs.python.org/issue40080 closed by rhettinger

#40081: List sorting
https://bugs.python.org/issue40081 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-27 - 2020-04-03)
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 7401 (+44)
closed 44526 (+40)
total 51927 (+84)

Open issues with patches: 2909


Issues opened (65)
==================

#23574: datetime: support leap seconds
https://bugs.python.org/issue23574 reopened by vstinner

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455 reopened by BTaskaya

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207 reopened by petr.viktorin

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 reopened by vstinner

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951 reopened by Dima.Tisnek

#40068: test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_for
https://bugs.python.org/issue40068 reopened by vstinner

#40093: ThreadPoolExecutor with wait=True shuts down too early
https://bugs.python.org/issue40093 opened by fireattack

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094 opened by vstinner

#40095: Incorrect st_ino returned for ReFS on Windows 10
https://bugs.python.org/issue40095 opened by mbrijun@gmail.com

#40098: dir() does not return the list of valid attributes for the obj
https://bugs.python.org/issue40098 opened by serhiy.storchaka

#40100: IDLE: Undesired behavior of emoji in editor.
https://bugs.python.org/issue40100 opened by Alex-Python-Programmer

#40101: lib2to3 fails on default convert functionality
https://bugs.python.org/issue40101 opened by BTaskaya

#40102: Improve XLC support for function attributes
https://bugs.python.org/issue40102 opened by BTaskaya

#40103: ZipFile.extractall is not multiprocess safe with regard to dir
https://bugs.python.org/issue40103 opened by nathansilberman

#40105: Updating zip comment doesn't truncate the zip file
https://bugs.python.org/issue40105 opened by nergall2

#40106: multiprocessor spawn
https://bugs.python.org/issue40106 opened by mouse07410

#40107: pathlib: make `_Accessor.open()` return a file object and not
https://bugs.python.org/issue40107 opened by barneygale

#40110: multiprocessing.Pool.imap() should be lazy
https://bugs.python.org/issue40110 opened by kousu

#40111: Introspect ssl context: read ALPN and NPN protocols
https://bugs.python.org/issue40111 opened by Dima.Tisnek

#40113: Turtle demo
https://bugs.python.org/issue40113 opened by Davide Golinelli

#40116: Regression in memory use of shared key dictionaries for "compa
https://bugs.python.org/issue40116 opened by Mark.Shannon

#40118: os.stat in linux shows the wrong inode
https://bugs.python.org/issue40118 opened by omer sela

#40119: ensurepip should use different pattern for pip/setuptool wheel
https://bugs.python.org/issue40119 opened by anthon

#40120: Undefined C behavior going beyond end of struct via a [1] arra
https://bugs.python.org/issue40120 opened by gregory.p.smith

#40124: Clearer assertion error
https://bugs.python.org/issue40124 opened by pgjones

#40126: Incorrect error handling in unittest.mock
https://bugs.python.org/issue40126 opened by bmclarnon

#40127: Documentation of SSL library
https://bugs.python.org/issue40127 opened by Christophe Nanteuil

#40128: IDLE Show completions pop-up not working on macOS
https://bugs.python.org/issue40128 opened by darthur90

#40129: Add test classes for custom __index__, __int__, __float__ and
https://bugs.python.org/issue40129 opened by serhiy.storchaka

#40132: Mechanism to control who owns package names on PyPI?
https://bugs.python.org/issue40132 opened by ChrisRands

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133 opened by Flameeyes

#40134: Inconsistent ANSI escape code handling on Windows 10
https://bugs.python.org/issue40134 opened by daverove

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

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137 opened by vstinner

#40138: Windows implementation of os.waitpid() truncates the exit stat
https://bugs.python.org/issue40138 opened by vstinner

#40139: mimetypes module racy
https://bugs.python.org/issue40139 opened by ukl

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142 opened by vstinner

#40143: shutil.rmtree will frequently fail on Windows under heavy load
https://bugs.python.org/issue40143 opened by Alexander Riccio

#40145: Pyshellext room for binary size improvement
https://bugs.python.org/issue40145 opened by Alexander Riccio

#40147: Move checking for duplicated keywords to the compiler
https://bugs.python.org/issue40147 opened by pablogsal

#40148: Add PurePath.with_stem()
https://bugs.python.org/issue40148 opened by timhoffm

#40149: test_threading leaked [38, 38, 38] references, sum=114
https://bugs.python.org/issue40149 opened by vstinner

#40150: (minor) mismatched argument in overlapped_RegisterWaitWithQueu
https://bugs.python.org/issue40150 opened by Alexander Riccio

#40151: _overlapped room for improvement
https://bugs.python.org/issue40151 opened by Alexander Riccio

#40152: Coroutine hangs if it performs async operations when handling
https://bugs.python.org/issue40152 opened by salgado

#40153: json dump with repeated key
https://bugs.python.org/issue40153 opened by facundobatista

#40154: embedded null byte when connecting to sqlite database using a
https://bugs.python.org/issue40154 opened by ferferga

#40157: SMTP email policy does not encode non-ASCII characters
https://bugs.python.org/issue40157 opened by aepsil0n

#40158: MSBuild Extensions in CPython NuGet Package has Bad Expression
https://bugs.python.org/issue40158 opened by sydefekt

#40160: documentation example of os.walk should be less destructive
https://bugs.python.org/issue40160 opened by jftuga

#40161: Name collisions in pythoncore, preventing unity/jumbo build
https://bugs.python.org/issue40161 opened by Alexander Riccio

#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163 opened by vstinner

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1f
https://bugs.python.org/issue40164 opened by ned.deily

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165 opened by BTaskaya

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166 opened by amaajemyfren

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167 opened by Beier Liu

#40168: import pandas error[python 3.8.]
https://bugs.python.org/issue40168 opened by Harish Gajjar

#40169: `dis.findlabels()` should accept a code object
https://bugs.python.org/issue40169 opened by laike9m

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 opened by vstinner

#40171: Attempting to import inaccessible package imports an empty pac
https://bugs.python.org/issue40171 opened by xfix

#40172: ZipInfo corrupts file names in some old zip archives
https://bugs.python.org/issue40172 opened by nergall2

#40173: test.support.import_fresh_module fails to correctly block subm
https://bugs.python.org/issue40173 opened by p-ganssle

#40174: HAVE_CLOCK_GETTIME not repected in pytime.c
https://bugs.python.org/issue40174 opened by jerome.hamm

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175 opened by nergall2

#40176: unterminated string literal tokenization error messages could
https://bugs.python.org/issue40176 opened by benjamin.peterson



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

#40176: unterminated string literal tokenization error messages could
https://bugs.python.org/issue40176

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175

#40173: test.support.import_fresh_module fails to correctly block subm
https://bugs.python.org/issue40173

#40172: ZipInfo corrupts file names in some old zip archives
https://bugs.python.org/issue40172

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170

#40169: `dis.findlabels()` should accept a code object
https://bugs.python.org/issue40169

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1f
https://bugs.python.org/issue40164

#40161: Name collisions in pythoncore, preventing unity/jumbo build
https://bugs.python.org/issue40161

#40157: SMTP email policy does not encode non-ASCII characters
https://bugs.python.org/issue40157

#40154: embedded null byte when connecting to sqlite database using a
https://bugs.python.org/issue40154

#40152: Coroutine hangs if it performs async operations when handling
https://bugs.python.org/issue40152

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



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

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175

#40172: ZipInfo corrupts file names in some old zip archives
https://bugs.python.org/issue40172

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165

#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163

#40160: documentation example of os.walk should be less destructive
https://bugs.python.org/issue40160

#40158: MSBuild Extensions in CPython NuGet Package has Bad Expression
https://bugs.python.org/issue40158

#40151: _overlapped room for improvement
https://bugs.python.org/issue40151

#40148: Add PurePath.with_stem()
https://bugs.python.org/issue40148

#40147: Move checking for duplicated keywords to the compiler
https://bugs.python.org/issue40147

#40145: Pyshellext room for binary size improvement
https://bugs.python.org/issue40145

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133



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

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094 29 msgs

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207 13 msgs

#40120: Undefined C behavior going beyond end of struct via a [1] arra
https://bugs.python.org/issue40120 13 msgs

#40098: dir() does not return the list of valid attributes for the obj
https://bugs.python.org/issue40098 10 msgs

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 8 msgs

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837 8 msgs

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966 8 msgs

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077 8 msgs

#33725: Python crashes on macOS after fork with no exec
https://bugs.python.org/issue33725 7 msgs

#39503: [security][CVE-2020-8492] Denial of service in urllib.request.
https://bugs.python.org/issue39503 7 msgs



Issues closed (42)
==================

#15140: PEP 384 inconsistent with implementation
https://bugs.python.org/issue15140 closed by gvanrossum

#38527: configure script fails to detect "float word ordering" on Sola
https://bugs.python.org/issue38527 closed by pablogsal

#38636: IDLE regression: toggle tabs and change indent width functions
https://bugs.python.org/issue38636 closed by terry.reedy

#38972: [venv] Link to instructions to change PowerShell execution pol
https://bugs.python.org/issue38972 closed by brett.cannon

#39133: threading lib. working improperly on idle window
https://bugs.python.org/issue39133 closed by terry.reedy

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682 closed by pitrou

#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780 closed by corona10

#39812: Avoid daemon threads in concurrent.futures
https://bugs.python.org/issue39812 closed by pitrou

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982 closed by koobs

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018 closed by benjamin.peterson

#40019: test_gdb should better detect when Python is optimized
https://bugs.python.org/issue40019 closed by vstinner

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020 closed by Alexander Riccio

#40024: Add PyModule_AddType helper function
https://bugs.python.org/issue40024 closed by vstinner

#40071: test__xxsubinterpreters leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071 closed by vstinner

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086 closed by xtreak

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087 closed by terry.reedy

#40088: list.reverse(): slow sublist reverse
https://bugs.python.org/issue40088 closed by rhettinger

#40096: Support _Py_NO_RETURN on XLC
https://bugs.python.org/issue40096 closed by pablogsal

#40097: Queue.Empty issue - Python3.8
https://bugs.python.org/issue40097 closed by Python_dev_IL

#40099: modify code format of json library for pep7,8
https://bugs.python.org/issue40099 closed by rhettinger

#40104: ElementTree does not find elements in a default namespace with
https://bugs.python.org/issue40104 closed by Myron Walker

#40108: Improve error message for -m option when .py is present
https://bugs.python.org/issue40108 closed by pablogsal

#40109: List index doesn't work with multiple assignment
https://bugs.python.org/issue40109 closed by benjamin.peterson

#40112: AIX: xlc - default path changed and no longer recognized
https://bugs.python.org/issue40112 closed by vstinner

#40114: support maxsize argument for lru_cache's user_function option
https://bugs.python.org/issue40114 closed by brendon-zhang@hotmail.com

#40115: test_asyncio leaked [3, 3, 3] references, sum=9
https://bugs.python.org/issue40115 closed by vstinner

#40117: __round__ doesn't behave well with return NotImplemented
https://bugs.python.org/issue40117 closed by mark.dickinson

#40121: socket module missing audit events
https://bugs.python.org/issue40121 closed by steve.dower

#40122: The implementation and documentation of "dis.findlables" don't
https://bugs.python.org/issue40122 closed by serhiy.storchaka

#40123: append() works not correct
https://bugs.python.org/issue40123 closed by steven.daprano

#40125: update OpenSSL 1.1.1 in multissltests.py to 1.1.1f
https://bugs.python.org/issue40125 closed by benjamin.peterson

#40130: Remove _PyUnicode_AsKind from private C API
https://bugs.python.org/issue40130 closed by serhiy.storchaka

#40131: Zipapp example has parameters in the wrong order
https://bugs.python.org/issue40131 closed by xtreak

#40136: add warning to datetime.replace documentation to not use it fo
https://bugs.python.org/issue40136 closed by p-ganssle

#40140: test_builtin crashes when runned in parallel mode on solaris
https://bugs.python.org/issue40140 closed by vstinner

#40141: Add line and column information for keywords in the AST
https://bugs.python.org/issue40141 closed by pablogsal

#40144: resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on m
https://bugs.python.org/issue40144 closed by vstinner

#40146: Upgrade Azure Pipelines to OpenSSL 1.1.1f
https://bugs.python.org/issue40146 closed by vstinner

#40155: AIX: test_builtin.test_input_no_stdout_fileno() hangs
https://bugs.python.org/issue40155 closed by vstinner

#40156: CodeCov/patch job stills runs on pull requests on 3.5 and 3.6
https://bugs.python.org/issue40156 closed by vstinner

#40159: Make python -V -V output arguments of configure
https://bugs.python.org/issue40159 closed by Volker Weißmann

#40162: Upgrade Travis CI to OpenSSL 1.1.1f
https://bugs.python.org/issue40162 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-03 - 2020-04-10)
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 7433 (+32)
closed 44563 (+37)
total 51996 (+69)

Open issues with patches: 2934


Issues opened (50)
==================

#39984: Move pending calls from _PyRuntime to PyInterpreterState
https://bugs.python.org/issue39984 reopened by vstinner

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

#40179: Argument Clinic incorretly translates #elif
https://bugs.python.org/issue40179 opened by serhiy.storchaka

#40180: isinstance(cls_with_metaclass, non_type) raises KeyError
https://bugs.python.org/issue40180 opened by terry.reedy

#40181: IDLE: remove positional-only note from calltips
https://bugs.python.org/issue40181 opened by terry.reedy

#40183: AC_COMPILE_IFELSE doesn't work in all cases
https://bugs.python.org/issue40183 opened by jerome.hamm

#40186: test_notify_all hangs forever in sparc64
https://bugs.python.org/issue40186 opened by BTaskaya

#40188: Azure Pipelines jobs failing randomly with: Unable to connect
https://bugs.python.org/issue40188 opened by vstinner

#40191: tempfile.mkstemp() | Documentation Error
https://bugs.python.org/issue40191 opened by Howard Waterfall

#40192: time.thread_time isn't outputting in nanoseconds in AIX
https://bugs.python.org/issue40192 opened by BTaskaya

#40195: multiprocessing.Queue.put can fail silently due to pickle erro
https://bugs.python.org/issue40195 opened by Sander Land

#40197: Add nanoseconds to timing table in What's new python 3.8
https://bugs.python.org/issue40197 opened by mchels

#40198: macOS Python builds from Python.org ignore DYLD_LIBRARY_PATH d
https://bugs.python.org/issue40198 opened by dgelessus

#40199: Invalid escape sequence DeprecationWarnings don't trigger by d
https://bugs.python.org/issue40199 opened by Numerlor

#40202: Misleading grammatically of ValueError Message?
https://bugs.python.org/issue40202 opened by Jacob RR

#40203: Warn about invalid PYTHONUSERBASE
https://bugs.python.org/issue40203 opened by Volker Weißmann

#40204: Docs build error with Sphinx 3.0 due to invalid C declaration
https://bugs.python.org/issue40204 opened by xtreak

#40205: Profile 'builtins' parameter documentation missing
https://bugs.python.org/issue40205 opened by bar.harel

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207 opened by BTaskaya

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208 opened by BTaskaya

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209 opened by hakancelik

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210 opened by Nikolai Ehrhardt

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211 opened by BTaskaya

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212 opened by BTaskaya

#40213: contextlib.aclosing()
https://bugs.python.org/issue40213 opened by John Belmonte

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 opened by aeros

#40215: Use xdg basedir spec on linux
https://bugs.python.org/issue40215 opened by Óscar García Amor

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 opened by vstinner

#40218: sys.executable is a non existing path if python is executed fr
https://bugs.python.org/issue40218 opened by Volker Weißmann

#40219: ttk LabeledScale: label covered by hidden element
https://bugs.python.org/issue40219 opened by Stephen Bell

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221 opened by vstinner

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 opened by Mark.Shannon

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223 opened by skrah

#40225: recursive call within generator expression is O(depth)
https://bugs.python.org/issue40225 opened by brendon-zhang@hotmail.com

#40227: SSLError is not passed to the client during handshake
https://bugs.python.org/issue40227 opened by iivanyuk

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228 opened by Mark.Shannon

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229 opened by Steven Lu

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 opened by Henry Carscadden

#40231: Fix pending calls in subinterpreters
https://bugs.python.org/issue40231 opened by vstinner

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232 opened by vstinner

#40234: Disallow daemon threads in subinterpreters optionally.
https://bugs.python.org/issue40234 opened by eric.snow

#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235 opened by dholth

#40236: datetime.datetime.strptime get day error
https://bugs.python.org/issue40236 opened by zhanying

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237 opened by vstinner

#40238: os.stat() on Windows succeeds for nonexistent paths with trail
https://bugs.python.org/issue40238 opened by laloch

#40240: Expose public spelling of _PyGC_FINALIZED and _PyGC_SET_FINALI
https://bugs.python.org/issue40240 opened by Eric Cousineau

#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241 opened by vstinner

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243 opened by wmeehan

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 opened by Michael.Felt

#40245: Add description meta tags to docs.python.org
https://bugs.python.org/issue40245 opened by 0az



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

#40245: Add description meta tags to docs.python.org
https://bugs.python.org/issue40245

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243

#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229

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

#40227: SSLError is not passed to the client during handshake
https://bugs.python.org/issue40227

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221

#40219: ttk LabeledScale: label covered by hidden element
https://bugs.python.org/issue40219

#40215: Use xdg basedir spec on linux
https://bugs.python.org/issue40215

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207



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

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243

#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237

#40234: Disallow daemon threads in subinterpreters optionally.
https://bugs.python.org/issue40234

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229

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

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207

#40204: Docs build error with Sphinx 3.0 due to invalid C declaration
https://bugs.python.org/issue40204



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

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 16 msgs

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 16 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 13 msgs

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 12 msgs

#40225: recursive call within generator expression is O(depth)
https://bugs.python.org/issue40225 12 msgs

#40204: Docs build error with Sphinx 3.0 due to invalid C declaration
https://bugs.python.org/issue40204 11 msgs

#40240: Expose public spelling of _PyGC_FINALIZED and _PyGC_SET_FINALI
https://bugs.python.org/issue40240 9 msgs

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060 8 msgs

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 7 msgs

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 7 msgs



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

#5654: Add C hook in PyDict_SetItem for debuggers
https://bugs.python.org/issue5654 closed by vstinner

#25780: Add support for CAN_RAW_JOIN_FILTERS
https://bugs.python.org/issue25780 closed by pablogsal

#33608: Add a cross-interpreter-safe mechanism to indicate that an obj
https://bugs.python.org/issue33608 closed by vstinner

#37127: Handling pending calls during runtime finalization may cause p
https://bugs.python.org/issue37127 closed by vstinner

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

#38689: IDLE crashes when KeyError is raised during calltip generation
https://bugs.python.org/issue38689 closed by terry.reedy

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019 closed by BTaskaya

#39689: struct and memoryview tests rely on undefined behavior (as rev
https://bugs.python.org/issue39689 closed by petr.viktorin

#40082: trip_signal() gets NULL tstate on Windows on CTRL+C
https://bugs.python.org/issue40082 closed by vstinner

#40118: os.stat in linux shows the wrong inode
https://bugs.python.org/issue40118 closed by ammar2

#40132: Mechanism to control who owns package names on PyPI?
https://bugs.python.org/issue40132 closed by terry.reedy

#40147: Move checking for duplicated keywords to the compiler
https://bugs.python.org/issue40147 closed by pablogsal

#40154: embedded null byte when connecting to sqlite database using a
https://bugs.python.org/issue40154 closed by SilentGhost

#40158: MSBuild Extensions in CPython NuGet Package has Bad Expression
https://bugs.python.org/issue40158 closed by steve.dower

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166 closed by benjamin.peterson

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175 closed by nergall2

#40177: Python Language Reference Documentation
https://bugs.python.org/issue40177 closed by mark.dickinson

#40182: Remove the _field_types attribute of NamedTuple
https://bugs.python.org/issue40182 closed by serhiy.storchaka

#40184: Compiler warnings under sparc64
https://bugs.python.org/issue40184 closed by benjamin.peterson

#40185: Refactor typing.NamedTuple
https://bugs.python.org/issue40185 closed by serhiy.storchaka

#40187: Refactor typing.TypedDict
https://bugs.python.org/issue40187 closed by serhiy.storchaka

#40189: MultiProcessing Subclass - overrides run method issue
https://bugs.python.org/issue40189 closed by Python_dev_IL

#40190: Add support for _SC_AIX_REALMEM in posix.sysconf
https://bugs.python.org/issue40190 closed by vstinner

#40193: thread.get_native_id() support for solaris
https://bugs.python.org/issue40193 closed by BTaskaya

#40194: Document special meanings of a single underscore
https://bugs.python.org/issue40194 closed by SilentGhost

#40196: symtable.Symbol.is_local() can be True for global symbols
https://bugs.python.org/issue40196 closed by pablogsal

#40200: count 0 crash
https://bugs.python.org/issue40200 closed by BTaskaya

#40201: Last digit count error
https://bugs.python.org/issue40201 closed by josh.r

#40206: Multiplying 4.6*100 will result in 459.99999999999994
https://bugs.python.org/issue40206 closed by eric.smith

#40216: Support --runstatedir in configure
https://bugs.python.org/issue40216 closed by vstinner

#40220: Modules/gcmodule.c:434: update_refs: Assertion "gc_get_refs(gc
https://bugs.python.org/issue40220 closed by gregory.p.smith

#40224: delete_me
https://bugs.python.org/issue40224 closed by ronaldoussoren

#40226: Leak in tstate->interp->ceval.pending
https://bugs.python.org/issue40226 closed by vstinner

#40233: Awkward to set compression on writeable ZipFile.open()
https://bugs.python.org/issue40233 closed by dholth

#40239: Add a function for merging sorted iterables
https://bugs.python.org/issue40239 closed by serhiy.storchaka

#40242: zmq mysql core dump
https://bugs.python.org/issue40242 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-10 - 2020-04-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 7443 (+10)
closed 44618 (+55)
total 52061 (+65)

Open issues with patches: 2932


Issues opened (40)
==================

#25680: Selector.select() hangs when there is nothing to select
https://bugs.python.org/issue25680 reopened by gvanrossum

#40247: Logged out of user when running Tkinter
https://bugs.python.org/issue40247 opened by Jordan

#40249: __import__ doesn't honour globals
https://bugs.python.org/issue40249 opened by stefan

#40250: unable to comment out r'\u' string with triple quote marks
https://bugs.python.org/issue40250 opened by Elmar Bucher

#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251 opened by russelldavis

#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252 opened by russelldavis

#40253: Fix .py(w) file association with Pyhon 3 Windows installer
https://bugs.python.org/issue40253 opened by virtualnobi

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254 opened by cocoatomo

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 opened by eelizondo

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256 opened by YusufM

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 opened by serhiy.storchaka

#40259: re.Scanner groups
https://bugs.python.org/issue40259 opened by dchron

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260 opened by barry-scott

#40261: Build of Python where make is called from subprocess, within a
https://bugs.python.org/issue40261 opened by rdbisme

#40262: SSL recv_into requires the object to implement __len__ unlike
https://bugs.python.org/issue40262 opened by tzickel

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263 opened by Ray Donnelly

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 opened by rushilu

#40272: ModuleNotFoundEror thrown by system python while accessing it
https://bugs.python.org/issue40272 opened by gavin

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273 opened by jack1142

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 opened by vstinner

#40278: pathlib Path.replace raises OSError when target exists
https://bugs.python.org/issue40278 opened by selik

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279 opened by scoder

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 opened by Simon Biggs

#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283 opened by guchao

#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 opened by rhettinger

#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288 opened by vstinner

#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289 opened by thautwarm

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291 opened by karlding

#40293: Tag libffi build and sources in cpython-source-deps for 3.9.0b
https://bugs.python.org/issue40293 opened by indygreg

#40296: help(list[int]) fails
https://bugs.python.org/issue40296 opened by serhiy.storchaka

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297 opened by karlding

#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300 opened by felixxm

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301 opened by massimosala

#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304 opened by boris

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305 opened by ROUX antoine2

#40306: Enhancement request for SSLContext - flag to handle trailing d
https://bugs.python.org/issue40306 opened by bli2020

#40307: multiprocessing.BaseManager does not retain Client type.
https://bugs.python.org/issue40307 opened by amol

#40308: Intermittent failure of test_os.TestScandir.test_attributes on
https://bugs.python.org/issue40308 opened by Dennis Sweeney

#40309: “unmatched paren” for space before parenthesis in Py_Build
https://bugs.python.org/issue40309 opened by Wrzlprmft

#40311: docs.python.org banner - release blocker for 2.7.18
https://bugs.python.org/issue40311 opened by sumanah



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

#40309: “unmatched paren” for space before parenthesis in Py_Build
https://bugs.python.org/issue40309

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305

#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291

#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289

#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279

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

#40272: ModuleNotFoundEror thrown by system python while accessing it
https://bugs.python.org/issue40272

#40262: SSL recv_into requires the object to implement __len__ unlike
https://bugs.python.org/issue40262

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254

#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252

#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251



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

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301

#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291

#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237



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

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 45 msgs

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260 15 msgs

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 13 msgs

#36780: Interpreter exit blocks waiting for futures of shut-down Threa
https://bugs.python.org/issue36780 9 msgs

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 9 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 8 msgs

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 8 msgs

#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 8 msgs

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 7 msgs

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 7 msgs



Issues closed (55)
==================

#15904: file,close() can fail assert on Windows in 2.7
https://bugs.python.org/issue15904 closed by benjamin.peterson

#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
https://bugs.python.org/issue29255 closed by gvanrossum

#30140: Binary arithmetic does not always call subclasses first
https://bugs.python.org/issue30140 closed by gvanrossum

#31758: various refleaks in _elementtree, and crashes when using an un
https://bugs.python.org/issue31758 closed by scoder

#32033: The pwd module implementation incorrectly sets some attributes
https://bugs.python.org/issue32033 closed by vstinner

#32894: AST unparsing of infinity numbers
https://bugs.python.org/issue32894 closed by vstinner

#35967: Better platform.processor support
https://bugs.python.org/issue35967 closed by jaraco

#38644: Pass explicitly tstate to function calls
https://bugs.python.org/issue38644 closed by vstinner

#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011 closed by scoder

#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380 closed by vstinner

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522 closed by pablogsal

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667 closed by jaraco

#39793: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different doma
https://bugs.python.org/issue39793 closed by BTaskaya

#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865 closed by rhettinger

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894 closed by pitrou

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897 closed by pitrou

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901 closed by pitrou

#39953: Let's update ssl error codes
https://bugs.python.org/issue39953 closed by benjamin.peterson

#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091 closed by vstinner

#40129: Add test classes for custom __index__, __int__, __float__ and
https://bugs.python.org/issue40129 closed by serhiy.storchaka

#40197: Add nanoseconds to timing table in What's new python 3.8
https://bugs.python.org/issue40197 closed by rhettinger

#40208: Remove deprecated symtable.SymbolTable.has_exec
https://bugs.python.org/issue40208 closed by corona10

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209 closed by pablogsal

#40218: sys.executable is a false path if python is executed from gdb
https://bugs.python.org/issue40218 closed by terry.reedy

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221 closed by corona10

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 closed by rhettinger

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232 closed by corona10

#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235 closed by serhiy.storchaka

#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241 closed by vstinner

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 closed by pablogsal

#40248: Proposed class for collections: dynamicdict
https://bugs.python.org/issue40248 closed by steven.daprano

#40258: random module does not have type hints
https://bugs.python.org/issue40258 closed by rhettinger

#40264: List item inside tuple seemingly allows for item assignment ev
https://bugs.python.org/issue40264 closed by eric.smith

#40265: argparse.Namespace __repr__ does not handle reserved keywords
https://bugs.python.org/issue40265 closed by rhettinger

#40266: Failure to build _ssl module on ubuntu xenial
https://bugs.python.org/issue40266 closed by SilentGhost

#40267: Error message differs when an expression is in an fstring
https://bugs.python.org/issue40267 closed by gvanrossum

#40268: Reorganize pycore_pystate.h header
https://bugs.python.org/issue40268 closed by vstinner

#40270: activate (or include) json1 extension in sqlite
https://bugs.python.org/issue40270 closed by zach.ware

#40271: Allow shell like paths in
https://bugs.python.org/issue40271 closed by serhiy.storchaka

#40274: 3D plotting library doesn't occlude objects by depth/perspecti
https://bugs.python.org/issue40274 closed by eric.smith

#40276: Make member objects inspectable.
https://bugs.python.org/issue40276 closed by rhettinger

#40277: Improve repr for _tuplegetter objects
https://bugs.python.org/issue40277 closed by rhettinger

#40281: Add pathlib.PurePath.as_uri()
https://bugs.python.org/issue40281 closed by pitrou

#40282: random.getrandbits(0) should succeed
https://bugs.python.org/issue40282 closed by pitrou

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 closed by vstinner

#40287: SpooledTemporaryFile.seek returns None
https://bugs.python.org/issue40287 closed by inada.naoki

#40290: Add zscore to statistics.NormalDist
https://bugs.python.org/issue40290 closed by rhettinger

#40292: Memory leak when defining a new class inside a loop
https://bugs.python.org/issue40292 closed by serhiy.storchaka

#40294: Use-after-free crash if multiple interpreters import asyncio m
https://bugs.python.org/issue40294 closed by vstinner

#40295: doctest handling of multiline strings is broken
https://bugs.python.org/issue40295 closed by steven.daprano

#40298: Type annotation objects (Tuple, List, etc.) register as callab
https://bugs.python.org/issue40298 closed by serhiy.storchaka

#40299: os.dup seems broken with execvp (LINUX)
https://bugs.python.org/issue40299 closed by krsna

#40302: Add pycore_byteswap.h internal header file with _Py_bswap32()
https://bugs.python.org/issue40302 closed by vstinner

#40303: argparse parse_args args parameter bug or intended
https://bugs.python.org/issue40303 closed by Gharg

#40310: If use element from for in while loop it will have bad iterate
https://bugs.python.org/issue40310 closed by Maks Bleo
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-17 - 2020-04-24)
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 7452 ( +9)
closed 44675 (+57)
total 52127 (+66)

Open issues with patches: 2942


Issues opened (50)
==================

#34037: asyncio: BaseEventLoop.close() shutdowns the executor without
https://bugs.python.org/issue34037 reopened by vstinner

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 reopened by rhettinger

#40312: Weakref callbacks running before finalizers in GC collection
https://bugs.python.org/issue40312 opened by a-feld

#40314: python code order of magnitude faster than equivalent CPython
https://bugs.python.org/issue40314 opened by deekay

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

#40317: inspect.getsource() examines incorrect target
https://bugs.python.org/issue40317 opened by Grzegorz Kraso?

#40318: Migrate to SQLite3 trace v2 API
https://bugs.python.org/issue40318 opened by erlendaasland

#40320: Add ability to specify instance of contextvars context to Task
https://bugs.python.org/issue40320 opened by Jeff.Laughlin

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321 opened by Jochem Schulenklopper

#40324: python 3.8.2 idle not opening
https://bugs.python.org/issue40324 opened by krishandanushka536@gmail.com

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327 opened by Markus Mohrhard

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328 opened by corona10

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331 opened by tzabal

#40333: Request for multi-phase initialization API to run code after i
https://bugs.python.org/issue40333 opened by indygreg

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 opened by gvanrossum

#40337: builtins.RuntimeError: Caught RuntimeError in pin memory threa
https://bugs.python.org/issue40337 opened by shawn

#40338: [Security] urllib and anti-slash (\) in the hostname
https://bugs.python.org/issue40338 opened by vstinner

#40339: Instead of skipping, IPV6 test(s) fail on a non-IPV6 machine
https://bugs.python.org/issue40339 opened by UnitedMarsupials

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340 opened by Dominik V.

#40341: Programming FAQ includes actively discouraged solutions; Shoul
https://bugs.python.org/issue40341 opened by Dominik V.

#40342: Programming FAQ about "How do I apply a method to a sequence o
https://bugs.python.org/issue40342 opened by Dominik V.

#40343: Programming FAQ about "How do I call a method defined in a bas
https://bugs.python.org/issue40343 opened by Dominik V.

#40344: Programming FAQ about "What is the most efficient way to conca
https://bugs.python.org/issue40344 opened by Dominik V.

#40345: Programming FAQ about "How do I iterate over a sequence in rev
https://bugs.python.org/issue40345 opened by Dominik V.

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346 opened by vstinner

#40347: Programming FAQ about "How do you remove duplicates from a lis
https://bugs.python.org/issue40347 opened by Dominik V.

#40348: Programming FAQ about "What is delegation?": Fix typos
https://bugs.python.org/issue40348 opened by Dominik V.

#40350: modulefinder chokes on numpy - dereferencing None in spec.load
https://bugs.python.org/issue40350 opened by Greg Whiteley

#40352: SocketHandler silently drops log messages on re-connect
https://bugs.python.org/issue40352 opened by Oleg Nykolyn

#40353: Add an optional "strict" check to zip
https://bugs.python.org/issue40353 opened by brandtbucher

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

#40356: OverflowError: mktime argument out of range
https://bugs.python.org/issue40356 opened by darkman66

#40357: asyncio: will shutdown_default_executor work in single step (s
https://bugs.python.org/issue40357 opened by cmeyer

#40358: pathlib's relative_to should behave like os.path.relpath
https://bugs.python.org/issue40358 opened by d.ragusa

#40359: email.parse part.get_filename() fails to unwrap long attachmen
https://bugs.python.org/issue40359 opened by matt-davis

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 opened by gregory.p.smith

#40361: Darwin systems using win settings for webbrowser.py
https://bugs.python.org/issue40361 opened by Viraat Das

#40362: AbstractBasicAuthHandler does not support the following scheme
https://bugs.python.org/issue40362 opened by Paul Stoner

#40363: shlex.quote applied to a glob pattern disables glob matching
https://bugs.python.org/issue40363 opened by geophile

#40364: asyncio: replace _compute_returncode() with os.waitstatus_to_e
https://bugs.python.org/issue40364 opened by vstinner

#40365: argparse: action "extend" with 1 parameter splits strings into
https://bugs.python.org/issue40365 opened by strjan

#40366: Remove support for obsolete flags in compile function
https://bugs.python.org/issue40366 opened by BTaskaya

#40367: ImportError: libffi.so.6
https://bugs.python.org/issue40367 opened by YoSTEALTH

#40368: os.path.realpath uppercases Windows drive letter on Python 3.8
https://bugs.python.org/issue40368 opened by saschanaz

#40371: Deadlock in logging.config.dictConfig
https://bugs.python.org/issue40371 opened by mrc

#40372: doctest example programs should exit 1 if any test fails
https://bugs.python.org/issue40372 opened by AndiDog

#40373: urlunparse does not escape slash (/) for http+unix:// in netlo
https://bugs.python.org/issue40373 opened by socketpair

#40375: Add the UNSELECT command to imaplib
https://bugs.python.org/issue40375 opened by eric.smith

#40376: documentation for os.getgrouplist potentially misleading
https://bugs.python.org/issue40376 opened by woodfighter

#40377: APPDATA location in Microsoft Store version
https://bugs.python.org/issue40377 opened by stephtr



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

#40377: APPDATA location in Microsoft Store version
https://bugs.python.org/issue40377

#40376: documentation for os.getgrouplist potentially misleading
https://bugs.python.org/issue40376

#40375: Add the UNSELECT command to imaplib
https://bugs.python.org/issue40375

#40373: urlunparse does not escape slash (/) for http+unix:// in netlo
https://bugs.python.org/issue40373

#40372: doctest example programs should exit 1 if any test fails
https://bugs.python.org/issue40372

#40371: Deadlock in logging.config.dictConfig
https://bugs.python.org/issue40371

#40367: ImportError: libffi.so.6
https://bugs.python.org/issue40367

#40357: asyncio: will shutdown_default_executor work in single step (s
https://bugs.python.org/issue40357

#40350: modulefinder chokes on numpy - dereferencing None in spec.load
https://bugs.python.org/issue40350

#40348: Programming FAQ about "What is delegation?": Fix typos
https://bugs.python.org/issue40348

#40347: Programming FAQ about "How do you remove duplicates from a lis
https://bugs.python.org/issue40347

#40345: Programming FAQ about "How do I iterate over a sequence in rev
https://bugs.python.org/issue40345

#40343: Programming FAQ about "How do I call a method defined in a bas
https://bugs.python.org/issue40343

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328



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

#40376: documentation for os.getgrouplist potentially misleading
https://bugs.python.org/issue40376

#40372: doctest example programs should exit 1 if any test fails
https://bugs.python.org/issue40372

#40366: Remove support for obsolete flags in compile function
https://bugs.python.org/issue40366

#40361: Darwin systems using win settings for webbrowser.py
https://bugs.python.org/issue40361

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360

#40358: pathlib's relative_to should behave like os.path.relpath
https://bugs.python.org/issue40358

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340

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

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321

#40318: Migrate to SQLite3 trace v2 API
https://bugs.python.org/issue40318

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



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

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

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346 26 msgs

#40312: Weakref callbacks running before finalizers in GC collection
https://bugs.python.org/issue40312 16 msgs

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

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301 11 msgs

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 9 msgs

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 9 msgs

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 7 msgs

#33065: IDLE debugger: failure stepping through module loading
https://bugs.python.org/issue33065 6 msgs

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1g
https://bugs.python.org/issue40164 6 msgs



Issues closed (55)
==================

#11654: errors in atexit hooks don't change process exit code
https://bugs.python.org/issue11654 closed by glyph

#17986: Alternative async subprocesses (pep 3145)
https://bugs.python.org/issue17986 closed by vstinner

#23117: Properly codesign Mac python 2.7.9.pkg so it can work thru OS
https://bugs.python.org/issue23117 closed by ned.deily

#23414: seek(count, whence) accepts bogus whence on windows, python2.7
https://bugs.python.org/issue23414 closed by ned.deily

#26826: Expose new copy_file_range() syscall in os module.
https://bugs.python.org/issue26826 closed by benjamin.peterson

#36890: python-3.7.3-macosx10.6.pkg verification error on macOS 10.6 S
https://bugs.python.org/issue36890 closed by ned.deily

#37465: Incorrect documentation for `s#` arguments in C API argument p
https://bugs.python.org/issue37465 closed by inada.naoki

#37626: Documentation?conflict between docs
https://bugs.python.org/issue37626 closed by inada.naoki

#37790: subprocess.Popen() is extremely slow (with close_fds=True whic
https://bugs.python.org/issue37790 closed by vstinner

#37846: declare that Text I/O use buffer inside
https://bugs.python.org/issue37846 closed by inada.naoki

#38061: FreeBSD: Optimize subprocess.Popen(close_fds=True) using close
https://bugs.python.org/issue38061 closed by vstinner

#38329: macOS python.org installers only add or modify framework Versi
https://bugs.python.org/issue38329 closed by ned.deily

#38360: single-argument form of -isysroot should be supported
https://bugs.python.org/issue38360 closed by ned.deily

#38784: ip_network does not clear/update the broadcast_address cache w
https://bugs.python.org/issue38784 closed by inada.naoki

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

#39207: concurrent.futures.ProcessPoolExecutor does not properly reap
https://bugs.python.org/issue39207 closed by pitrou

#39285: PurePath.match indicates case-sensitive nature and presents a
https://bugs.python.org/issue39285 closed by pitrou

#39471: Meaning and clarification of PyBuffer_Release()
https://bugs.python.org/issue39471 closed by seberg

#39674: Keep deprecated features in Python 3.9 to ease migration from
https://bugs.python.org/issue39674 closed by vstinner

#39849: Compiler warninig: warning: variable ‘res’ set but not use
https://bugs.python.org/issue39849 closed by corona10

#39932: test_multiprocessing_fork leaked [0, 2, 0] file descriptors on
https://bugs.python.org/issue39932 closed by vstinner

#39933: test_gdb fails on AMD64 FreeBSD Shared 3.x: ptrace: Operation
https://bugs.python.org/issue39933 closed by vstinner

#39939: PEP 616: Add str.removeprefix and str.removesuffix methods
https://bugs.python.org/issue39939 closed by vstinner

#39942: Making instance of `TypeVar` fails because of missing `__name_
https://bugs.python.org/issue39942 closed by levkivskyi

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

#40048: _PyEval_EvalFrameDefault() doesn't reset tstate->frame if _PyC
https://bugs.python.org/issue40048 closed by vstinner

#40089: Add _at_fork_reinit() method to locks
https://bugs.python.org/issue40089 closed by vstinner

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094 closed by vstinner

#40138: Windows implementation of os.waitpid() truncates the exit stat
https://bugs.python.org/issue40138 closed by vstinner

#40148: Add PurePath.with_stem()
https://bugs.python.org/issue40148 closed by pitrou

#40179: Argument Clinic incorretly translates #elif
https://bugs.python.org/issue40179 closed by serhiy.storchaka

#40198: macOS Python builds from Python.org ignore DYLD_LIBRARY_PATH d
https://bugs.python.org/issue40198 closed by ned.deily

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 closed by steve.dower

#40247: Logged out of user when running Tkinter
https://bugs.python.org/issue40247 closed by ned.deily

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 closed by serhiy.storchaka

#40308: Intermittent failure of test_os.TestScandir.test_attributes on
https://bugs.python.org/issue40308 closed by Dennis Sweeney

#40311: docs.python.org banner - release blocker for 2.7.18
https://bugs.python.org/issue40311 closed by benjamin.peterson

#40313: bytes.hex(sep, bytes_per_sep) is many times slower than manual
https://bugs.python.org/issue40313 closed by vstinner

#40315: Incorrect stacksize in code object
https://bugs.python.org/issue40315 closed by skip.montanaro

#40319: dict.update() return the updated dict instead of None
https://bugs.python.org/issue40319 closed by SilentGhost

#40322: struct.pack adding unexpected byte in 'B' format
https://bugs.python.org/issue40322 closed by Robert Bressan

#40323: Printing of Single (') and Double (") code in one sentence usi
https://bugs.python.org/issue40323 closed by SilentGhost

#40325: Random.seed does not affect string hash randomization leading
https://bugs.python.org/issue40325 closed by rhettinger

#40326: A string contains an empty string?
https://bugs.python.org/issue40326 closed by serhiy.storchaka

#40329: Faulty dict arg gives ValueError but mostly TypeError
https://bugs.python.org/issue40329 closed by serhiy.storchaka

#40330: ShareableList size guard incorrect for str data
https://bugs.python.org/issue40330 closed by pitrou

#40332: RegEx for numbers in documentation (easy fix - solution provid
https://bugs.python.org/issue40332 closed by serhiy.storchaka

#40335: Regression in multiline SyntaxError offsets
https://bugs.python.org/issue40335 closed by pablogsal

#40336: Refactor typing._SpecialForm
https://bugs.python.org/issue40336 closed by serhiy.storchaka

#40349: Python3.9 changes col_offset for some ast nodes
https://bugs.python.org/issue40349 closed by serhiy.storchaka

#40351: How to edit "python --help"?
https://bugs.python.org/issue40351 closed by eric.smith

#40354: problem when using yield
https://bugs.python.org/issue40354 closed by xsmyqf

#40369: Use PEP 590 vectorcall to speed up GenericAlias.
https://bugs.python.org/issue40369 closed by corona10

#40370: AIX: ld_so_aix not found during test of test_peg_generator
https://bugs.python.org/issue40370 closed by pablogsal

#40374: collections.abc docs table: Mapping missing __reversed__
https://bugs.python.org/issue40374 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-24 - 2020-05-01)
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 7427 (-25)
closed 44793 (+118)
total 52220 (+93)

Open issues with patches: 2954


Issues opened (74)
==================

#25597: unittest.mock does not wrap dunder methods (__getitem__ etc)
https://bugs.python.org/issue25597 reopened by xtreak

#29587: Generator/coroutine 'throw' discards exc_info state, which is
https://bugs.python.org/issue29587 reopened by gvanrossum

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340 reopened by rhettinger

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 reopened by vstinner

#40335: [PEP 617 new parser] Regression in multiline SyntaxError offse
https://bugs.python.org/issue40335 reopened by Anthony Sottile

#40379: multiprocessing's default start method of fork()-without-exec(
https://bugs.python.org/issue40379 opened by itamarst

#40380: OS-related test failures on Linux in Python 3.8.2
https://bugs.python.org/issue40380 opened by Steven Fleck

#40381: plistlib doesn't handle poorly-formatted plists
https://bugs.python.org/issue40381 opened by Clay Caviness

#40382: Make 'rt' the default for open in docs
https://bugs.python.org/issue40382 opened by facundobatista

#40383: weakref class name are hardcoded in reprs
https://bugs.python.org/issue40383 opened by OhBonsai

#40384: IDLE: Wrong highlighting when \n follows def/class
https://bugs.python.org/issue40384 opened by Alex-Python-Programmer

#40390: Implement _xxsubinterpreters.channel_send_wait().
https://bugs.python.org/issue40390 opened by benedwards14

#40391: io.FileIO.mode doesn't comply with the docs
https://bugs.python.org/issue40391 opened by mike.parker

#40393: Auto-response from Python Help points to Python 2 reference
https://bugs.python.org/issue40393 opened by J Arun Mani

#40395: Scripts folder is Empty in python 3.8.2 for Windows 7.
https://bugs.python.org/issue40395 opened by BenTen Jan

#40397: Refactor typing._GenericAlias
https://bugs.python.org/issue40397 opened by serhiy.storchaka

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

#40399: IO streams locking can be broken after fork() with threads
https://bugs.python.org/issue40399 opened by Delgan

#40400: Mac build-installer.py doesn't support new plist format
https://bugs.python.org/issue40400 opened by h2a10

#40402: Race condition in multiprocessing/connection.py: broken handle
https://bugs.python.org/issue40402 opened by maxicooper

#40403: pdb does not drop into debugger upon SyntaxError caused by ast
https://bugs.python.org/issue40403 opened by Kerrick Staley

#40404: Python quit unexpectedly
https://bugs.python.org/issue40404 opened by drliu

#40405: asyncio.as_completed documentation misleading
https://bugs.python.org/issue40405 opened by bar.harel

#40406: MagicMock __aenter__ should be AsyncMock(return_value=MagicMoc
https://bugs.python.org/issue40406 opened by graingert

#40407: Zipfile couldn`t recognized character set rightly.
https://bugs.python.org/issue40407 opened by ???

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

#40409: urllib.parse.urlsplit parses schemes that do not begin with le
https://bugs.python.org/issue40409 opened by sgg

#40410: test_multiprocessing_forktest_terminate() timed out after 15 m
https://bugs.python.org/issue40410 opened by vstinner

#40412: inittab_copy not set to NULL after free, can lead to crashes w
https://bugs.python.org/issue40412 opened by indygreg

#40413: Py_RunMain() crashes on subsequence call
https://bugs.python.org/issue40413 opened by indygreg

#40414: Incorrect mouse and keyboard mapping
https://bugs.python.org/issue40414 opened by Jah-On

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

#40417: PyImport_ReloadModule emits deprecation warning
https://bugs.python.org/issue40417 opened by Robert Rouhani

#40418: Small Refactoring: Use bytes.hex() in secrets.token_hex()
https://bugs.python.org/issue40418 opened by Dennis Sweeney

#40419: timeit CLI docs still mention old power sequence
https://bugs.python.org/issue40419 opened by Energya

#40420: argparse choices formatter
https://bugs.python.org/issue40420 opened by Leonid Ilyevsky

#40421: [C API] Add getter functions for PyFrameObject and maybe move
https://bugs.python.org/issue40421 opened by vstinner

#40422: Light refactor: create a common _Py_closerange API
https://bugs.python.org/issue40422 opened by kevans91

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423 opened by kevans91

#40424: AIX: parallel build and ld WARNINGS
https://bugs.python.org/issue40424 opened by Michael.Felt

#40425: Refleak in CDataObject
https://bugs.python.org/issue40425 opened by cubinator

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426 opened by e-kwsm

#40429: [C API] PyThreadState_GetFrame() and PyFrame_GetCode() should
https://bugs.python.org/issue40429 opened by vstinner

#40430: ast.Slice is no longer a subclass of ast.slice
https://bugs.python.org/issue40430 opened by Anthony Sottile

#40433: Equality operations between lists and arrays
https://bugs.python.org/issue40433 opened by Ahmed Amr

#40434: Update of reasoning why there is no case statement
https://bugs.python.org/issue40434 opened by amaajemyfren

#40435: IDLE should catch user config file UnicodeDecodeError
https://bugs.python.org/issue40435 opened by ??

#40439: Error in an external reference
https://bugs.python.org/issue40439 opened by audpa31

#40440: allow array.array construction from memoryview w/o copy
https://bugs.python.org/issue40440 opened by bjkeen

#40442: Spurious warning emitted during fork() can deadlock a multi-th
https://bugs.python.org/issue40442 opened by rojer

#40444: multiprocessing.Pool deadlocks with only print statements
https://bugs.python.org/issue40444 opened by DarinTay

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445 opened by hauntsaninja

#40447: compile_file's stripdir does not accept pathlib.Path
https://bugs.python.org/issue40447 opened by hauntsaninja

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448 opened by kkonopko

#40449: multi-line f-string, syntaxerror points to wrong line
https://bugs.python.org/issue40449 opened by Gerrit.Holl

#40452: IDLE preserve clipboard on closure (Windows)
https://bugs.python.org/issue40452 opened by epaine

#40453: Add PyConfig._isolated_interpreter: isolated subinterpreters
https://bugs.python.org/issue40453 opened by vstinner

#40454: DEBUG kw to asyncio.run overrides DEBUG mode set elsewhere
https://bugs.python.org/issue40454 opened by primal

#40455: GCC 10 compiler warnings
https://bugs.python.org/issue40455 opened by vstinner

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456 opened by vstinner

#40457: Python fails to compile/load _ssl module if OpenSSL is compile
https://bugs.python.org/issue40457 opened by Mitch Lindgren

#40458: test_attribute_name_interning crashes on APPX test
https://bugs.python.org/issue40458 opened by steve.dower

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

#40460: [easy] undefined name in Lib/idlelib/zzdummy.py
https://bugs.python.org/issue40460 opened by vstinner

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

#40462: [easy] undefined name in Lib/test/mock_socket.py
https://bugs.python.org/issue40462 opened by vstinner

#40463: csv.reader split error
https://bugs.python.org/issue40463 opened by wy7305e

#40464: functools.singledispatch doesn't verify annotation is on FIRST
https://bugs.python.org/issue40464 opened by Dutcho

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

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

#40467: subprocess: replacement shell on windows with executable="..."
https://bugs.python.org/issue40467 opened by anishathalye

#40468: IDLE split "general" into two tabs
https://bugs.python.org/issue40468 opened by epaine

#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469 opened by markhallett

#40470: Make inspect.signature able to parse format strings.
https://bugs.python.org/issue40470 opened by Antony.Lee



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

#40470: Make inspect.signature able to parse format strings.
https://bugs.python.org/issue40470

#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469

#40468: IDLE split "general" into two tabs
https://bugs.python.org/issue40468

#40467: subprocess: replacement shell on windows with executable="..."
https://bugs.python.org/issue40467

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

#40464: functools.singledispatch doesn't verify annotation is on FIRST
https://bugs.python.org/issue40464

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

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

#40458: test_attribute_name_interning crashes on APPX test
https://bugs.python.org/issue40458

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456

#40454: DEBUG kw to asyncio.run overrides DEBUG mode set elsewhere
https://bugs.python.org/issue40454

#40452: IDLE preserve clipboard on closure (Windows)
https://bugs.python.org/issue40452

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

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445



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

#40462: [easy] undefined name in Lib/test/mock_socket.py
https://bugs.python.org/issue40462

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456

#40453: Add PyConfig._isolated_interpreter: isolated subinterpreters
https://bugs.python.org/issue40453

#40452: IDLE preserve clipboard on closure (Windows)
https://bugs.python.org/issue40452

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445

#40440: allow array.array construction from memoryview w/o copy
https://bugs.python.org/issue40440

#40434: Update of reasoning why there is no case statement
https://bugs.python.org/issue40434

#40429: [C API] PyThreadState_GetFrame() and PyFrame_GetCode() should
https://bugs.python.org/issue40429

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

#40424: AIX: parallel build and ld WARNINGS
https://bugs.python.org/issue40424

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423

#40422: Light refactor: create a common _Py_closerange API
https://bugs.python.org/issue40422

#40421: [C API] Add getter functions for PyFrameObject and maybe move
https://bugs.python.org/issue40421

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



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

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

#39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.
https://bugs.python.org/issue39995 29 msgs

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 19 msgs

#29587: Generator/coroutine 'throw' discards exc_info state, which is
https://bugs.python.org/issue29587 13 msgs

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 13 msgs

#40405: asyncio.as_completed documentation misleading
https://bugs.python.org/issue40405 11 msgs

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256 9 msgs

#40335: [PEP 617 new parser] Regression in multiline SyntaxError offse
https://bugs.python.org/issue40335 9 msgs

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 7 msgs

#40399: IO streams locking can be broken after fork() with threads
https://bugs.python.org/issue40399 7 msgs



Issues closed (106)
===================

#8536: Support new features of ZLIB 1.2.7
https://bugs.python.org/issue8536 closed by zach.ware

#12503: "with" statement error message is more confusing in Py2.7
https://bugs.python.org/issue12503 closed by zach.ware

#13733: Change required to sysconfig.py for Python 2.7.2 on OS/2
https://bugs.python.org/issue13733 closed by zach.ware

#14141: 2.7.2 64-bit Windows library has __impt_Py* for several symbol
https://bugs.python.org/issue14141 closed by zach.ware

#14418: Document differences in SocketServer between Python 2.6 and 2.
https://bugs.python.org/issue14418 closed by zach.ware

#15408: os.fork/os.popen behaviour change between 2.7 and 3.2
https://bugs.python.org/issue15408 closed by zach.ware

#16058: ConfigParser no longer deepcopy compatible in 2.7
https://bugs.python.org/issue16058 closed by zach.ware

#16117: python2.7.3 struct misaligned when returned
https://bugs.python.org/issue16117 closed by zach.ware

#16275: test_ctypes fails on Solaris 10 SPARC 2.7 (nitrogen/s10) (Sun
https://bugs.python.org/issue16275 closed by zach.ware

#16326: distutils build_ext fails to set library_dirs in 2.7.2 on Linu
https://bugs.python.org/issue16326 closed by zach.ware

#17126: test_gdb fails
https://bugs.python.org/issue17126 closed by zach.ware

#17268: Context managers written as C types no longer work in Python 2
https://bugs.python.org/issue17268 closed by zach.ware

#17904: bytes should be listed as built-in function for 2.7
https://bugs.python.org/issue17904 closed by zach.ware

#18024: dbm module fails to build on SLES11SP1 using 2.7.5 source
https://bugs.python.org/issue18024 closed by zach.ware

#18493: make profile-opt fails with pre-existing python2.7 in path
https://bugs.python.org/issue18493 closed by zach.ware

#18567: Python 2.7.5 CENTOS6 Error building dbm using bdb
https://bugs.python.org/issue18567 closed by zach.ware

#18936: 2.7 distutils getopt chokes on unicode option names
https://bugs.python.org/issue18936 closed by zach.ware

#19351: python msi installers - silent mode
https://bugs.python.org/issue19351 closed by zach.ware

#21614: Case sensitivity problem in multiprocessing.
https://bugs.python.org/issue21614 closed by zach.ware

#21615: Curses bug report for Python 2.7 and Python 3.2
https://bugs.python.org/issue21615 closed by zach.ware

#22559: [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546
https://bugs.python.org/issue22559 closed by zach.ware

#22583: C stack overflow in the Python 2.7 compiler
https://bugs.python.org/issue22583 closed by zach.ware

#22863: https://docs.python.org/ should make a true 2.7.8 version avai
https://bugs.python.org/issue22863 closed by zach.ware

#22912: urlretreive locks up in 2.7.8
https://bugs.python.org/issue22912 closed by zach.ware

#23121: pip.exe breaks if python 2.7.9 is installed under c:\Program F
https://bugs.python.org/issue23121 closed by zach.ware

#23137: Python 2.7.9 test_gdb fails on CentOS 7
https://bugs.python.org/issue23137 closed by zach.ware

#24182: test_tcl assertion failure, 2.7, Win 7
https://bugs.python.org/issue24182 closed by zach.ware

#24616: 'make install' fails installation of man pages for Python 2.7.
https://bugs.python.org/issue24616 closed by zach.ware

#25463: 2.7.10 glibc double free detected
https://bugs.python.org/issue25463 closed by zach.ware

#25560: Unhandled warning in test_unicode_file
https://bugs.python.org/issue25560 closed by zach.ware

#25563: Windows 10: _tkinter import fails
https://bugs.python.org/issue25563 closed by zach.ware

#26326: Named entity "vertical line" missed in 2.7 htmlentitydefs.py
https://bugs.python.org/issue26326 closed by zach.ware

#26360: Deadlock in thread.join on Python 2.7/macOS
https://bugs.python.org/issue26360 closed by zach.ware

#26652: Cannot install Python 2.7.11 on Windows Server 2008 R2
https://bugs.python.org/issue26652 closed by zach.ware

#26665: pip is not bootstrapped by default on 2.7
https://bugs.python.org/issue26665 closed by zach.ware

#26697: tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7
https://bugs.python.org/issue26697 closed by zach.ware

#26992: 64-bit Python 2.7.11 hangs in 64-bit Windows 10 - CMD and Git
https://bugs.python.org/issue26992 closed by zach.ware

#27435: ctypes library loading and AIX - also for 2.7.X (and later)
https://bugs.python.org/issue27435 closed by zach.ware

#27540: msvcrt.ungetwch() calls _ungetch()
https://bugs.python.org/issue27540 closed by zach.ware

#27562: Import error encodings (Windows xp compatibility)
https://bugs.python.org/issue27562 closed by zach.ware

#28551: sysconfig.py wrong _PROJECT_BASE for Py2.7 Windows 64bit PC/VS
https://bugs.python.org/issue28551 closed by zach.ware

#29006: 2.7.13 _sqlite more prone to "database table is locked"
https://bugs.python.org/issue29006 closed by zach.ware

#29640: _PyThreadState_Init and fork race leads to inconsistent key li
https://bugs.python.org/issue29640 closed by zach.ware

#29796: [2.7] test_weakref hangs on Python 2.7 on Windows
https://bugs.python.org/issue29796 closed by zach.ware

#29846: ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDec
https://bugs.python.org/issue29846 closed by zach.ware

#30725: Windows installer for 2.7.13 doesn't install pip when installi
https://bugs.python.org/issue30725 closed by zach.ware

#30882: Built-in list disappeared from Python 2.7 intersphinx inventor
https://bugs.python.org/issue30882 closed by zach.ware

#30967: Crash in PyThread_ReInitTLS() in the child process after os.fo
https://bugs.python.org/issue30967 closed by zach.ware

#31297: Unpickleable ModuleImportError in unittest patch not backporte
https://bugs.python.org/issue31297 closed by zach.ware

#31363: __PYVENV_LAUNCHER__ breaks calling another venv's interpreter
https://bugs.python.org/issue31363 closed by ned.deily

#31474: [2.7] Fix -Wnonnull and -Wint-in-bool-context warnings
https://bugs.python.org/issue31474 closed by zach.ware

#32049: 2.7.14 does not uninstall cleanly if installation was run as S
https://bugs.python.org/issue32049 closed by zach.ware

#32494: Use gdbm_count if possible
https://bugs.python.org/issue32494 closed by pitrou

#33500: Python TKinter for Mac on latest 2.7.15 still extremely slow v
https://bugs.python.org/issue33500 closed by zach.ware

#33586: 2.7.15 missing release notes on download page
https://bugs.python.org/issue33586 closed by zach.ware

#33732: Python 2.7.15: xml.sax.parse() closes file objects passed to i
https://bugs.python.org/issue33732 closed by zach.ware

#34283: [Windows] Python 2 mishandles console code page after setlocal
https://bugs.python.org/issue34283 closed by zach.ware

#34836: test_ssl.test_default_ecdh_curve needs no tls1.3 flag in 2.7,
https://bugs.python.org/issue34836 closed by zach.ware

#34884: Python may load incorrect libraries when embedding the macOS s
https://bugs.python.org/issue34884 closed by zach.ware

#35113: inspect.getsource returns incorrect source for classes when cl
https://bugs.python.org/issue35113 closed by xtreak

#36803: Getting a lot of runtime misaligned address error while buildi
https://bugs.python.org/issue36803 closed by zach.ware

#37518: Python-2.7.16 fails to build with --enable-shared
https://bugs.python.org/issue37518 closed by zach.ware

#38387: Document PyDoc_STRVAR and PyDoc_STR macros
https://bugs.python.org/issue38387 closed by zach.ware

#38601: Couldn't able to install multiple python minor version in wind
https://bugs.python.org/issue38601 closed by zach.ware

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

#38959: Parboil -- OpenMP CUTCP performance regression when upgrade fr
https://bugs.python.org/issue38959 closed by zach.ware

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072 closed by vstinner

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482 closed by corona10

#39837: Make Azure Pipelines optional on GitHub PRs
https://bugs.python.org/issue39837 closed by brett.cannon

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966 closed by xtreak

#40149: test_threading leaked [38, 38, 38] references, sum=114
https://bugs.python.org/issue40149 closed by vstinner

#40188: Azure Pipelines jobs failing randomly with: Unable to connect
https://bugs.python.org/issue40188 closed by vstinner

#40261: Build of Python where make is called from subprocess, within a
https://bugs.python.org/issue40261 closed by ned.deily

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 closed by mark.dickinson

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279 closed by scoder

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291 closed by gvanrossum

#40317: inspect.getsource() examines incorrect target
https://bugs.python.org/issue40317 closed by xtreak

#40338: [Security] urllib and anti-slash (\) in the hostname
https://bugs.python.org/issue40338 closed by vstinner

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340 closed by aeros

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346 closed by vstinner

#40375: Add the UNSELECT command to imaplib
https://bugs.python.org/issue40375 closed by corona10

#40377: APPDATA location in Microsoft Store version
https://bugs.python.org/issue40377 closed by stephtr

#40378: ast.parse fails to trigger SyntaxWarning that normal execution
https://bugs.python.org/issue40378 closed by serhiy.storchaka

#40385: Tools/checkpyc.py has been broken since PEP 552
https://bugs.python.org/issue40385 closed by benjamin.peterson

#40386: Strange behavior during invalid import of modules without if _
https://bugs.python.org/issue40386 closed by rhettinger

#40387: queue example is a sketch
https://bugs.python.org/issue40387 closed by rhettinger

#40388: random.choice integer overflow v3.5.2
https://bugs.python.org/issue40388 closed by mark.dickinson

#40389: No straightforward way to get repr of Optional
https://bugs.python.org/issue40389 closed by gvanrossum

#40392: Remove deprecated _field_types in typing.NamedTuple
https://bugs.python.org/issue40392 closed by xtreak

#40394: difflib.SequenceMatcher.find_longest_match default arguments
https://bugs.python.org/issue40394 closed by tim.peters

#40396: Support GenericAlias in typing
https://bugs.python.org/issue40396 closed by serhiy.storchaka

#40401: pythoncore.vcxproj fails to load due to duplicated "..\Include
https://bugs.python.org/issue40401 closed by zach.ware

#40411: frozen collection.Counter
https://bugs.python.org/issue40411 closed by rhettinger

#40415: _asyncio extensions crashes if initialized multiple times in s
https://bugs.python.org/issue40415 closed by indygreg

#40427: importlib of module results in different id than when imported
https://bugs.python.org/issue40427 closed by brett.cannon

#40428: [C API] Remove PyTuple_ClearFreeList() function (move it to th
https://bugs.python.org/issue40428 closed by vstinner

#40431: turtledemo/__main__.py: SyntaxError: invalid string prefix els
https://bugs.python.org/issue40431 closed by vstinner

#40432: Pegen regenerate project for Windows not working
https://bugs.python.org/issue40432 closed by pablogsal

#40436: pythoninfo collect_gdb() blows up when gdb fails to run
https://bugs.python.org/issue40436 closed by vstinner

#40437: add string.snake function
https://bugs.python.org/issue40437 closed by eric.smith

#40438: Python 3.9 eval on list comprehension sometimes returns corout
https://bugs.python.org/issue40438 closed by vstinner

#40441: Plural typo in Design and History FAQ
https://bugs.python.org/issue40441 closed by ammar2

#40443: Remove unused imports in the stdlib (April 2020 edition)
https://bugs.python.org/issue40443 closed by vstinner

#40446: pow(a, b, p) where b=int((p-1)/2) spits out gibbrish for big p
https://bugs.python.org/issue40446 closed by ammar2

#40450: a=[1,2,3] a=a.extend([4]) after running these two lines of cod
https://bugs.python.org/issue40450 closed by eric.smith

#40451: Unexpected sys.getrefcount(foo) output
https://bugs.python.org/issue40451 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
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
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-08 - 2020-05-15)
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 7468 ( +9)
closed 44917 (+60)
total 52385 (+69)

Open issues with patches: 2996


Issues opened (44)
==================

#35967: Better platform.processor support
https://bugs.python.org/issue35967 reopened by lemburg

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 reopened by gvanrossum

#40567: asyncio.StreadReader `async for line in reader` is not doc
https://bugs.python.org/issue40567 opened by socketpair

#40568: Modify -c command-line option to accept multiple inputs
https://bugs.python.org/issue40568 opened by rhettinger

#40569: Add optional weights to random.sample()
https://bugs.python.org/issue40569 opened by rhettinger

#40572: [subinterpreters] Support basic asynchronous cross-interpreter
https://bugs.python.org/issue40572 opened by eric.snow

#40573: inspect.iscorutinefunction() returns False for unittest.mock.A
https://bugs.python.org/issue40573 opened by moriyoshi

#40576: Align docs for list.sort, sorted, and on the website
https://bugs.python.org/issue40576 opened by sxlijin

#40579: Second argument to iterator.next not described
https://bugs.python.org/issue40579 opened by Andrew Black

#40583: Runtime type annotation mutation leads to inconsistent behavio
https://bugs.python.org/issue40583 opened by ethereon

#40586: Pydoc should support https for hyperlinks.
https://bugs.python.org/issue40586 opened by owebeeone

#40587: [regression] inspect.getdoc not returning docstring.
https://bugs.python.org/issue40587 opened by mbussonn

#40588: Creating Virtual Environments Does Not Work (Not Creating Fold
https://bugs.python.org/issue40588 opened by Shengjun Zhu

#40590: test_subprocess stuck on Windows, x64
https://bugs.python.org/issue40590 opened by Dima.Tisnek

#40592: `Shutil.which` incosistent with windows's `where`
https://bugs.python.org/issue40592 opened by alkuzad

#40594: urljoin since 3.5 incorrectly filters out double slashes
https://bugs.python.org/issue40594 opened by David Bell

#40595: AttributeError from type annotation
https://bugs.python.org/issue40595 opened by robieta

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597 opened by ivyl

#40600: Add an option to disallow creating more than one instance of a
https://bugs.python.org/issue40600 opened by vstinner

#40601: [C API] Hide static types from the limited C API
https://bugs.python.org/issue40601 opened by vstinner

#40603: slice not hashable
https://bugs.python.org/issue40603 opened by Will Bradshaw

#40604: Regression in 3.8.3rc1 - error in tests run via doctest
https://bugs.python.org/issue40604 opened by casevh

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 opened by sab1703

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606 opened by Eric Wieser

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607 opened by Roman Skurikhin

#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608 opened by iritkatriel

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611 opened by Ethan Steinberg

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612 opened by gvanrossum

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

#40616: Add `asyncio.BufferQueue`
https://bugs.python.org/issue40616 opened by lig

#40617: sqlite3: expose sqlite3_create_window_function
https://bugs.python.org/issue40617 opened by iljau

#40620: Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620 opened by docorbit@sonic.net

#40622: Using VS2019 to automatically build Python3 and Runtest and it
https://bugs.python.org/issue40622 opened by Lin

#40623: JSON streaming
https://bugs.python.org/issue40623 opened by phr

#40624: add support for != (not-equals) in ElementTree XPath
https://bugs.python.org/issue40624 opened by Antony.Lee

#40625: Autogenerate signature for METH_NOARGS and perhaps METH_O exte
https://bugs.python.org/issue40625 opened by Antony.Lee

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

#40628: sockmodule.c: sock_connect vs negative errno values...
https://bugs.python.org/issue40628 opened by icculus

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629 opened by veganaiZe

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630 opened by huonw

#40632: AttributeError: type object 'Callable' has no attribute '_abc_
https://bugs.python.org/issue40632 opened by dilyan.palauzov

#40633: json.dumps() should encode float number NaN to null
https://bugs.python.org/issue40633 opened by Haoyu SUN

#40634: Ignored "BlockingIOError: [Errno 11] Resource temporarily unav
https://bugs.python.org/issue40634 opened by Yaroslav.Halchenko

#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635 opened by cherdt



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

#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635

#40634: Ignored "BlockingIOError: [Errno 11] Resource temporarily unav
https://bugs.python.org/issue40634

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629

#40628: sockmodule.c: sock_connect vs negative errno values...
https://bugs.python.org/issue40628

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

#40625: Autogenerate signature for METH_NOARGS and perhaps METH_O exte
https://bugs.python.org/issue40625

#40624: add support for != (not-equals) in ElementTree XPath
https://bugs.python.org/issue40624

#40622: Using VS2019 to automatically build Python3 and Runtest and it
https://bugs.python.org/issue40622

#40620: Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620

#40617: sqlite3: expose sqlite3_create_window_function
https://bugs.python.org/issue40617

#40616: Add `asyncio.BufferQueue`
https://bugs.python.org/issue40616

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

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606



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

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611

#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597

#40592: `Shutil.which` incosistent with windows's `where`
https://bugs.python.org/issue40592

#40576: Align docs for list.sort, sorted, and on the website
https://bugs.python.org/issue40576

#40572: [subinterpreters] Support basic asynchronous cross-interpreter
https://bugs.python.org/issue40572

#40569: Add optional weights to random.sample()
https://bugs.python.org/issue40569

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

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

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

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



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

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 15 msgs

#38323: asyncio: MultiLoopWatcher has a race condition (test_asyncio:
https://bugs.python.org/issue38323 14 msgs

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

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 10 msgs

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

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

#40397: Refactor typing._GenericAlias
https://bugs.python.org/issue40397 8 msgs

#40477: Python Launcher app on macOS 10.15 Catalina fails to run scrip
https://bugs.python.org/issue40477 8 msgs

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787 7 msgs

#40503: PEP 615: Add zoneinfo module
https://bugs.python.org/issue40503 7 msgs



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

#10915: [subinterpreters] Make the PyGILState API compatible with mult
https://bugs.python.org/issue10915 closed by vstinner

#24228: Interpreter triggers segmentation fault at the starting
https://bugs.python.org/issue24228 closed by vstinner

#26461: PyInterpreterState_Head(), PyThreadState_Next() etc can't be s
https://bugs.python.org/issue26461 closed by vstinner

#26817: Docs for StringIO should link to io.BytesIO
https://bugs.python.org/issue26817 closed by zach.ware

#30250: StringIO module truncate behavior of current position
https://bugs.python.org/issue30250 closed by zach.ware

#30439: [subinterpreters] Expose the subinterpreters C-API in the stdl
https://bugs.python.org/issue30439 closed by vstinner

#31375: [subinterpreters] Add the interpreters module to stdlib (PEP 5
https://bugs.python.org/issue31375 closed by vstinner

#34346: dir() hangs interpreter
https://bugs.python.org/issue34346 closed by vstinner

#34821: Crash after run Python interpreter from removed directory
https://bugs.python.org/issue34821 closed by vstinner

#35969: Interpreter crashes with "can't initialize init_sys_streams" w
https://bugs.python.org/issue35969 closed by vstinner

#36877: [subinterpreters][meta] Move fields from _PyRuntimeState to Py
https://bugs.python.org/issue36877 closed by vstinner

#37573: asyncio: freeze when using MultiLoopChildWatcher on Solaris
https://bugs.python.org/issue37573 closed by chris.jerdonek

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986 closed by mark.dickinson

#38045: enum.Flag instance creation is slow
https://bugs.python.org/issue38045 closed by Antony.Lee

#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804 closed by vstinner

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

#39881: [subinterpreters] Multiple Interpreters in the Stdlib (PEP 554
https://bugs.python.org/issue39881 closed by vstinner

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137 closed by vstinner

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142 closed by vstinner

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 closed by vstinner

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331 closed by taleinat

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426 closed by serhiy.storchaka

#40429: [C API] PyThreadState_GetFrame() and PyFrame_GetCode() should
https://bugs.python.org/issue40429 closed by vstinner

#40460: [easy] undefined name in Lib/idlelib/zzdummy.py
https://bugs.python.org/issue40460 closed by vstinner

#40462: [easy] undefined name in Lib/test/mock_socket.py
https://bugs.python.org/issue40462 closed by vstinner

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

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

#40513: [subinterpreters] Move _PyRuntimeState.ceval to PyInterpreterS
https://bugs.python.org/issue40513 closed by vstinner

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

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

#40561: Add docstrings for webbrowser open functions
https://bugs.python.org/issue40561 closed by terry.reedy

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

#40570: len(platform.uname()) has changed in Python 3.9
https://bugs.python.org/issue40570 closed by jaraco

#40571: Make lru_cache(maxsize=None) more discoverable
https://bugs.python.org/issue40571 closed by rhettinger

#40574: segfault causing regression from PEP 573 implementation (PyQt5
https://bugs.python.org/issue40574 closed by tcaswell

#40575: _PyDict_GetItemIdWithError() should call _PyDict_GetItem_Known
https://bugs.python.org/issue40575 closed by scoder

#40577: Spyder doesn't launch from Anaconda on MacBook
https://bugs.python.org/issue40577 closed by christian.heimes

#40578: Deprecate numeric item access for platform.uname()
https://bugs.python.org/issue40578 closed by lemburg

#40580: Macintosh Documentation Still Bad
https://bugs.python.org/issue40580 closed by benjamin.peterson

#40581: scipy's differential_evolution bug
https://bugs.python.org/issue40581 closed by christian.heimes

#40582: Inconsistent exceptions caused by typing + tuple subclasses
https://bugs.python.org/issue40582 closed by gvanrossum

#40584: PyType_FromModuleAndSpec function should add the process of tp
https://bugs.python.org/issue40584 closed by vstinner

#40585: compile_command exec not raising syntax error with new PGEN Pa
https://bugs.python.org/issue40585 closed by pablogsal

#40589: Missing path-like versionchanged in shutil.rmtree
https://bugs.python.org/issue40589 closed by serhiy.storchaka

#40591: \r broken in IDLE
https://bugs.python.org/issue40591 closed by terry.reedy

#40593: Improve error reporting for invalid character in source code
https://bugs.python.org/issue40593 closed by serhiy.storchaka

#40596: str.isidentifier() does not work with non-BMP non-canonicalize
https://bugs.python.org/issue40596 closed by serhiy.storchaka

#40598: round() does not return an integer when given a numpy float64
https://bugs.python.org/issue40598 closed by vstinner

#40599: Improve error messages with expected keywords
https://bugs.python.org/issue40599 closed by pablogsal

#40602: Move Modules/hashtable.h to Include/internal/pycore_hashtable.
https://bugs.python.org/issue40602 closed by vstinner

#40609: _tracemalloc: remove pointer_t type
https://bugs.python.org/issue40609 closed by vstinner

#40610: ctypes on Windows: error message on DLL load failure is mislea
https://bugs.python.org/issue40610 closed by eryksun

#40613: gcc 10 emits warning for unused function: _xxsubinterpretersmo
https://bugs.python.org/issue40613 closed by corona10

#40615: unstable behaviour for options in argparse
https://bugs.python.org/issue40615 closed by eric.smith

#40618: PEG Parser: Invalid targets for augassign and except succeed
https://bugs.python.org/issue40618 closed by lys.nikolaou

#40619: compile() passes rest of file as SyntaxError().text when file
https://bugs.python.org/issue40619 closed by pablogsal

#40621: Python crashes with new parser on invalid exception handlers
https://bugs.python.org/issue40621 closed by pablogsal

#40627: Bus error on 'except E as a.b:'
https://bugs.python.org/issue40627 closed by gvanrossum

#40631: PEG Parser: Cannot used starred expression in parenthesised ex
https://bugs.python.org/issue40631 closed by lys.nikolaou

#1332869: Fatal Python error: Interpreter not initialized
https://bugs.python.org/issue1332869 closed by vstinner

#1776160: Buffer overflow when listing deeply nested directory
https://bugs.python.org/issue1776160 closed by benjamin.peterson
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-15 - 2020-05-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 7478 (+10)
closed 45000 (+83)
total 52478 (+93)

Open issues with patches: 3006


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

#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317 reopened by vstinner

#38815: test_ssl: test_min_max_version() fails on FreeBSD and Fedora
https://bugs.python.org/issue38815 reopened by christian.heimes

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 reopened by pablogsal

#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 reopened by taleinat

#40636: Provide a strict form of zip (PEP-618) requiring same length i
https://bugs.python.org/issue40636 opened by gregory.p.smith

#40638: input() with malformed input stream triggers assertion failure
https://bugs.python.org/issue40638 opened by tekknolagi

#40640: Tutorial for Continue missing ... line
https://bugs.python.org/issue40640 opened by docorbit@sonic.net

#40642: Cpython "pystate.h" subdirectory wrong
https://bugs.python.org/issue40642 opened by jpelizza

#40643: Improve doc-strings for datetime.strftime & strptime
https://bugs.python.org/issue40643 opened by edison.abahurire

#40644: Text representation of Windows' file attributes similar to sta
https://bugs.python.org/issue40644 opened by scrool

#40645: Use OpenSSL's HMAC API
https://bugs.python.org/issue40645 opened by christian.heimes

#40646: Builtins in doc show signature in documentation
https://bugs.python.org/issue40646 opened by cryvate

#40647: Building with a libreadline.so located outside the ld.so.conf
https://bugs.python.org/issue40647 opened by mjpieters

#40648: File mode is not tested on Windows
https://bugs.python.org/issue40648 opened by scrool

#40652: Test test_locale failed when running cpython test on Windows 1
https://bugs.python.org/issue40652 opened by kpysoze

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 opened by jaraco

#40656: Clean up detect_socket() in setup.py
https://bugs.python.org/issue40656 opened by erlendaasland

#40657: Resource leaks with threading.Thread
https://bugs.python.org/issue40657 opened by POCEH

#40663: Wrong generated annotation on subscripting
https://bugs.python.org/issue40663 opened by BTaskaya

#40666: TarFile.add does not support pathlib.Path as a value to first
https://bugs.python.org/issue40666 opened by socketpair

#40667: [Windows] Add global python and python3 commands
https://bugs.python.org/issue40667 opened by steve.dower

#40668: Catastrophic loss of precision in colorsys module
https://bugs.python.org/issue40668 opened by Zac Hatfield-Dodds

#40670: supplying an empty string to timeit causes an IndentationError
https://bugs.python.org/issue40670 opened by edison.abahurire

#40671: Convert _hashlib to PEP 489 multiphase initialization
https://bugs.python.org/issue40671 opened by vstinner

#40672: asyncio.wait_for: process future result produced during cancel
https://bugs.python.org/issue40672 opened by Roman Skurikhin

#40673: urllib.request.URLopener raises different exceptions based on
https://bugs.python.org/issue40673 opened by Petter S

#40674: Deprecate urllib.request.urlretrieve() and cleanup()
https://bugs.python.org/issue40674 opened by remi.lapeyre

#40675: Add missing mimetypes for fonts
https://bugs.python.org/issue40675 opened by sahil.prajapati

#40676: Use Argument Clinic for csv
https://bugs.python.org/issue40676 opened by hauntsaninja

#40678: Full list of Python lexical rules
https://bugs.python.org/issue40678 opened by cool-RR

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 opened by chris.jerdonek

#40680: thread_cputime isn't supported by AIX5
https://bugs.python.org/issue40680 opened by Michael.Felt

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

#40685: IDLE: Document info needed for 'not working' reports.
https://bugs.python.org/issue40685 opened by Coder436

#40686: Compiler warnings in _zoneinfo.c on Windows build in 64-bit
https://bugs.python.org/issue40686 opened by vstinner

#40687: Windows py.exe launcher interacts badly with Windows store pyt
https://bugs.python.org/issue40687 opened by benspiller

#40688: PEG Generator: Fix scripts to always use the correct parser
https://bugs.python.org/issue40688 opened by lys.nikolaou

#40689: The only supported minidom attribute iteration (NamedNodeMap)
https://bugs.python.org/issue40689 opened by nthykier

#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690 opened by pwtail

#40691: misleading output from difflib unified_diff
https://bugs.python.org/issue40691 opened by cdanis

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692 opened by asheesh

#40694: gen.throw() with multiple yield froms skips intermediate excep
https://bugs.python.org/issue40694 opened by chris.jerdonek

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695 opened by christian.heimes

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 opened by felixxm

#40697: add fissix as a lib2to3 alternative
https://bugs.python.org/issue40697 opened by graingert

#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699 opened by Cristian Martinez de Morentin

#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700 opened by Manjusaka

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701 opened by ericzolf

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703 opened by scoder

#40704: PyIter_Check fails when compiling in the Limited API
https://bugs.python.org/issue40704 opened by tekknolagi

#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705 opened by ammar2

#40706: Unreachable code in _PyEval_EvalCode
https://bugs.python.org/issue40706 opened by Dennis Sweeney

#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707 opened by gdr@garethrees.org

#40717: pl.python.org has expired cert and links to nonexistent django
https://bugs.python.org/issue40717 opened by hanno

#40718: Support out-of-band pickling for builtin types
https://bugs.python.org/issue40718 opened by jakirkham

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719 opened by rffontenelle

#40720: accessing mmap of file that is overwritten causes bus error
https://bugs.python.org/issue40720 opened by mhvk

#40721: PEP0435 (enums) -- there is no standard on enum item letters c
https://bugs.python.org/issue40721 opened by socketpair

#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722 opened by Dennis Sweeney

#40723: IDLE: make autocomplete test run without __main__.__file__
https://bugs.python.org/issue40723 opened by terry.reedy

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

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 opened by gaborbernat

#40727: SSLContext.load_verify_locations leaks memory on Linux in asyn
https://bugs.python.org/issue40727 opened by Recursing

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729 opened by BTaskaya

#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730 opened by eric.smith

#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731 opened by bastosvinicius



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

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729

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

#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722

#40720: accessing mmap of file that is overwritten causes bus error
https://bugs.python.org/issue40720

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719

#40718: Support out-of-band pickling for builtin types
https://bugs.python.org/issue40718

#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707

#40706: Unreachable code in _PyEval_EvalCode
https://bugs.python.org/issue40706

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703

#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700

#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695

#40694: gen.throw() with multiple yield froms skips intermediate excep
https://bugs.python.org/issue40694

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692

#40691: misleading output from difflib unified_diff
https://bugs.python.org/issue40691



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

#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731

#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726

#40723: IDLE: make autocomplete test run without __main__.__file__
https://bugs.python.org/issue40723

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719

#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707

#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701

#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692

#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690



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

#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 22 msgs

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 13 msgs

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 12 msgs

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

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 9 msgs

#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317 8 msgs

#38946: IDLE on macOS 10.15 Catalina does not open double-clicked file
https://bugs.python.org/issue38946 8 msgs

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 8 msgs

#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938 7 msgs

#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148 7 msgs



Issues closed (82)
==================

#4264: Patch: optimize code to use LIST_APPEND instead of calling lis
https://bugs.python.org/issue4264 closed by rhettinger

#13248: deprecated in 3.2/3.3, should be removed in 3.5 or ???
https://bugs.python.org/issue13248 closed by benjamin.peterson

#22622: ElementTree only writes declaration when passed encoding
https://bugs.python.org/issue22622 closed by scoder

#24416: Have date.isocalendar() return a structseq instance
https://bugs.python.org/issue24416 closed by p-ganssle

#31033: Improve traceback of cancelled tasks / add cancel() msg argume
https://bugs.python.org/issue31033 closed by chris.jerdonek

#31131: asyncio.wait_for() TimeoutError doesn't provide full traceback
https://bugs.python.org/issue31131 closed by chris.jerdonek

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309 closed by aeros

#32893: ast.literal_eval() shouldn't accept booleans as numbers in AST
https://bugs.python.org/issue32893 closed by serhiy.storchaka

#33797: json int encoding incorrect for dbus.Byte
https://bugs.python.org/issue33797 closed by ned.deily

#35569: Expose RFC 3542 IPv6 socket options on macOS
https://bugs.python.org/issue35569 closed by ned.deily

#35907: [security][CVE-2019-9948] Unnecessary URL scheme exists to all
https://bugs.python.org/issue35907 closed by vstinner

#37616: [3.10 prep] zip path incorrect
https://bugs.python.org/issue37616 closed by Anthony Sottile

#38544: test_venv: test_isolation() failed on AMD64 Windows7 SP1 3.x:
https://bugs.python.org/issue38544 closed by vstinner

#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798 closed by vstinner

#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058 closed by rhettinger

#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 closed by eric.snow

#39076: Use types.SimpleNamespace for argparse.Namespace
https://bugs.python.org/issue39076 closed by rhettinger

#39162: setup.py not picking up tkinter headers from non-system macOS
https://bugs.python.org/issue39162 closed by ned.deily

#39173: _AttributeHolder of argparse should support the sort function
https://bugs.python.org/issue39173 closed by rhettinger

#39305: Merge nntplib._NNTPBase and nntplib.NNTP
https://bugs.python.org/issue39305 closed by corona10

#39631: Fix file association MIME type on Windows
https://bugs.python.org/issue39631 closed by steve.dower

#39705: Tutorial, 5.6 Looping Techniques, sorted() example
https://bugs.python.org/issue39705 closed by rhettinger

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740 closed by BTaskaya

#39976: Add "**other_popen_kwargs" to subprocess API signatures in doc
https://bugs.python.org/issue39976 closed by chris.jerdonek

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983 closed by vstinner

#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003 closed by vstinner

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055 closed by vstinner

#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163 closed by christian.heimes

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165 closed by BTaskaya

#40192: time.thread_time isn't outputting in nanoseconds in AIX
https://bugs.python.org/issue40192 closed by vstinner

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211 closed by BTaskaya

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273 closed by rhettinger

#40410: test_multiprocessing_forktest_terminate() timed out after 15 m
https://bugs.python.org/issue40410 closed by vstinner

#40425: Refleak in CDataObject
https://bugs.python.org/issue40425 closed by zach.ware

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445 closed by vstinner

#40457: Python fails to compile/load _ssl module if OpenSSL is compile
https://bugs.python.org/issue40457 closed by christian.heimes

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

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

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

#40579: Second argument to iterator.next not described
https://bugs.python.org/issue40579 closed by rhettinger

#40583: Runtime type annotation mutation leads to inconsistent behavio
https://bugs.python.org/issue40583 closed by ethereon

#40587: [regression] inspect.getdoc not returning docstring.
https://bugs.python.org/issue40587 closed by terry.reedy

#40590: test_subprocess stuck on Windows, x64
https://bugs.python.org/issue40590 closed by terry.reedy

#40595: AttributeError from type annotation
https://bugs.python.org/issue40595 closed by levkivskyi

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 closed by terry.reedy

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607 closed by chris.jerdonek

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612 closed by gvanrossum

#40622: Tests fail with python3.6 built with VS2019
https://bugs.python.org/issue40622 closed by ned.deily

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629 closed by veganaiZe

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630 closed by vstinner

#40633: json.dumps() should encode float number NaN to null
https://bugs.python.org/issue40633 closed by mark.dickinson

#40637: Allow users to disable builtin hash modules on compile time
https://bugs.python.org/issue40637 closed by christian.heimes

#40639: Strange behavior in changing nested dictionaries
https://bugs.python.org/issue40639 closed by steven.daprano

#40641: Reserved word pair used in lambda tutorial without being noted
https://bugs.python.org/issue40641 closed by mark.dickinson

#40649: [Errno 1]
https://bugs.python.org/issue40649 closed by TotallyLost

#40650: Pytime.c doesn't need to include windows.h
https://bugs.python.org/issue40650 closed by steve.dower

#40651: class:`OrderedDict` Examples: LRU implementation has a bug.
https://bugs.python.org/issue40651 closed by rhettinger

#40653: _dirnameW is used outside HAVE_SYMLINK
https://bugs.python.org/issue40653 closed by steve.dower

#40655: Fix 'from x import *' which is bad programming practice from
https://bugs.python.org/issue40655 closed by serhiy.storchaka

#40661: The new parser segfaults when parsing invalid input
https://bugs.python.org/issue40661 closed by pablogsal

#40662: ast.get_source_segment behaviour with missing location info do
https://bugs.python.org/issue40662 closed by pablogsal

#40664: Documentation error: itertools.dropwhile(is_even, itertools.c
https://bugs.python.org/issue40664 closed by SilentGhost

#40665: Use Argument Clinic for bisect
https://bugs.python.org/issue40665 closed by rhettinger

#40669: PEG Parser benchmarks fail if memory_profiler is not installed
https://bugs.python.org/issue40669 closed by lys.nikolaou

#40677: IO_REPARSE_TAG_APPEXECLINK is not defined in old Windows SDK
https://bugs.python.org/issue40677 closed by steve.dower

#40681: shelve.open() should accept pathlib.Path
https://bugs.python.org/issue40681 closed by serhiy.storchaka

#40682: random.Random.seed() with version=1 does not consistently matc
https://bugs.python.org/issue40682 closed by rhettinger

#40683: Beta release does not distribute zoneinfo or test_zoneinfo
https://bugs.python.org/issue40683 closed by p-ganssle

#40693: pathlib.Path will be broken with os.chdir command.
https://bugs.python.org/issue40693 closed by zach.ware

#40698: distutils.command.upload md5_digest
https://bugs.python.org/issue40698 closed by christian.heimes

#40702: frozensets should not allow the |= operator
https://bugs.python.org/issue40702 closed by serhiy.storchaka

#40708: Clearing the screen of IDLE interactive mode in Windows
https://bugs.python.org/issue40708 closed by ezio.melotti

#40709: Malfunctioning of '\r'
https://bugs.python.org/issue40709 closed by ezio.melotti

#40710: Malfunctioning of '\r' (ii)
https://bugs.python.org/issue40710 closed by ezio.melotti

#40711: Clearing the screen of IDLE interactive mode in Windows
https://bugs.python.org/issue40711 closed by ezio.melotti

#40712: fstrings are not docstrings
https://bugs.python.org/issue40712 closed by radkujawa

#40713: _zoneinfo.c can use dst_offset without initialization in parse
https://bugs.python.org/issue40713 closed by p-ganssle

#40714: Remove compile warning from _zoneinfo.c
https://bugs.python.org/issue40714 closed by corona10

#40715: Pegen: dict unpacking inside dict comprehension
https://bugs.python.org/issue40715 closed by pablogsal

#40716: Pegen: improve error messages for unparenthesized from imports
https://bugs.python.org/issue40716 closed by pablogsal

#40725: Documentation: Benchmark table in "What's new in Python 3.9" h
https://bugs.python.org/issue40725 closed by rhettinger

#40728: UnboundLocalError as a result of except statement variable re-
https://bugs.python.org/issue40728 closed by pablogsal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-22 - 2020-05-29)
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 7487 ( +9)
closed 45080 (+80)
total 52567 (+89)

Open issues with patches: 3011


Issues opened (58)
==================

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 reopened by chris.jerdonek

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133 reopened by gregory.p.smith

#40733: Make IDLE doc more visible, mention in main python docs page
https://bugs.python.org/issue40733 opened by phr

#40734: /usr/bin surprisingly in sys.path under IDLE
https://bugs.python.org/issue40734 opened by phr

#40735: test_nntplib: sporadic failures, NetworkedNNTP_SSLTests.test_w
https://bugs.python.org/issue40735 opened by chris.jerdonek

#40736: better message for re.search TypeError ("expected string or by
https://bugs.python.org/issue40736 opened by chris.jerdonek

#40739: find_library broken for binutils >= 2.32 / 2.34
https://bugs.python.org/issue40739 opened by Frederik Rietdijk

#40741: Upgrade to SQLite v3.32.1 in Windows and macOS builds
https://bugs.python.org/issue40741 opened by erlendaasland

#40742: Doc: Parallel build break audit table
https://bugs.python.org/issue40742 opened by mdk

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

#40744: Explicitly drop support for SQLite version < 3.7.3
https://bugs.python.org/issue40744 opened by erlendaasland

#40745: Typo in library/typing
https://bugs.python.org/issue40745 opened by hectorcanto

#40746: test_gdb failing on Raspbian on 3.9, regression from 3.8
https://bugs.python.org/issue40746 opened by gregory.p.smith

#40747: sysconfig.get_config_var("py_version_nodot") should return 3_1
https://bugs.python.org/issue40747 opened by mattip

#40748: Tutorial 4.7 More on Defining Functions missing screen prompts
https://bugs.python.org/issue40748 opened by Chas Belov

#40749: Consider adding decorator for required inner class
https://bugs.python.org/issue40749 opened by Elijah Rippeth

#40754: ModuleNotFoundError: No module named '_testinternalcapi' under
https://bugs.python.org/issue40754 opened by honglei.jiang

#40756: Second argument of LoggerAdapter.__init__ should default to No
https://bugs.python.org/issue40756 opened by arturoescaip

#40757: tarfile: ignore_zeros = True won't raise exception even on inv
https://bugs.python.org/issue40757 opened by mxmlnkn

#40758: For 7.2.7. Code Examples, distinguish between the Tutorial and
https://bugs.python.org/issue40758 opened by Chas Belov

#40759: Deprecate the symbol module
https://bugs.python.org/issue40759 opened by BTaskaya

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762 opened by sidhant

#40763: zipfile.extractall is safe by now
https://bugs.python.org/issue40763 opened by VA

#40766: Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for use
https://bugs.python.org/issue40766 opened by erlendaasland

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767 opened by Jeremy Attali

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769 opened by BTaskaya

#40770: RFE: Run linkchecker on documentation on the CI
https://bugs.python.org/issue40770 opened by hroncok

#40771: python3 fromtimestamp generates OSError
https://bugs.python.org/issue40771 opened by jamercee

#40772: module 'resource' has no attribute 'RLIMIT_VMEM'
https://bugs.python.org/issue40772 opened by Titusz Ban

#40773: DOC: Fix rendering for 'retval' on the pdb page
https://bugs.python.org/issue40773 opened by cheryl.sabella

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775 opened by erlendaasland

#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777 opened by smani

#40782: AbstactEventLoop.run_in_executor is listed as an async method,
https://bugs.python.org/issue40782 opened by jamesba

#40785: `mmap.mmap(..., 0)` doesn't work as advertised in docs (fails
https://bugs.python.org/issue40785 opened by ngie

#40786: madvise should be accessible outside of mmap instance
https://bugs.python.org/issue40786 opened by ngie

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788 opened by munocat

#40791: hmac.compare_digest could try harder to be constant-time.
https://bugs.python.org/issue40791 opened by Devin Jeanpierre

#40794: dataclass signatures and docstrings w/future-annotations
https://bugs.python.org/issue40794 opened by BTaskaya

#40797: multiprocessing.Semaphore has undocumented get_value() method
https://bugs.python.org/issue40797 opened by remi.lapeyre

#40798: The deprecated-removed Sphinx extension need to change the err
https://bugs.python.org/issue40798 opened by remi.lapeyre

#40799: Create Lib/_pydatetime.py file to optimize "import datetime" w
https://bugs.python.org/issue40799 opened by vstinner

#40800: asyncio.sleep(0) should "yield" back to the event loop, but it
https://bugs.python.org/issue40800 opened by Davy Durham

#40801: Expose PyFloat_AsDouble at Python level: operator.as_float?
https://bugs.python.org/issue40801 opened by mark.dickinson

#40802: AbstractEventLoop.shutdown_default_executor breaks backwards c
https://bugs.python.org/issue40802 opened by petr.viktorin

#40804: Bug report in python3.6.8 using argparse module
https://bugs.python.org/issue40804 opened by amansi26

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805 opened by Rob Taft

#40807: CODEOP: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807 opened by cheryl.sabella

#40808: test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue40808 opened by vstinner

#40810: sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3
https://bugs.python.org/issue40810 opened by erlendaasland

#40811: Allow to create new Event Loops on Threads
https://bugs.python.org/issue40811 opened by Christian Exposito

#40813: Output SyntaxError is not defective
https://bugs.python.org/issue40813 opened by timofej

#40814: Update typing module documentation based on PEP 585
https://bugs.python.org/issue40814 opened by Matúš Valo

#40815: Multiprocessing docs don't describe thread-safety
https://bugs.python.org/issue40815 opened by bjs

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816 opened by heckad

#40817: Document the asyncio shell
https://bugs.python.org/issue40817 opened by remi.lapeyre

#40818: Run sys.__interactivehook__ for asyncio REPLs
https://bugs.python.org/issue40818 opened by remi.lapeyre

#40819: Idle Context Menu Copy/Cut Grayed Out
https://bugs.python.org/issue40819 opened by BevInTX

#40820: Mock Call attributes args and kwargs have no changeversion
https://bugs.python.org/issue40820 opened by Andrius Gobis



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

#40820: Mock Call attributes args and kwargs have no changeversion
https://bugs.python.org/issue40820

#40819: Idle Context Menu Copy/Cut Grayed Out
https://bugs.python.org/issue40819

#40818: Run sys.__interactivehook__ for asyncio REPLs
https://bugs.python.org/issue40818

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816

#40815: Multiprocessing docs don't describe thread-safety
https://bugs.python.org/issue40815

#40814: Update typing module documentation based on PEP 585
https://bugs.python.org/issue40814

#40808: test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue40808

#40807: CODEOP: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805

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

#40800: asyncio.sleep(0) should "yield" back to the event loop, but it
https://bugs.python.org/issue40800

#40797: multiprocessing.Semaphore has undocumented get_value() method
https://bugs.python.org/issue40797

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788

#40786: madvise should be accessible outside of mmap instance
https://bugs.python.org/issue40786

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775



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

#40818: Run sys.__interactivehook__ for asyncio REPLs
https://bugs.python.org/issue40818

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816

#40811: Allow to create new Event Loops on Threads
https://bugs.python.org/issue40811

#40810: sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3
https://bugs.python.org/issue40810

#40807: CODEOP: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807

#40801: Expose PyFloat_AsDouble at Python level: operator.as_float?
https://bugs.python.org/issue40801

#40799: Create Lib/_pydatetime.py file to optimize "import datetime" w
https://bugs.python.org/issue40799

#40798: The deprecated-removed Sphinx extension need to change the err
https://bugs.python.org/issue40798

#40791: hmac.compare_digest could try harder to be constant-time.
https://bugs.python.org/issue40791

#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767

#40766: Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for use
https://bugs.python.org/issue40766

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762



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

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762 15 msgs

#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
https://bugs.python.org/issue30064 13 msgs

#40794: dataclass signatures and docstrings w/future-annotations
https://bugs.python.org/issue40794 11 msgs

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable
https://bugs.python.org/issue38605 10 msgs

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701 10 msgs

#40801: Expose PyFloat_AsDouble at Python level: operator.as_float?
https://bugs.python.org/issue40801 9 msgs

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 8 msgs

#40748: Tutorial 4.7 More on Defining Functions missing screen prompts
https://bugs.python.org/issue40748 8 msgs

#2897: PyMemberDef missing in limited API / Deprecate structmember.h
https://bugs.python.org/issue2897 7 msgs

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



Issues closed (78)
==================

#13097: [easy C issue] ctypes: segfault with large number of callback
https://bugs.python.org/issue13097 closed by vstinner

#14562: urllib2 maybe blocks too long with small chunks
https://bugs.python.org/issue14562 closed by benjamin.peterson

#17050: argparse.REMAINDER doesn't work as first argument
https://bugs.python.org/issue17050 closed by rhettinger

#23082: pathlib relative_to() can give confusing error message
https://bugs.python.org/issue23082 closed by steve.dower

#23721: Set up a daily test coverage run
https://bugs.python.org/issue23721 closed by brett.cannon

#25247: Tkinter modules built successfully but removed because they co
https://bugs.python.org/issue25247 closed by ned.deily

#25920: PyOS_AfterFork should reset socketmodule's lock
https://bugs.python.org/issue25920 closed by vstinner

#26415: Excessive peak memory consumption by the Python parser
https://bugs.python.org/issue26415 closed by pablogsal

#29882: Add an efficient popcount method for integers
https://bugs.python.org/issue29882 closed by mark.dickinson

#30986: Add --include-py argument to Tools/msi/make_zip.py
https://bugs.python.org/issue30986 closed by cheryl.sabella

#32398: OSX C++ linking workaround in distutils breaks other packages
https://bugs.python.org/issue32398 closed by cheryl.sabella

#33111: Merely importing tkinter breaks parallel code (multiprocessing
https://bugs.python.org/issue33111 closed by ned.deily

#33388: Support PEP 566 metadata in distutils
https://bugs.python.org/issue33388 closed by eric.araujo

#34397: remove redundant overflow checks in tuple and list implementat
https://bugs.python.org/issue34397 closed by cheryl.sabella

#35545: asyncio.base_events.create_connection doesn't handle scoped IP
https://bugs.python.org/issue35545 closed by cheryl.sabella

#36290: _ast.ast_type_init does not handle args and kwargs correctly.
https://bugs.python.org/issue36290 closed by pablogsal

#37129: Add os.RWF_APPEND flag for os.pwritev
https://bugs.python.org/issue37129 closed by vstinner

#37218: Default hmac.new() digestmod has not been removed from documen
https://bugs.python.org/issue37218 closed by cheryl.sabella

#37973: improve docstrings of sys.float_info
https://bugs.python.org/issue37973 closed by mark.dickinson

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999 closed by serhiy.storchaka

#38580: select()'s documentation claims only sequences are accepted, b
https://bugs.python.org/issue38580 closed by taleinat

#39244: multiprocessing.get_all_start_methods() wrong default on macOS
https://bugs.python.org/issue39244 closed by taleinat

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685 closed by christian.heimes

#39686: add dump_json to ast module
https://bugs.python.org/issue39686 closed by cheryl.sabella

#40160: documentation example of os.walk should be less destructive
https://bugs.python.org/issue40160 closed by serhiy.storchaka

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327 closed by rhettinger

#40367: ImportError: libffi.so.6
https://bugs.python.org/issue40367 closed by YoSTEALTH

#40373: urlunparse does not escape slash (/) for http+unix:// in netlo
https://bugs.python.org/issue40373 closed by taleinat

#40439: Error in an external reference
https://bugs.python.org/issue40439 closed by cheryl.sabella

#40474: Code coverage report not entirely accurate
https://bugs.python.org/issue40474 closed by brett.cannon

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

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558 closed by zach.ware

#40586: Pydoc should support https for hyperlinks.
https://bugs.python.org/issue40586 closed by cheryl.sabella

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611 closed by vstinner

#40646: Builtins in doc show signature in documentation
https://bugs.python.org/issue40646 closed by terry.reedy

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 closed by steve.dower

#40663: Wrong generated annotation on subscripting
https://bugs.python.org/issue40663 closed by pablogsal

#40667: [Windows] Add global python and python3 commands
https://bugs.python.org/issue40667 closed by steve.dower

#40678: Full list of Python lexical rules
https://bugs.python.org/issue40678 closed by cool-RR

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 closed by chris.jerdonek

#40688: PEG Generator: Fix scripts to always use the correct parser
https://bugs.python.org/issue40688 closed by lys.nikolaou

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719 closed by rffontenelle

#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722 closed by terry.reedy

#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730 closed by eric.smith

#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731 closed by gvanrossum

#40732: New realpath breaks setuptools_scm
https://bugs.python.org/issue40732 closed by jaraco

#40737: Fix possible reference leak for sqlite3 initialization
https://bugs.python.org/issue40737 closed by corona10

#40738: backspace character \b not processed by IDLE
https://bugs.python.org/issue40738 closed by terry.reedy

#40740: Missing api-ms-win-core-path-l1-1.0.dll for python-3.9.0b1-amd
https://bugs.python.org/issue40740 closed by steve.dower

#40750: Support -d flag in the new parser
https://bugs.python.org/issue40750 closed by pablogsal

#40751: command 'elif' does not work
https://bugs.python.org/issue40751 closed by terry.reedy

#40752: Implement PurePath.__len__
https://bugs.python.org/issue40752 closed by serhiy.storchaka

#40753: Remove Python 2 compatibility code from pathlib
https://bugs.python.org/issue40753 closed by brett.cannon

#40755: Add missing multiset predicates to collections.Counter
https://bugs.python.org/issue40755 closed by rhettinger

#40760: Dictionary comprehension using older division behavior
https://bugs.python.org/issue40760 closed by Amol Sharma

#40761: unittest.TestCase.assertTrue return True even if the expr is F
https://bugs.python.org/issue40761 closed by zach.ware

#40764: Conflation of Counter with Multiset
https://bugs.python.org/issue40764 closed by rhettinger

#40765: clear screen in idle
https://bugs.python.org/issue40765 closed by terry.reedy

#40768: pyaudio
https://bugs.python.org/issue40768 closed by SilentGhost

#40774: "Important" block in documentation of asyncio.create_subproces
https://bugs.python.org/issue40774 closed by benjamin.peterson

#40776: Python 3.7.6 installation issue on mac os x 10.6.8
https://bugs.python.org/issue40776 closed by ned.deily

#40778: Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS
https://bugs.python.org/issue40778 closed by corona10

#40779: incorrect end column for single argument generator function ca
https://bugs.python.org/issue40779 closed by pablogsal

#40780: float.__format__() handles trailing zeros inconsistently in ??
https://bugs.python.org/issue40780 closed by mark.dickinson

#40781: Remove sys._debugmallocstats() function and PYTHONMALLOCSTATS
https://bugs.python.org/issue40781 closed by vstinner

#40783: test_interpreters test_interpreters leaked [216, 216, 216] ref
https://bugs.python.org/issue40783 closed by pablogsal

#40784: test_sqlite: CheckFuncDeterministic() fails with SQLite 3.32
https://bugs.python.org/issue40784 closed by berker.peksag

#40787: Mysql + unittest crash
https://bugs.python.org/issue40787 closed by lgerosa

#40789: C-level destructor in PySide2 breaks gen_send_ex, which assume
https://bugs.python.org/issue40789 closed by njs

#40790: Python should enable computed gotos on Mac by default
https://bugs.python.org/issue40790 closed by benjamin.peterson

#40792: Make PyNumber_Index() always returning an exact int instance
https://bugs.python.org/issue40792 closed by serhiy.storchaka

#40793: print() performance problem with very large numbers
https://bugs.python.org/issue40793 closed by mark.dickinson

#40795: ctypes: PyErr_WriteUnraisable() called with no exception set o
https://bugs.python.org/issue40795 closed by vstinner

#40796: dataclasses.make_dataclass: Exception when called with differe
https://bugs.python.org/issue40796 closed by Darrick Yee

#40803: Unable to execute python.exe from zip in wine
https://bugs.python.org/issue40803 closed by clanmills

#40806: itertools.product not lazy
https://bugs.python.org/issue40806 closed by rhettinger

#40809: list.Count() isn't working as expected for the series of same
https://bugs.python.org/issue40809 closed by steven.daprano

#40812: _tkinter build failed when install Python-3.6.10
https://bugs.python.org/issue40812 closed by ned.deily
Re: Summary of Python tracker Issues [ In reply to ]
On Fri, May 29, 2020 at 12:16 PM Python tracker <status@bugs.python.org> wrote:
> ACTIVITY SUMMARY (2020-05-22 - 2020-05-29)
> 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 7487 ( +9)
> closed 45080 (+80)
> total 52567 (+89)
>
> ...

How hard would it be to add PRs (in the same way) to this weekly report?

Also, where is the script for this hosted and where is the source repo
(if any)? it might be helpful to have a link back to that info,
perhaps somewhere in the devguide.

-eric
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@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/WCUONFB5MRSC6LHWT442QBF7FBN7TGQJ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-29 - 2020-06-05)
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 7444 (-43)
closed 45180 (+100)
total 52624 (+57)

Open issues with patches: 3008


Issues opened (49)
==================

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 reopened by serhiy.storchaka

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483 reopened by vstinner

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 reopened by vstinner

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805 reopened by cjw296

#40821: os.getlogin() not working
https://bugs.python.org/issue40821 opened by Manickaraja Kumarappan

#40822: Drop support for SQLite pre 3.7.15
https://bugs.python.org/issue40822 opened by erlendaasland

#40823: Don't use obsolete unittest.makeSuite() in sqlite3 tests
https://bugs.python.org/issue40823 opened by erlendaasland

#40824: Unexpected errors in __iter__ are masked in "in" and the opera
https://bugs.python.org/issue40824 opened by serhiy.storchaka

#40825: Add a "strict" parameter to csv.writer and csv.DictWriter
https://bugs.python.org/issue40825 opened by eric.smith

#40826: PyOS_InterruptOccurred() now requires to hold the GIL: PyOS_Re
https://bugs.python.org/issue40826 opened by Jelle Zijlstra

#40827: os.readlink should support getting the target's printname in W
https://bugs.python.org/issue40827 opened by eryksun

#40828: shared memory problems with multiprocessing.Pool
https://bugs.python.org/issue40828 opened by trapezoid677

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

#40832: hi param in bisect module should not accept negative values
https://bugs.python.org/issue40832 opened by samuel72

#40833: Clarify docstring of Path.rename
https://bugs.python.org/issue40833 opened by cool-RR

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834 opened by asaka

#40835: Incorrect handling for msgctxt in msgfmt.py
https://bugs.python.org/issue40835 opened by da1910

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836 opened by remi.lapeyre

#40837: email.utils.encode_rfc2231(string, None, None) returns broken
https://bugs.python.org/issue40837 opened by spaceone

#40838: inspect.getsourcefile documentation doesn't mention it can ret
https://bugs.python.org/issue40838 opened by pekka.klarck

#40840: lzma.h file not found building on macOS
https://bugs.python.org/issue40840 opened by jaraco

#40841: Provide mimetypes.sniff API as stdlib
https://bugs.python.org/issue40841 opened by corona10

#40842: _Pickler_CommitFrame() always returns 0 and its return code is
https://bugs.python.org/issue40842 opened by remi.lapeyre

#40843: tarfile: ignore_zeros = True exceedingly slow on a sparse tar
https://bugs.python.org/issue40843 opened by mxmlnkn

#40846: Misleading line in documentation
https://bugs.python.org/issue40846 opened by J Arun Mani

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

#40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
https://bugs.python.org/issue40849 opened by l0x

#40851: subprocess.Popen: impossible to show console window when shell
https://bugs.python.org/issue40851 opened by akdor1154

#40854: [Patch] Allow overriding sys.platlibdir
https://bugs.python.org/issue40854 opened by smani

#40855: statistics.stdev ignore xbar argument
https://bugs.python.org/issue40855 opened by Folket

#40856: IDLE line numbering should be light gray
https://bugs.python.org/issue40856 opened by rhettinger

#40857: tempfile.TemporaryDirectory() context manager can fail to prop
https://bugs.python.org/issue40857 opened by granchester

#40858: ntpath.realpath fails for broken symlinks with rooted target p
https://bugs.python.org/issue40858 opened by eryksun

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859 opened by Ma Lin

#40860: Exception in multiprocessing/context.py under load
https://bugs.python.org/issue40860 opened by Arkady M

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

#40862: argparse.BooleanOptionalAction accept and silently discard its
https://bugs.python.org/issue40862 opened by remi.lapeyre

#40864: spec_set/autospec/spec seems to not be reading attributes defi
https://bugs.python.org/issue40864 opened by efagerberg

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866 opened by erlendaasland

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

#40868: io.TextIOBase.buffer is not necessarily a buffer
https://bugs.python.org/issue40868 opened by mjacob

#40869: errno missing descriptions
https://bugs.python.org/issue40869 opened by YoSTEALTH

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

#40871: threading.Event.wait_unset()
https://bugs.python.org/issue40871 opened by Jacob Kunnappally

#40872: multiprocess.Lock is missing the locked() method
https://bugs.python.org/issue40872 opened by remi.lapeyre

#40873: Something wrong with html.unescape()
https://bugs.python.org/issue40873 opened by ???????? Dreyk

#40874: Update to libmpdec-2.5.0
https://bugs.python.org/issue40874 opened by skrah

#40875: Implement __repr__ for classes in csv module
https://bugs.python.org/issue40875 opened by cool-RR

#40876: Clarify error message in csv module
https://bugs.python.org/issue40876 opened by cool-RR



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

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

#40875: Implement __repr__ for classes in csv module
https://bugs.python.org/issue40875

#40873: Something wrong with html.unescape()
https://bugs.python.org/issue40873

#40872: multiprocess.Lock is missing the locked() method
https://bugs.python.org/issue40872

#40871: threading.Event.wait_unset()
https://bugs.python.org/issue40871

#40869: errno missing descriptions
https://bugs.python.org/issue40869

#40868: io.TextIOBase.buffer is not necessarily a buffer
https://bugs.python.org/issue40868

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

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866

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

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859

#40858: ntpath.realpath fails for broken symlinks with rooted target p
https://bugs.python.org/issue40858

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

#40843: tarfile: ignore_zeros = True exceedingly slow on a sparse tar
https://bugs.python.org/issue40843

#40842: _Pickler_CommitFrame() always returns 0 and its return code is
https://bugs.python.org/issue40842



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

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

#40874: Update to libmpdec-2.5.0
https://bugs.python.org/issue40874

#40872: multiprocess.Lock is missing the locked() method
https://bugs.python.org/issue40872

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

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

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866

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

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859

#40854: [Patch] Allow overriding sys.platlibdir
https://bugs.python.org/issue40854

#40846: Misleading line in documentation
https://bugs.python.org/issue40846

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836

#40835: Incorrect handling for msgctxt in msgfmt.py
https://bugs.python.org/issue40835

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834

#40833: Clarify docstring of Path.rename
https://bugs.python.org/issue40833

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



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

#40826: PyOS_InterruptOccurred() now requires to hold the GIL: PyOS_Re
https://bugs.python.org/issue40826 23 msgs

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 18 msgs

#40521: [subinterpreters] Make free lists and unicode caches per-inter
https://bugs.python.org/issue40521 13 msgs

#40825: Add a "strict" parameter to csv.writer and csv.DictWriter
https://bugs.python.org/issue40825 9 msgs

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805 7 msgs

#40807: Codeop: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807 7 msgs

#22167: iglob() has misleading documentation (does indeed store names
https://bugs.python.org/issue22167 6 msgs

#27580: CSV Null Byte Error
https://bugs.python.org/issue27580 6 msgs

#39573: [C API] Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 6 msgs

#40403: pdb does not drop into debugger upon SyntaxError caused by ast
https://bugs.python.org/issue40403 5 msgs



Issues closed (93)
==================

#2481: locale.strxfrm does not work with Unicode strings
https://bugs.python.org/issue2481 closed by serhiy.storchaka

#5184: Add -3 warning for extension types that implement tp_compare b
https://bugs.python.org/issue5184 closed by serhiy.storchaka

#8387: use universal newline mode in csv module examples
https://bugs.python.org/issue8387 closed by serhiy.storchaka

#8502: support plurals in pygettext
https://bugs.python.org/issue8502 closed by serhiy.storchaka

#8893: file.{read,readlines} behaviour on Solaris
https://bugs.python.org/issue8893 closed by serhiy.storchaka

#9196: Improve docs for string interpolation "%s" re Unicode strings
https://bugs.python.org/issue9196 closed by serhiy.storchaka

#9326: Error message for incorrect number of (function) args is incor
https://bugs.python.org/issue9326 closed by serhiy.storchaka

#9751: _PyInstance_Lookup() defeats its purpose
https://bugs.python.org/issue9751 closed by serhiy.storchaka

#10631: ZipFile and current directory change
https://bugs.python.org/issue10631 closed by serhiy.storchaka

#11309: #include <wctype.h> in Objects/unicodetype_db.h and Objects/un
https://bugs.python.org/issue11309 closed by serhiy.storchaka

#11315: unicode support in Cookie module
https://bugs.python.org/issue11315 closed by serhiy.storchaka

#11722: mingw64 does not link when building extensions
https://bugs.python.org/issue11722 closed by serhiy.storchaka

#11767: Maildir iterator leaks file descriptors by default
https://bugs.python.org/issue11767 closed by serhiy.storchaka

#12398: Sending binary data with a POST request in httplib can cause U
https://bugs.python.org/issue12398 closed by serhiy.storchaka

#13171: Bug in file.read(), can access unknown data.
https://bugs.python.org/issue13171 closed by serhiy.storchaka

#14847: AttributeError: NoneType has no attribute 'utf_8_decode'
https://bugs.python.org/issue14847 closed by serhiy.storchaka

#14978: distutils Extension fails to be created with unicode package n
https://bugs.python.org/issue14978 closed by serhiy.storchaka

#15276: unicode format does not really work in Python 2.x
https://bugs.python.org/issue15276 closed by serhiy.storchaka

#15918: subprocess.Popen reads errpipe_read incorrectly, can result in
https://bugs.python.org/issue15918 closed by serhiy.storchaka

#15951: string.Formatter returns str for empty unicode template
https://bugs.python.org/issue15951 closed by serhiy.storchaka

#15952: format(value) and value.__format__() behave differently with u
https://bugs.python.org/issue15952 closed by serhiy.storchaka

#16125: open accepts arbitrary mode strings as long as they contain U
https://bugs.python.org/issue16125 closed by serhiy.storchaka

#16891: Fix docs about module search order
https://bugs.python.org/issue16891 closed by serhiy.storchaka

#17112: Some doctest-based tests fail when run with python -OO
https://bugs.python.org/issue17112 closed by serhiy.storchaka

#17191: pdb list shows unexpected code when stack frame includes a try
https://bugs.python.org/issue17191 closed by serhiy.storchaka

#17387: Error in C API documentation of PySequenceMethods
https://bugs.python.org/issue17387 closed by serhiy.storchaka

#17420: bdist_wininst does not play well with unicode descriptions
https://bugs.python.org/issue17420 closed by serhiy.storchaka

#17544: regex code re-raises exceptions on success
https://bugs.python.org/issue17544 closed by serhiy.storchaka

#18695: os.statvfs() not working well with unicode paths
https://bugs.python.org/issue18695 closed by serhiy.storchaka

#20192: pprint chokes on set containing frozenset
https://bugs.python.org/issue20192 closed by serhiy.storchaka

#20296: PyArg_ParseTuple 2.X docs mention int for "t#", but "Py_ssize_
https://bugs.python.org/issue20296 closed by serhiy.storchaka

#20686: Confusing statement about unicode strings in tutorial introduc
https://bugs.python.org/issue20686 closed by serhiy.storchaka

#20785: Missing symbols in Python27.lib (Windows 64bit)
https://bugs.python.org/issue20785 closed by serhiy.storchaka

#20989: XML File I/O Misbehavior with open() when the flag is 'r+'
https://bugs.python.org/issue20989 closed by serhiy.storchaka

#21547: '!s' formatting documentation bug
https://bugs.python.org/issue21547 closed by serhiy.storchaka

#21561: help() on enum34 enumeration class creates only a dummy docume
https://bugs.python.org/issue21561 closed by serhiy.storchaka

#21785: __getitem__ and __setitem__ try to be smart when invoked with
https://bugs.python.org/issue21785 closed by serhiy.storchaka

#21796: tempfile.py", line 83, in <module> once_lock = _allocate_lock(
https://bugs.python.org/issue21796 closed by serhiy.storchaka

#21889: https://docs.python.org/2/library/multiprocessing.html#process
https://bugs.python.org/issue21889 closed by serhiy.storchaka

#21929: Rounding properly
https://bugs.python.org/issue21929 closed by serhiy.storchaka

#22052: Comparison operators called in reverse order for subclasses wi
https://bugs.python.org/issue22052 closed by serhiy.storchaka

#22666: email.Header no encoding of unicode strings containing newline
https://bugs.python.org/issue22666 closed by serhiy.storchaka

#22720: Obscure error w/ windows online-only file
https://bugs.python.org/issue22720 closed by serhiy.storchaka

#22750: xmlapp.py display bug when validate XML by DTD
https://bugs.python.org/issue22750 closed by serhiy.storchaka

#23315: tempfile.mkdtemp fails with non-ascii paths on Python 2
https://bugs.python.org/issue23315 closed by serhiy.storchaka

#23514: multiprocessing documentation - little more examples for paral
https://bugs.python.org/issue23514 closed by serhiy.storchaka

#23567: os.stat() tuple access vs named attribute access int vs float
https://bugs.python.org/issue23567 closed by serhiy.storchaka

#23850: Missing documentation for Py_TPFLAGS_HAVE_NEWBUFFER
https://bugs.python.org/issue23850 closed by serhiy.storchaka

#24126: newlines attribute does not get set after calling readline()
https://bugs.python.org/issue24126 closed by serhiy.storchaka

#24256: threading.Timer is not a class
https://bugs.python.org/issue24256 closed by serhiy.storchaka

#24341: Test suite emits many DeprecationWarnings about sys.exc_clear(
https://bugs.python.org/issue24341 closed by serhiy.storchaka

#24880: ctypeslib patch for regular expression for symbols to include
https://bugs.python.org/issue24880 closed by serhiy.storchaka

#25511: multiprocessing pool blocks SIGTERM from being handled
https://bugs.python.org/issue25511 closed by serhiy.storchaka

#25661: tokenize.untokenize does not maintain the order of tabbed inde
https://bugs.python.org/issue25661 closed by serhiy.storchaka

#25714: Consider isinstance(..., numbers.Integral) instead of isinstan
https://bugs.python.org/issue25714 closed by serhiy.storchaka

#26369: unicode.decode and str.encode are unnecessarily confusing for
https://bugs.python.org/issue26369 closed by serhiy.storchaka

#26433: urllib.urlencode() does not explain how to handle unicode
https://bugs.python.org/issue26433 closed by serhiy.storchaka

#26543: [EASY] imaplib noop Debug: bytes vs Unicode bug in debug mode
https://bugs.python.org/issue26543 closed by vstinner

#27037: Universal newline support for zipFile.ZipExtFile.read() is not
https://bugs.python.org/issue27037 closed by serhiy.storchaka

#28403: Porting guide: disabling & warning on implicit unicode convers
https://bugs.python.org/issue28403 closed by serhiy.storchaka

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
https://bugs.python.org/issue29017 closed by benjamin.peterson

#29236: 'an ASCII string of one or more PEM-encoded certificates' need
https://bugs.python.org/issue29236 closed by serhiy.storchaka

#29323: Wrong documentation (Library) for unicode and str comparison
https://bugs.python.org/issue29323 closed by serhiy.storchaka

#31869: commentary on ssl.PROTOCOL_TLS
https://bugs.python.org/issue31869 closed by christian.heimes

#33491: mistype of method's name
https://bugs.python.org/issue33491 closed by serhiy.storchaka

#33618: Support TLS 1.3
https://bugs.python.org/issue33618 closed by christian.heimes

#33725: Python crashes on macOS after fork with no exec
https://bugs.python.org/issue33725 closed by barry

#33740: PyByteArray_AsString C-API description lacks the assurance, th
https://bugs.python.org/issue33740 closed by serhiy.storchaka

#35151: Python 2 xml.etree.ElementTree documentation tutorial uses und
https://bugs.python.org/issue35151 closed by serhiy.storchaka

#36724: Clear _PyRuntime at exit
https://bugs.python.org/issue36724 closed by vstinner

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583 closed by vstinner

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593 closed by vstinner

#40061: Possible refleak in _asynciomodule.c future_add_done_callback(
https://bugs.python.org/issue40061 closed by aeros

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 closed by vstinner

#40759: Deprecate the symbol module
https://bugs.python.org/issue40759 closed by BTaskaya

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762 closed by terry.reedy

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767 closed by orsenthil

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788 closed by munocat

#40798: The deprecated-removed Sphinx extension need to change the err
https://bugs.python.org/issue40798 closed by mdk

#40829: Add a what's new entry about deprecation of random.shuffle's r
https://bugs.python.org/issue40829 closed by BTaskaya

#40831: Wrong statement that bytes paths are deprecated under Windows
https://bugs.python.org/issue40831 closed by steve.dower

#40839: Disallow calling PyDict_GetItem() with the GIL released
https://bugs.python.org/issue40839 closed by vstinner

#40844: Alternate ways of running coroutines
https://bugs.python.org/issue40844 closed by yselivanov

#40845: idna encoding fails for Cherokee symbols
https://bugs.python.org/issue40845 closed by christian.heimes

#40848: compile() can compile a bare starred expression with `PyCF_ONL
https://bugs.python.org/issue40848 closed by pablogsal

#40850: Programming FAQ - variables local to the lambdas
https://bugs.python.org/issue40850 closed by rhettinger

#40852: Dictionary created with dict.fromkeys have issues (all explain
https://bugs.python.org/issue40852 closed by christian.heimes

#40853: "set() in set()" should raise TypeError: unhashable type: 'set
https://bugs.python.org/issue40853 closed by rhettinger

#40863: bytes.decode changes/destroys line endings on windows
https://bugs.python.org/issue40863 closed by eryksun

#40865: Remove unused insint() macro from the hash modules
https://bugs.python.org/issue40865 closed by christian.heimes

#40877: Code coverage is blocking a merge again
https://bugs.python.org/issue40877 closed by skrah

#1294232: Error in metaclass search order
https://bugs.python.org/issue1294232 closed by serhiy.storchaka

#1706039: Added clearerr() to clear EOF state
https://bugs.python.org/issue1706039 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
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
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-12 - 2020-06-19)
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 7476 (+29)
closed 45305 (+47)
total 52781 (+76)

Open issues with patches: 3026


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

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 reopened by eric.smith

#40890: Dict views should be introspectable
https://bugs.python.org/issue40890 reopened by serhiy.storchaka

#40964: Connection to IMAP server cyrus.andrew.cmu.edu hangs
https://bugs.python.org/issue40964 opened by christian.heimes

#40965: Segfault when importing unittest module via C API
https://bugs.python.org/issue40965 opened by The Comet

#40967: asyncio.Task.all_tasks() and asyncio.Task.current_task() must
https://bugs.python.org/issue40967 opened by remi.lapeyre

#40968: urllib does not send http/1.1 ALPN extension
https://bugs.python.org/issue40968 opened by pmenzel

#40970: Error in Python Datamodel Documentation
https://bugs.python.org/issue40970 opened by chrisyeh96

#40971: Documentation still mentions 'u' string formatting option
https://bugs.python.org/issue40971 opened by gphemsley

#40974: possible optimization: SHRINK_STACK(n)
https://bugs.python.org/issue40974 opened by shrink_stack

#40975: contextlib.AsyncExitStack enter_async_context and aclose shoul
https://bugs.python.org/issue40975 opened by naglis

#40977: asyncio.trsock.TransportSocket says some APIs will be prohibit
https://bugs.python.org/issue40977 opened by ronaldoussoren

#40978: Document that typing.SupportsXXX protocols are runtime checkab
https://bugs.python.org/issue40978 opened by ramalho

#40979: typing module docs: keep text, add subsections
https://bugs.python.org/issue40979 opened by ramalho

#40980: group names of bytes regexes are strings
https://bugs.python.org/issue40980 opened by matpi

#40982: copytree example in shutil
https://bugs.python.org/issue40982 opened by Alberto Torres Barrán

#40984: re.compile's repr truncates patterns at 200 characters
https://bugs.python.org/issue40984 opened by matpi

#40986: Async generators are not garbage collected
https://bugs.python.org/issue40986 opened by vytas

#40987: Add tests to test_interpreters to import C extension modules c
https://bugs.python.org/issue40987 opened by vstinner

#40988: singledispatchmethod significantly slower than singledispatch
https://bugs.python.org/issue40988 opened by CaselIT

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989 opened by vstinner

#40990: Make http.server support SSL
https://bugs.python.org/issue40990 opened by remi.lapeyre

#40992: Wrong warning in asyncio debug mode
https://bugs.python.org/issue40992 opened by Alex Alex

#40994: Very confusing documenation for abc.Collections
https://bugs.python.org/issue40994 opened by Sydney Pemberton

#40995: reprlib.Repr.__init__ should accept arguments
https://bugs.python.org/issue40995 opened by remi.lapeyre

#40996: urllib should fsdecode percent-encoded parts of file URIs on U
https://bugs.python.org/issue40996 opened by mjacob

#40998: Compiler warnings in ubsan builds
https://bugs.python.org/issue40998 opened by christian.heimes

#40999: implicit-int-float-conversion warnings in time and math code
https://bugs.python.org/issue40999 opened by christian.heimes

#41000: IDLE: only allow single instance
https://bugs.python.org/issue41000 opened by epaine

#41001: Provide wrapper for eventfd
https://bugs.python.org/issue41001 opened by christian.heimes

#41002: HTTPResponse.read with amt is slow
https://bugs.python.org/issue41002 opened by bmerry

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004 opened by nnewram

#41005: Permission denied: 'xdg-settings' when executing 'jupyter note
https://bugs.python.org/issue41005 opened by SBC King

#41007: test_importlib logs ResourceWarning: test_path.CommonTests.tes
https://bugs.python.org/issue41007 opened by vstinner

#41008: multiprocessing.Connection.poll raises BrokenPipeError on Wind
https://bugs.python.org/issue41008 opened by zanchey

#41009: @support.requires_*_version broken for classes
https://bugs.python.org/issue41009 opened by christian.heimes

#41010: email.message.EmailMessage.get_body
https://bugs.python.org/issue41010 opened by patrick totzke

#41011: [venv] record which executable and command were used to create
https://bugs.python.org/issue41011 opened by brett.cannon

#41012: Some code comments refer to removed initfsencoding()
https://bugs.python.org/issue41012 opened by mjacob

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013 opened by vstinner

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014 opened by svaddi

#41015: warning: 'sqlite3_enable_shared_cache' is deprecated
https://bugs.python.org/issue41015 opened by svaddi

#41016: warning: 'Tk_GetNumMainWindows' is deprecated
https://bugs.python.org/issue41016 opened by svaddi

#41017: warning: 'Tk_Init' is deprecated: first deprecated
https://bugs.python.org/issue41017 opened by svaddi

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018 opened by svaddi

#41019: The necessary bits to build these optional modules were not fo
https://bugs.python.org/issue41019 opened by svaddi

#41021: ctypes callback with structure crashes in Python 3.8 on Window
https://bugs.python.org/issue41021 opened by itsgk92

#41022: AST sum types is unidentifiable after ast.Constant became a ba
https://bugs.python.org/issue41022 opened by BTaskaya

#41024: doc: Explicitly mention use of 'enum.Enum' as a valid containe
https://bugs.python.org/issue41024 opened by vincent-ferotin

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025 opened by p-ganssle

#41026: mailbox does not support new Path object
https://bugs.python.org/issue41026 opened by LimaAlphaHotel

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027 opened by mbarbera

#41028: Move docs.python.org language and version switcher out of cpyt
https://bugs.python.org/issue41028 opened by mdk

#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031 opened by msimacek

#41032: locale.setlocale example incorrect
https://bugs.python.org/issue41032 opened by pintman

#41033: readline.c: SEGFAULT on SIGWINCH when loaded twice
https://bugs.python.org/issue41033 opened by blueyed

#41034: test_builtin: PtyTests fail when run twice
https://bugs.python.org/issue41034 opened by vstinner

#41035: zipfile.Path does not work properly with zip archives where pa
https://bugs.python.org/issue41035 opened by sorrow

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036 opened by vstinner

#41037: Add (optional) threadstate to: PyOS_InterruptOccurred()
https://bugs.python.org/issue41037 opened by seberg

#41038: VersionInfo string is corrupted when building on Windows with
https://bugs.python.org/issue41038 opened by nnemkin

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039 opened by nnemkin



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

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039

#41038: VersionInfo string is corrupted when building on Windows with
https://bugs.python.org/issue41038

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036

#41033: readline.c: SEGFAULT on SIGWINCH when loaded twice
https://bugs.python.org/issue41033

#41032: locale.setlocale example incorrect
https://bugs.python.org/issue41032

#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025

#41024: doc: Explicitly mention use of 'enum.Enum' as a valid containe
https://bugs.python.org/issue41024

#41019: The necessary bits to build these optional modules were not fo
https://bugs.python.org/issue41019

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018

#41017: warning: 'Tk_Init' is deprecated: first deprecated
https://bugs.python.org/issue41017

#41016: warning: 'Tk_GetNumMainWindows' is deprecated
https://bugs.python.org/issue41016

#41015: warning: 'sqlite3_enable_shared_cache' is deprecated
https://bugs.python.org/issue41015

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014



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

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039

#41038: VersionInfo string is corrupted when building on Windows with
https://bugs.python.org/issue41038

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036

#41028: Move docs.python.org language and version switcher out of cpyt
https://bugs.python.org/issue41028

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027

#41026: mailbox does not support new Path object
https://bugs.python.org/issue41026

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025

#41024: doc: Explicitly mention use of 'enum.Enum' as a valid containe
https://bugs.python.org/issue41024

#41009: @support.requires_*_version broken for classes
https://bugs.python.org/issue41009

#41005: Permission denied: 'xdg-settings' when executing 'jupyter note
https://bugs.python.org/issue41005

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004

#41002: HTTPResponse.read with amt is slow
https://bugs.python.org/issue41002

#41001: Provide wrapper for eventfd
https://bugs.python.org/issue41001

#40998: Compiler warnings in ubsan builds
https://bugs.python.org/issue40998

#40995: reprlib.Repr.__init__ should accept arguments
https://bugs.python.org/issue40995



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

#40980: group names of bytes regexes are strings
https://bugs.python.org/issue40980 26 msgs

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 15 msgs

#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
https://bugs.python.org/issue30064 11 msgs

#38377: test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event
https://bugs.python.org/issue38377 10 msgs

#40984: re.compile's repr truncates patterns at 200 characters
https://bugs.python.org/issue40984 7 msgs

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989 7 msgs

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013 7 msgs

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346 6 msgs

#40511: IDLE: properly handle '(' and ')' within calls
https://bugs.python.org/issue40511 5 msgs

#40964: Connection to IMAP server cyrus.andrew.cmu.edu hangs
https://bugs.python.org/issue40964 5 msgs



Issues closed (47)
==================

#10118: Tkinter does not find font
https://bugs.python.org/issue10118 closed by terry.reedy

#28557: error message for bad raw readinto
https://bugs.python.org/issue28557 closed by benjamin.peterson

#33315: Allow queue.Queue to be used in type annotations
https://bugs.python.org/issue33315 closed by rhettinger

#33881: dataclasses should use NFKC to find duplicate members
https://bugs.python.org/issue33881 closed by eric.smith

#34226: cgi.parse_multipart() requires undocumented CONTENT-LENGTH in
https://bugs.python.org/issue34226 closed by orsenthil

#36020: HAVE_SNPRINTF and MSVC std::snprintf support
https://bugs.python.org/issue36020 closed by vstinner

#37673: Tkinter won't create 5000 check boxes, stops at 1309.
https://bugs.python.org/issue37673 closed by terry.reedy

#37674: Is imp module deprecated or pending deprecation?
https://bugs.python.org/issue37674 closed by brett.cannon

#38488: Update bundled pip to 20.1.1
https://bugs.python.org/issue38488 closed by ned.deily

#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783 closed by serhiy.storchaka

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756 closed by cheryl.sabella

#40119: ensurepip should use different pattern for pip/setuptool wheel
https://bugs.python.org/issue40119 closed by ned.deily

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1g
https://bugs.python.org/issue40164 closed by steve.dower

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 closed by lys.nikolaou

#40353: Add an optional "strict" check to zip
https://bugs.python.org/issue40353 closed by brandtbucher

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448 closed by ned.deily

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

#40680: thread_cputime isn't supported by AIX5
https://bugs.python.org/issue40680 closed by vstinner

#40808: test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue40808 closed by ned.deily

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834 closed by cheryl.sabella

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836 closed by remi.lapeyre

#40855: statistics.stdev ignore xbar argument
https://bugs.python.org/issue40855 closed by rhettinger

#40873: Something wrong with html.unescape()
https://bugs.python.org/issue40873 closed by serhiy.storchaka

#40914: tarfile creates output that appears to omit files
https://bugs.python.org/issue40914 closed by zach.ware

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

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

#40945: TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent
https://bugs.python.org/issue40945 closed by serhiy.storchaka

#40953: PyConfig_Clear() doesn't clear _orig_argv member (_PyWideStrin
https://bugs.python.org/issue40953 closed by vstinner

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

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

#40966: Remove redundant var in PyErr_NewException
https://bugs.python.org/issue40966 closed by corona10

#40969: Python 3.8.3 And Now For Something CompletelyDifferent
https://bugs.python.org/issue40969 closed by cheryl.sabella

#40972: Add a recurse flag to Path.rmdir()
https://bugs.python.org/issue40972 closed by serhiy.storchaka

#40973: platform.platform() in Python 3.8 does not report detailed Lin
https://bugs.python.org/issue40973 closed by SilentGhost

#40976: Clarify motivation for `chain.from_iterable`
https://bugs.python.org/issue40976 closed by rhettinger

#40981: increment is wrong in 3.7 but not in 2.7
https://bugs.python.org/issue40981 closed by serhiy.storchaka

#40983: urllib.request.url2pathname() unconditionally uses utf-8 encod
https://bugs.python.org/issue40983 closed by mjacob

#40985: PEG Parser: SyntaxError text empty when last line has a LINECO
https://bugs.python.org/issue40985 closed by lys.nikolaou

#40991: Can't open more than on .py file with IDLE
https://bugs.python.org/issue40991 closed by terry.reedy

#40993: Don't run Python and C coverage jobs of Travis CI on pull requ
https://bugs.python.org/issue40993 closed by vstinner

#40997: python 3.8.2: datetime.datetime(1969,1,1).timestamp() yields O
https://bugs.python.org/issue40997 closed by SilentGhost

#41003: test_copyreg: importing numpy changes warnings filters
https://bugs.python.org/issue41003 closed by vstinner

#41006: Reduce number of modules imported by runpy
https://bugs.python.org/issue41006 closed by vstinner

#41020: Could not build the ssl module!
https://bugs.python.org/issue41020 closed by christian.heimes

#41023: smtplib does not handle Unicode characters
https://bugs.python.org/issue41023 closed by r.david.murray

#41029: parallel sftp from local to remote file creates empty director
https://bugs.python.org/issue41029 closed by christian.heimes

#41030: Provide toList() method on iterators/generators (`list()` is a
https://bugs.python.org/issue41030 closed by zach.ware
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-19 - 2020-06-26)
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 7490 (+14)
closed 45380 (+75)
total 52870 (+89)

Open issues with patches: 3035


Issues opened (62)
==================

#15849: PEP 3121, 384 Refactoring applied to xx module
https://bugs.python.org/issue15849 reopened by vstinner

#35975: Put back the ability to parse files where async/await aren't k
https://bugs.python.org/issue35975 reopened by gvanrossum

#41041: Multiprocesing Pool borken on macOS REPL
https://bugs.python.org/issue41041 opened by mbussonn

#41043: Escape the literal part of the path for glob()
https://bugs.python.org/issue41043 opened by serhiy.storchaka

#41045: f-string's "debug" feature is undocumented
https://bugs.python.org/issue41045 opened by eric.smith

#41046: unittest: make skipTest a classmethod
https://bugs.python.org/issue41046 opened by jameshcorbett

#41048: read_mime_types() should read the rule file using UTF-8, not t
https://bugs.python.org/issue41048 opened by serhiy.storchaka

#41050: class multiprocessing.Value calls set_start_method
https://bugs.python.org/issue41050 opened by Kernel Plevitsky

#41051: Flush file after warning is written
https://bugs.python.org/issue41051 opened by mjacob

#41052: Opt out serialization/deserialization for heap type
https://bugs.python.org/issue41052 opened by corona10

#41053: open() fails to read app exec links
https://bugs.python.org/issue41053 opened by saschanaz

#41056: minor NULL pointer and sign issues reported by Coverity
https://bugs.python.org/issue41056 opened by gregory.p.smith

#41059: Large number of Coverity reports for parser.c
https://bugs.python.org/issue41059 opened by gregory.p.smith

#41061: Incorrect expressions / assert with side effect in hashtable
https://bugs.python.org/issue41061 opened by christian.heimes

#41062: Advanced Debugger Support C-API is useless without HEAD_LOCK()
https://bugs.python.org/issue41062 opened by pashkin

#41063: Avoid using the locale encoding for open() in tests
https://bugs.python.org/issue41063 opened by serhiy.storchaka

#41064: f-string SyntaxError gives offset within fake line, other issu
https://bugs.python.org/issue41064 opened by JNCressey

#41065: Use zip-strict in zoneinfo
https://bugs.python.org/issue41065 opened by cool-RR

#41066: Update documentation for Pathlib
https://bugs.python.org/issue41066 opened by thatiparthy

#41067: Haiku build fix - posix module
https://bugs.python.org/issue41067 opened by devnexen

#41073: [C API] PyType_GetSlot() should accept static types
https://bugs.python.org/issue41073 opened by vstinner

#41075: Make support of navigating through prev. commands in IDLE more
https://bugs.python.org/issue41075 opened by wyz23x2

#41076: Pre-feed the parser with the f-string expression location
https://bugs.python.org/issue41076 opened by lys.nikolaou

#41078: [C API] Convert PyTuple_GET_ITEM() macro to a static inline fu
https://bugs.python.org/issue41078 opened by vstinner

#41079: _PyAsyncGenWrappedValue_Type is never Readied
https://bugs.python.org/issue41079 opened by Tomasz Pytel

#41081: Exclude __pycache__ directories from backups using CACHEDIR.TA
https://bugs.python.org/issue41081 opened by jstasiak

#41082: Error handling and documentation of Path.home()
https://bugs.python.org/issue41082 opened by timhoffm

#41083: plistlib can't decode date from year 0
https://bugs.python.org/issue41083 opened by shields-fn

#41084: Signify that a SyntaxError comes from an fstring in the error
https://bugs.python.org/issue41084 opened by lys.nikolaou

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086 opened by scrummyin

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088 opened by BTaskaya

#41090: Support for "Universal 2" binary builds
https://bugs.python.org/issue41090 opened by ronaldoussoren

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091 opened by mjacob

#41092: Report actual size from 'os.path.getsize'
https://bugs.python.org/issue41092 opened by stephenfin

#41093: TCPServer's server_forever() shutdown immediately when calling
https://bugs.python.org/issue41093 opened by tontinton

#41095: inspect.signature() doesn't parse __text_signature__ containin
https://bugs.python.org/issue41095 opened by vstinner

#41096: Need command to exit PDB interactive shell
https://bugs.python.org/issue41096 opened by Kerrick Staley

#41097: confusing BufferError: Existing exports of data: object cannot
https://bugs.python.org/issue41097 opened by arigo

#41098: Deprecating PyUnicodeEncodeError_Create
https://bugs.python.org/issue41098 opened by inada.naoki

#41099: Deprecating PyUnicodeTranslateError_Create
https://bugs.python.org/issue41099 opened by inada.naoki

#41100: Build failure on macOS 11 (beta)
https://bugs.python.org/issue41100 opened by ronaldoussoren

#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101 opened by ronaldoussoren

#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102 opened by longavailable

#41104: IMAPlib debug errors
https://bugs.python.org/issue41104 opened by skorpeo

#41105: Add some extra content check in configure process for some em
https://bugs.python.org/issue41105 opened by Manjusaka

#41106: os.scandir() Windows bug dir_entry.stat() not works on file du
https://bugs.python.org/issue41106 opened by Cezary.Wagner

#41107: Running a generator in a map-like manner
https://bugs.python.org/issue41107 opened by natsuwumi

#41108: IN module removed in python 3.x; socket doesn't fill in the ga
https://bugs.python.org/issue41108 opened by ngie

#41109: subclasses of pathlib.PurePosixPath never call __init__ or __n
https://bugs.python.org/issue41109 opened by Étienne Pot

#41110: 2to3 reports some files as both not changing and having been m
https://bugs.python.org/issue41110 opened by AWhetter

#41111: Convert a few stdlib extensions to the limited C API
https://bugs.python.org/issue41111 opened by vstinner

#41114: "TypeError: unhashable type" could often be more clear
https://bugs.python.org/issue41114 opened by sfreilich

#41115: Codecs should raise precise UnicodeDecodeError or UnicodeEncod
https://bugs.python.org/issue41115 opened by pitrou

#41116: build on macOS 11 (beta) does not find system-supplied third-p
https://bugs.python.org/issue41116 opened by ned.deily

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse'
https://bugs.python.org/issue41117 opened by WildCard65

#41119: Wrong error message for list/tuple followed by a colon
https://bugs.python.org/issue41119 opened by lys.nikolaou

#41122: functools.singledispatchfunction has confusing error message i
https://bugs.python.org/issue41122 opened by markgrandi

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123 opened by inada.naoki

#41125: Display exit-codes for abruptly terminated processes in concur
https://bugs.python.org/issue41125 opened by Epic_Wink

#41126: Running test suite gives me - python.exe(14198,0x114352dc0) ma
https://bugs.python.org/issue41126 opened by thatiparthy

#41127: Executing code in thread or process pools: run_in_executor exa
https://bugs.python.org/issue41127 opened by aaraney

#41128: Signal handlers should not hang during blocked main thread
https://bugs.python.org/issue41128 opened by Josef Havránek



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

#41128: Signal handlers should not hang during blocked main thread
https://bugs.python.org/issue41128

#41127: Executing code in thread or process pools: run_in_executor exa
https://bugs.python.org/issue41127

#41125: Display exit-codes for abruptly terminated processes in concur
https://bugs.python.org/issue41125

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123

#41122: functools.singledispatchfunction has confusing error message i
https://bugs.python.org/issue41122

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse'
https://bugs.python.org/issue41117

#41114: "TypeError: unhashable type" could often be more clear
https://bugs.python.org/issue41114

#41110: 2to3 reports some files as both not changing and having been m
https://bugs.python.org/issue41110

#41108: IN module removed in python 3.x; socket doesn't fill in the ga
https://bugs.python.org/issue41108

#41104: IMAPlib debug errors
https://bugs.python.org/issue41104

#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102

#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086



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

#41125: Display exit-codes for abruptly terminated processes in concur
https://bugs.python.org/issue41125

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123

#41119: Wrong error message for list/tuple followed by a colon
https://bugs.python.org/issue41119

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse'
https://bugs.python.org/issue41117

#41115: Codecs should raise precise UnicodeDecodeError or UnicodeEncod
https://bugs.python.org/issue41115

#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101

#41100: Build failure on macOS 11 (beta)
https://bugs.python.org/issue41100

#41098: Deprecating PyUnicodeEncodeError_Create
https://bugs.python.org/issue41098

#41095: inspect.signature() doesn't parse __text_signature__ containin
https://bugs.python.org/issue41095

#41093: TCPServer's server_forever() shutdown immediately when calling
https://bugs.python.org/issue41093

#41092: Report actual size from 'os.path.getsize'
https://bugs.python.org/issue41092

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091

#41090: Support for "Universal 2" binary builds
https://bugs.python.org/issue41090

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086



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

#40521: [subinterpreters] Make free lists and unicode caches per-inter
https://bugs.python.org/issue40521 14 msgs

#41106: os.scandir() Windows bug dir_entry.stat() not works on file du
https://bugs.python.org/issue41106 14 msgs

#41056: minor NULL pointer and sign issues reported by Coverity
https://bugs.python.org/issue41056 11 msgs

#41078: [C API] Convert PyTuple_GET_ITEM() macro to a static inline fu
https://bugs.python.org/issue41078 11 msgs

#41111: Convert a few stdlib extensions to the limited C API
https://bugs.python.org/issue41111 11 msgs

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

#35975: Put back the ability to parse files where async/await aren't k
https://bugs.python.org/issue35975 8 msgs

#40204: Docs build error with Sphinx 3.0 due to invalid C declaration
https://bugs.python.org/issue40204 7 msgs

#41005: Permission denied: 'xdg-settings' when executing 'jupyter note
https://bugs.python.org/issue41005 7 msgs

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960 6 msgs



Issues closed (72)
==================

#6467: PyOS_Readline: treatment of "1234EOF"; behavior of builtin_raw
https://bugs.python.org/issue6467 closed by vstinner

#8212: A tp_dealloc of a subclassed class cannot resurrect an object
https://bugs.python.org/issue8212 closed by vstinner

#12861: PyOS_Readline uses single lock
https://bugs.python.org/issue12861 closed by vstinner

#15652: PEP 3121, 384 refactoring applied to gdbm module
https://bugs.python.org/issue15652 closed by vstinner

#15654: PEP 384 Refactoring applied to bz2 module
https://bugs.python.org/issue15654 closed by vstinner

#15655: PEP 384 Refactoring applied to json module
https://bugs.python.org/issue15655 closed by vstinner

#15666: PEP 3121, 384 refactoring applied to lzma module
https://bugs.python.org/issue15666 closed by corona10

#15685: PEP 3121, 384 Refactoring applied to itertools module
https://bugs.python.org/issue15685 closed by vstinner

#15687: PEP 3121, 384 Refactoring applied to mmap module
https://bugs.python.org/issue15687 closed by vstinner

#15688: PEP 3121 Refactoring applied to nis module
https://bugs.python.org/issue15688 closed by vstinner

#15689: PEP 3121, 384 Refactoring applied to operator module
https://bugs.python.org/issue15689 closed by vstinner

#15690: PEP 3121, 384 Refactoring applied to parser module
https://bugs.python.org/issue15690 closed by vstinner

#15691: PEP 3121, 384 Refactoring applied to posix module
https://bugs.python.org/issue15691 closed by vstinner

#15700: PEP 3121, 384 Refactoring applied to resource module
https://bugs.python.org/issue15700 closed by vstinner

#15703: PEP 3121, 384 Refactoring applied to select module
https://bugs.python.org/issue15703 closed by vstinner

#15711: PEP 3121, 384 Refactoring applied to time module
https://bugs.python.org/issue15711 closed by vstinner

#18670: Using read_mime_types function from mimetypes module gives res
https://bugs.python.org/issue18670 closed by serhiy.storchaka

#25257: In subject line email library inserts unwanted space after a t
https://bugs.python.org/issue25257 closed by SilentGhost

#26774: Elide Py_atomic fences when WITH_THREAD is disabled?
https://bugs.python.org/issue26774 closed by vstinner

#30852: _PyObject_GC_UNTRACK corruption when call a lambda function wi
https://bugs.python.org/issue30852 closed by vstinner

#31282: C APIs called without GIL in PyOS_Readline
https://bugs.python.org/issue31282 closed by vstinner

#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738 closed by vstinner

#35773: test_bdb fails on non-UTF-8 locale
https://bugs.python.org/issue35773 closed by serhiy.storchaka

#35949: Move PyThreadState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35949 closed by vstinner

#38073: Make pwd module PEP-384 compatible
https://bugs.python.org/issue38073 closed by vstinner

#38116: Make select module PEP-384 compatible
https://bugs.python.org/issue38116 closed by vstinner

#38377: test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event
https://bugs.python.org/issue38377 closed by vstinner

#39503: [security][CVE-2020-8492] Denial of service in urllib.request.
https://bugs.python.org/issue39503 closed by larry

#39580: Check for COMMAND_LINE_INSTALL variable in Python_Documentatio
https://bugs.python.org/issue39580 closed by ned.deily

#39891: [difflib] Improve get_close_matches() to better match when cas
https://bugs.python.org/issue39891 closed by rhettinger

#40400: Mac build-installer.py doesn't support new plist format
https://bugs.python.org/issue40400 closed by ned.deily

#40636: Provide a strict form of zip (PEP-618) requiring same length i
https://bugs.python.org/issue40636 closed by brandtbucher

#40704: PyIter_Check fails when compiling in the Limited API
https://bugs.python.org/issue40704 closed by scoder

#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707 closed by terry.reedy

#40773: DOC: Fix rendering for 'retval' on the pdb page
https://bugs.python.org/issue40773 closed by eric.araujo

#40824: Unexpected errors in __iter__ are masked in "in" and the opera
https://bugs.python.org/issue40824 closed by serhiy.storchaka

#40965: Segfault when importing unittest module via C API
https://bugs.python.org/issue40965 closed by vstinner

#40986: Async generators are not garbage collected
https://bugs.python.org/issue40986 closed by vytas

#41002: HTTPResponse.read with amt is slow
https://bugs.python.org/issue41002 closed by inada.naoki

#41009: @support.requires_*_version broken for classes
https://bugs.python.org/issue41009 closed by ned.deily

#41035: zipfile.Path does not work properly with zip archives where pa
https://bugs.python.org/issue41035 closed by jaraco

#41038: VersionInfo string is corrupted when building on Windows with
https://bugs.python.org/issue41038 closed by steve.dower

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039 closed by steve.dower

#41040: Fix test_modulefinder
https://bugs.python.org/issue41040 closed by serhiy.storchaka

#41042: import searches for package even after file was found successf
https://bugs.python.org/issue41042 closed by eric.smith

#41044: Pegen: double trailing comma on optional+sequence rules at pyt
https://bugs.python.org/issue41044 closed by pablogsal

#41047: argparse: misbehavior when combining positionals and choices
https://bugs.python.org/issue41047 closed by paul.j3

#41049: Document pointer comparison in PyObject_RichCompareBool()
https://bugs.python.org/issue41049 closed by rhettinger

#41054: Simplify resource compilation on Windows
https://bugs.python.org/issue41054 closed by steve.dower

#41055: Remove outdated tests for tp_print
https://bugs.python.org/issue41055 closed by serhiy.storchaka

#41057: Division error
https://bugs.python.org/issue41057 closed by mark.dickinson

#41058: pdb reads source files using the locale encoding
https://bugs.python.org/issue41058 closed by gregory.p.smith

#41060: `with a as b` segfault in new peg parser
https://bugs.python.org/issue41060 closed by lys.nikolaou

#41068: zipfile: read after write fails for non-ascii files
https://bugs.python.org/issue41068 closed by serhiy.storchaka

#41069: Use non-ascii file names in tests by default
https://bugs.python.org/issue41069 closed by serhiy.storchaka

#41070: Simplify pyshellext.dll build
https://bugs.python.org/issue41070 closed by steve.dower

#41071: from an int to a float , why
https://bugs.python.org/issue41071 closed by serhiy.storchaka

#41072: Python 3.8.3 passively introduced open source software contain
https://bugs.python.org/issue41072 closed by serhiy.storchaka

#41074: msilib does not work correctly with non-ASCII names
https://bugs.python.org/issue41074 closed by serhiy.storchaka

#41077: Make Cookiejar a bit more pythonic
https://bugs.python.org/issue41077 closed by thatiparthy

#41080: re.sub treats * incorrectly?
https://bugs.python.org/issue41080 closed by ezio.melotti

#41085: [easy C] array.array.index() method downcasts Py_ssize_t to lo
https://bugs.python.org/issue41085 closed by WildCard65

#41087: Argparse int / float default
https://bugs.python.org/issue41087 closed by serhiy.storchaka

#41089: Filters and other issues in Visual Studio projects
https://bugs.python.org/issue41089 closed by steve.dower

#41094: Audit does not work with non-ASCII data on non-UTF-8 locale
https://bugs.python.org/issue41094 closed by serhiy.storchaka

#41103: Removing old buffer support
https://bugs.python.org/issue41103 closed by inada.naoki

#41112: test_peg_generator fails on non-UTF-8 locale
https://bugs.python.org/issue41112 closed by serhiy.storchaka

#41113: test_warnings fails on non-Western locales
https://bugs.python.org/issue41113 closed by serhiy.storchaka

#41118: datetime object does not preserve POSIX timestamp
https://bugs.python.org/issue41118 closed by p-ganssle

#41120: Possible performance improvement for itertools.product example
https://bugs.python.org/issue41120 closed by rhettinger

#41121: Path sep. in IDLE on Windows changes
https://bugs.python.org/issue41121 closed by terry.reedy

#41124: String with encode causing addition of 'b' in the beginning
https://bugs.python.org/issue41124 closed by SilentGhost
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-26 - 2020-07-03)
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 7520 (+30)
closed 45424 (+44)
total 52944 (+74)

Open issues with patches: 3042


Issues opened (54)
==================

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004 reopened by corona10

#41129: Python extension modules fail to build on Mac 10.15.1 (Catalin
https://bugs.python.org/issue41129 opened by andrewfg1992

#41130: Improve/fix FreeBSD Bluetooth socket support
https://bugs.python.org/issue41130 opened by myfreeweb

#41131: Augment random.choices() with the alias method
https://bugs.python.org/issue41131 opened by rhettinger

#41133: Insufficient description of cyclic garbage collector for C API
https://bugs.python.org/issue41133 opened by iabervon

#41134: distutils.dir_util.copy_tree FileExistsError when updating sym
https://bugs.python.org/issue41134 opened by Tom Hale

#41135: Suggested change to http.server.HTTPServer to prevent socket r
https://bugs.python.org/issue41135 opened by Michael Rich

#41136: argparse uses default encoding when read arguments from file
https://bugs.python.org/issue41136 opened by serhiy.storchaka

#41137: pdb uses the locale encoding for .pdbrc
https://bugs.python.org/issue41137 opened by serhiy.storchaka

#41138: trace CLI reads source files using the locale encoding
https://bugs.python.org/issue41138 opened by serhiy.storchaka

#41139: cgi uses the locale encoding for log files
https://bugs.python.org/issue41139 opened by serhiy.storchaka

#41140: cgitb uses the locale encoding for log files
https://bugs.python.org/issue41140 opened by serhiy.storchaka

#41141: remove unneeded handling of '.' and '..' from patlib.Path.iter
https://bugs.python.org/issue41141 opened by sir-sigurd

#41143: distutils uses the locale encoding for the .pypirc file
https://bugs.python.org/issue41143 opened by serhiy.storchaka

#41145: EmailMessage.as_string is altering the message state and actua
https://bugs.python.org/issue41145 opened by mardiros

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

#41147: Document that redirect_std{out,err} yield the new stream as th
https://bugs.python.org/issue41147 opened by PeterJCLaw

#41148: IDLE uses the locale encoding for config files
https://bugs.python.org/issue41148 opened by serhiy.storchaka

#41149: Threads can fail to start
https://bugs.python.org/issue41149 opened by Barney Stratford

#41150: pipes uses text files and the locale encodig
https://bugs.python.org/issue41150 opened by serhiy.storchaka

#41151: Support for new Windows pseudoterminals in the subprocess modu
https://bugs.python.org/issue41151 opened by njs

#41154: test_pkgutil:test_name_resolution fails on some platforms
https://bugs.python.org/issue41154 opened by RJ722

#41157: email.message_from_string() is unable to find the headers for
https://bugs.python.org/issue41157 opened by jpatel

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160 opened by mbakke

#41162: Clear audit hooks after destructors
https://bugs.python.org/issue41162 opened by steve.dower

#41163: test_weakref hangs
https://bugs.python.org/issue41163 opened by Peter Ku?ák

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165 opened by inada.naoki

#41167: Add new formats to PyArg_ParseTuple for "str or None"
https://bugs.python.org/issue41167 opened by inada.naoki

#41168: Lack of proper checking in PyObject_SetAttr leads to segmentat
https://bugs.python.org/issue41168 opened by Iman Sharafodin

#41169: socket.inet_pton raised when pass an IPv6 address like "[::]"
https://bugs.python.org/issue41169 opened by seahoh

#41170: Use strnlen instead of strlen when the size i known.
https://bugs.python.org/issue41170 opened by Niclas Larsson

#41171: Create companion methods of "PyType_FromSpec*" to allow settin
https://bugs.python.org/issue41171 opened by WildCard65

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172 opened by steve.dower

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173 opened by steve.dower

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174 opened by a-feld

#41175: Static analysis issues reported by GCC 10
https://bugs.python.org/issue41175 opened by cstratak

#41176: revise Tkinter mainloop dispatching flag behavior
https://bugs.python.org/issue41176 opened by Richard Sheridan

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177 opened by godot_gildor

#41178: Registry writes on Windows Store - workaround
https://bugs.python.org/issue41178 opened by DataGhost

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180 opened by tkmk

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182 opened by akasurde

#41183: Workaround or fix for SSL ".._KEY_TOO_SMALL" test failures
https://bugs.python.org/issue41183 opened by larry

#41185: lib2to3 generation of pickle files is racy
https://bugs.python.org/issue41185 opened by barisione

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

#41188: Prepare CPython for opaque PyObject structure.
https://bugs.python.org/issue41188 opened by WildCard65

#41190: msilib: SetProperty() accepts str, but GetProperty() returns b
https://bugs.python.org/issue41190 opened by serhiy.storchaka

#41191: PyType_FromModuleAndSpec is not mentioned in 3.9 What's new
https://bugs.python.org/issue41191 opened by mdartiailh

#41192: Some audit events are undocumented
https://bugs.python.org/issue41192 opened by gousaiyang

#41195: Interface to OpenSSL's security level
https://bugs.python.org/issue41195 opened by mhughes

#41197: Async magic methods in contextlib.closing
https://bugs.python.org/issue41197 opened by uburuntu

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198 opened by Carlos Neves

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199 opened by JackStraw

#41200: Add pickle.loads fuzz test
https://bugs.python.org/issue41200 opened by Bruce Day

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



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

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

#41200: Add pickle.loads fuzz test
https://bugs.python.org/issue41200

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199

#41191: PyType_FromModuleAndSpec is not mentioned in 3.9 What's new
https://bugs.python.org/issue41191

#41190: msilib: SetProperty() accepts str, but GetProperty() returns b
https://bugs.python.org/issue41190

#41188: Prepare CPython for opaque PyObject structure.
https://bugs.python.org/issue41188

#41185: lib2to3 generation of pickle files is racy
https://bugs.python.org/issue41185

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182

#41178: Registry writes on Windows Store - workaround
https://bugs.python.org/issue41178

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172

#41163: test_weakref hangs
https://bugs.python.org/issue41163

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160

#41157: email.message_from_string() is unable to find the headers for
https://bugs.python.org/issue41157



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

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

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199

#41195: Interface to OpenSSL's security level
https://bugs.python.org/issue41195

#41188: Prepare CPython for opaque PyObject structure.
https://bugs.python.org/issue41188

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

#41183: Workaround or fix for SSL ".._KEY_TOO_SMALL" test failures
https://bugs.python.org/issue41183

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177

#41175: Static analysis issues reported by GCC 10
https://bugs.python.org/issue41175

#41171: Create companion methods of "PyType_FromSpec*" to allow settin
https://bugs.python.org/issue41171

#41170: Use strnlen instead of strlen when the size i known.
https://bugs.python.org/issue41170

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165

#41162: Clear audit hooks after destructors
https://bugs.python.org/issue41162

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160



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

#19335: codeop misclassifies incomplete code with 'nonlocal'
https://bugs.python.org/issue19335 17 msgs

#41183: Workaround or fix for SSL ".._KEY_TOO_SMALL" test failures
https://bugs.python.org/issue41183 15 msgs

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123 12 msgs

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004 9 msgs

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165 9 msgs

#40967: asyncio.Task.all_tasks() and asyncio.Task.current_task() must
https://bugs.python.org/issue40967 7 msgs

#41100: Build failure on macOS 11 (beta)
https://bugs.python.org/issue41100 7 msgs

#41169: socket.inet_pton raised when pass an IPv6 address like "[::]"
https://bugs.python.org/issue41169 7 msgs

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198 7 msgs

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223 6 msgs



Issues closed (42)
==================

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

#24048: remove_module() needs to save/restore exception state
https://bugs.python.org/issue24048 closed by ncoghlan

#31082: reduce takes iterable, not just sequence
https://bugs.python.org/issue31082 closed by corona10

#31590: CSV module incorrectly treats escaped newlines as new records
https://bugs.python.org/issue31590 closed by terry.reedy

#33665: tkinter.ttk.Scrollbar.fraction() under-estimates length
https://bugs.python.org/issue33665 closed by serhiy.storchaka

#34542: [TLS] Update test certs to future proof settings
https://bugs.python.org/issue34542 closed by larry

#39151: Simplify the deep-first-search of the assembler
https://bugs.python.org/issue39151 closed by pablogsal

#39314: (readline) Autofill the closing parenthesis during auto-comple
https://bugs.python.org/issue39314 closed by corona10

#39385: Add an assertNoLogs context manager to unittest TestCase
https://bugs.python.org/issue39385 closed by vinay.sajip

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769 closed by pablogsal

#40874: Update to libmpdec-2.5.0
https://bugs.python.org/issue40874 closed by skrah

#40884: Added defaults parameter for logging.Formatter
https://bugs.python.org/issue40884 closed by vinay.sajip

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

#40971: Documentation still mentions 'u' string formatting option
https://bugs.python.org/issue40971 closed by petr.viktorin

#41007: test_importlib logs ResourceWarning: test_path.CommonTests.tes
https://bugs.python.org/issue41007 closed by vstinner

#41022: AST sum types is unidentifiable after ast.Constant became a ba
https://bugs.python.org/issue41022 closed by BTaskaya

#41043: Escape the literal part of the path for glob()
https://bugs.python.org/issue41043 closed by serhiy.storchaka

#41048: read_mime_types() should read the rule file using UTF-8, not t
https://bugs.python.org/issue41048 closed by ned.deily

#41076: Pre-feed the parser with the f-string expression location
https://bugs.python.org/issue41076 closed by lys.nikolaou

#41084: Signify that a SyntaxError comes from an fstring in the error
https://bugs.python.org/issue41084 closed by lys.nikolaou

#41119: Wrong error message for list/tuple followed by a colon
https://bugs.python.org/issue41119 closed by lys.nikolaou

#41132: F-String parser uses raw allocator
https://bugs.python.org/issue41132 closed by lys.nikolaou

#41142: msilib.CAB doesnot support non-ASCII files
https://bugs.python.org/issue41142 closed by serhiy.storchaka

#41144: IDLE: make Load Module load os.path (posixpath.py, ntpath.py)
https://bugs.python.org/issue41144 closed by terry.reedy

#41152: IDLE: make sys.stdxxx.encoding always be utf-8
https://bugs.python.org/issue41152 closed by terry.reedy

#41153: [easy Doc] "PyPreConfig_InitIsolatedConfig" and "PyPreConfig_I
https://bugs.python.org/issue41153 closed by WildCard65

#41155: Tkinter -postoffset not working for TCombobox
https://bugs.python.org/issue41155 closed by Sveti007

#41156: Remove Task.all_tasks and Task.current_task
https://bugs.python.org/issue41156 closed by inada.naoki

#41158: IDLE: rewrite the code for handling file encoding
https://bugs.python.org/issue41158 closed by serhiy.storchaka

#41159: Nested async dict comprehension fails with SyntaxError
https://bugs.python.org/issue41159 closed by serhiy.storchaka

#41161: libmpdec-2.5.0 update is missing news entry
https://bugs.python.org/issue41161 closed by skrah

#41164: allow python to build for macosx-11.0-arm64
https://bugs.python.org/issue41164 closed by ned.deily

#41166: CLASS ATTRIBUTES
https://bugs.python.org/issue41166 closed by steven.daprano

#41179: find_library on macOS Big Sur
https://bugs.python.org/issue41179 closed by ned.deily

#41181: [macOS] Build macOS installer with LTO and PGO optimizations
https://bugs.python.org/issue41181 closed by ned.deily

#41184: Reconciling IDLE's Comment Out Region / Uncomment Region with
https://bugs.python.org/issue41184 closed by gvanrossum

#41186: distutils.version epoch compatibility
https://bugs.python.org/issue41186 closed by bar.harel

#41189: An exploitable segmentation fault in _PyEval_EvalFrameDefault
https://bugs.python.org/issue41189 closed by ned.deily

#41193: traceback when exiting on read-only file system
https://bugs.python.org/issue41193 closed by vstinner

#41194: Python 3.9.0b3 crash on compile() in PyAST_Check() when the _a
https://bugs.python.org/issue41194 closed by vstinner

#41196: APPDATA directory is different in store installed python
https://bugs.python.org/issue41196 closed by steve.dower

#41201: Long integer arithmetic
https://bugs.python.org/issue41201 closed by christian.heimes
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-07-03 - 2020-07-10)
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 7530 (+10)
closed 45482 (+58)
total 53012 (+68)

Open issues with patches: 3058


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

#39542: Cleanup object.h header
https://bugs.python.org/issue39542 reopened by rhettinger

#41194: Python 3.9.0b3 crash on compile() in PyAST_Check() when the _a
https://bugs.python.org/issue41194 reopened by arcivanov

#41203: Replace references to OS X in documentation with macOS
https://bugs.python.org/issue41203 opened by pxeger

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205 opened by JD-Veiga

#41209: Scripts Folder is Empty
https://bugs.python.org/issue41209 opened by Jamesss04

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210 opened by miurahr

#41212: Emoji Unicode failing in standard release of Python 3.8.3 / tk
https://bugs.python.org/issue41212 opened by Ben Griffin

#41214: -O0: Segmentation fault in _PyArg_UnpackStack
https://bugs.python.org/issue41214 opened by Vincent LE GARREC

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217 opened by waszil

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219 opened by cere blanco

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220 opened by Itayazolay

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221 opened by mjacob

#41222: Undocumented behaviour change of POpen.stdout.readine with buf
https://bugs.python.org/issue41222 opened by yann

#41223: `object`-backed `memoryview`'s `tolist` errors
https://bugs.python.org/issue41223 opened by jakirkham

#41226: Supporting `strides` in `memoryview.cast`
https://bugs.python.org/issue41226 opened by jakirkham

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

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229 opened by zkonge

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231 opened by David Caro

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232 opened by Thor Whalen2

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

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234 opened by nanjekyejoannah

#41236: "about" button in MacOS caused an error
https://bugs.python.org/issue41236 opened by Baozhen Chen

#41238: Python 3 shelve.DbfilenameShelf is generating 164 times larger
https://bugs.python.org/issue41238 opened by Pawe? Miech

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241 opened by ys19991

#41245: cmath module documentation is misleading on branch cuts
https://bugs.python.org/issue41245 opened by mark.dickinson

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246 opened by tontinton

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248 opened by Mischiew Rithe

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249 opened by keithblaha

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

#41254: Add to/from string methods to datetime.timedelta
https://bugs.python.org/issue41254 opened by tebeka

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255 opened by mhughes

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256 opened by kunaltyagi

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

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

#41260: datetime: strftime method takes different keyword argument: fm
https://bugs.python.org/issue41260 opened by Anthony Sottile

#41261: 3.9-dev SEGV in object_recursive_isinstance in ast.literal_eva
https://bugs.python.org/issue41261 opened by arcivanov

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262 opened by serhiy.storchaka

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265 opened by malin

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266 opened by wyz23x2

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

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



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

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

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

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265

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

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

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234

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

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229

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



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

#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

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234

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

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231

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

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205



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

#26205: Better specify number of nested scopes
https://bugs.python.org/issue26205 14 msgs

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177 7 msgs

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

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221 7 msgs

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 6 msgs

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255 6 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 5 msgs

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205 5 msgs

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210 5 msgs

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



Issues closed (57)
==================

#13554: Tkinter doesn't use higher resolution app icon
https://bugs.python.org/issue13554 closed by terry.reedy

#20257: test_socket fails if using tipc module and SELinux enabled
https://bugs.python.org/issue20257 closed by christian.heimes

#20353: Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.
https://bugs.python.org/issue20353 closed by terry.reedy

#21333: Document recommended exception for objects that shouldn't be p
https://bugs.python.org/issue21333 closed by terry.reedy

#23885: urllib.quote horribly mishandles unicode as second parameter
https://bugs.python.org/issue23885 closed by terry.reedy

#24163: shutil.copystat fails when attribute security.selinux is prese
https://bugs.python.org/issue24163 closed by christian.heimes

#24670: os.chdir breaks result of os.path.abspath(__file__) and os.pat
https://bugs.python.org/issue24670 closed by terry.reedy

#26212: Python with ncurses6.0 will not load _curses module on Solaris
https://bugs.python.org/issue26212 closed by terry.reedy

#26328: shutil._copyxattr() function shouldn't fail if setting securit
https://bugs.python.org/issue26328 closed by christian.heimes

#27154: Regression in file.writelines behavior
https://bugs.python.org/issue27154 closed by terry.reedy

#28681: Clarify multiple function names in the tutorial
https://bugs.python.org/issue28681 closed by terry.reedy

#29727: collections.abc.Reversible doesn't fully support the reversing
https://bugs.python.org/issue29727 closed by pablogsal

#33864: collections.abc.ByteString does not register memoryview
https://bugs.python.org/issue33864 closed by gvanrossum

#35350: importing "ctypes" immediately causes a segmentation fault
https://bugs.python.org/issue35350 closed by christian.heimes

#37765: IDLE: Include keywords in module-level autocomplete list
https://bugs.python.org/issue37765 closed by terry.reedy

#39168: Generic type subscription is a huge toll on Python performance
https://bugs.python.org/issue39168 closed by gvanrossum

#39417: Link to "Python Packaging User Guide: Creating and using virtu
https://bugs.python.org/issue39417 closed by Mariatta

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

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597 closed by maxking

#40742: Doc: Parallel build break audit table
https://bugs.python.org/issue40742 closed by mdk

#40832: hi param in bisect module should not accept negative values
https://bugs.python.org/issue40832 closed by rhettinger

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014 closed by ronaldoussoren

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018 closed by ronaldoussoren

#41075: Make support of navigating through prev. commands in IDLE more
https://bugs.python.org/issue41075 closed by wyz23x2

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172 closed by steve.dower

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173 closed by steve.dower

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198 closed by mark.dickinson

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199 closed by eric.smith

#41204: Use of unitialized variable `fields` along error path in code
https://bugs.python.org/issue41204 closed by vstinner

#41206: behaviour change with EmailMessage.set_content
https://bugs.python.org/issue41206 closed by maxking

#41207: distutils.command.build_ext raises FileNotFoundError
https://bugs.python.org/issue41207 closed by vstinner

#41208: An exploitable segmentation fault in marshal module
https://bugs.python.org/issue41208 closed by serhiy.storchaka

#41211: PyLong_FromUnicodeObject document is wrong
https://bugs.python.org/issue41211 closed by inada.naoki

#41213: Cannot locate MSBuild.exe on PATH or as MSBUILD variable
https://bugs.python.org/issue41213 closed by Amen8

#41215: AIX: build fails for xlc/xlC since new PEG parser
https://bugs.python.org/issue41215 closed by pablogsal

#41216: eval don't load local variable in dict and list comprehensions
https://bugs.python.org/issue41216 closed by eric.smith

#41218: PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUT
https://bugs.python.org/issue41218 closed by pablogsal

#41224: Document is_annotate() in symtable and update doc strings
https://bugs.python.org/issue41224 closed by nanjekyejoannah

#41225: Add a test for get_id() in the symtable module
https://bugs.python.org/issue41225 closed by nanjekyejoannah

#41227: minor typo in asyncio transport protocol
https://bugs.python.org/issue41227 closed by xtreak

#41230: IDLE intellisense
https://bugs.python.org/issue41230 closed by terry.reedy

#41235: Incorrect error handling in SSLContext.load_dh_params()
https://bugs.python.org/issue41235 closed by benjamin.peterson

#41237: Access violation in python39.dll!meth_dealloc on exit
https://bugs.python.org/issue41237 closed by cgohlke

#41239: SSL Certificate verify failed in Python3.6/3.7
https://bugs.python.org/issue41239 closed by christian.heimes

#41240: Use the same kind of quotation mark in f-string
https://bugs.python.org/issue41240 closed by eric.smith

#41242: When concating strings, I think it is better to use += than jo
https://bugs.python.org/issue41242 closed by asvetlov

#41243: SPAM
https://bugs.python.org/issue41243 closed by steven.daprano

#41244: Change to use str.join() instead of += when concatenating stri
https://bugs.python.org/issue41244 closed by zach.ware

#41247: asyncio.set_running_loop() cache running loop holder
https://bugs.python.org/issue41247 closed by yselivanov

#41250: Number separators in different places
https://bugs.python.org/issue41250 closed by rhettinger

#41251: __future__.barry_as_FLUFL.getMandatoryRelease() is wrong
https://bugs.python.org/issue41251 closed by christian.heimes

#41252: Incorrect reference counting in _ssl.c's _servername_callback(
https://bugs.python.org/issue41252 closed by christian.heimes

#41258: CVE-2020-14422
https://bugs.python.org/issue41258 closed by vstinner

#41263: Convert code.__new__ to Argument Clinic
https://bugs.python.org/issue41263 closed by serhiy.storchaka

#41264: Do not use the name of the built-in function as a variable.
https://bugs.python.org/issue41264 closed by serhiy.storchaka

#41267: Attribute error: Pandas module doesn't have 'Plotting' attribu
https://bugs.python.org/issue41267 closed by eric.smith

#41269: Wrong subtraction calculations
https://bugs.python.org/issue41269 closed by mark.dickinson

1 2 3 4 5 6 7  View All