[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jun 29 12:09:57 EDT 2018
ACTIVITY SUMMARY (2018-06-22 - 2018-06-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 6705 ( +5)
closed 39046 (+52)
total 45751 (+57)
Open issues with patches: 2664
Issues opened (42)
==================
#33932: Calling Py_Initialize() twice now triggers a fatal error (Pyth
https://bugs.python.org/issue33932 reopened by vstinner
#33944: Deprecate and remove pth files
https://bugs.python.org/issue33944 opened by barry
#33947: Dataclasses can raise RecursionError in __repr__
https://bugs.python.org/issue33947 opened by eric.smith
#33948: doc truncated lines in PDF
https://bugs.python.org/issue33948 opened by Mikhail_D
#33949: tests: allow to select tests using loadTestsFromName
https://bugs.python.org/issue33949 opened by blueyed
#33953: The DEFAULT_ENTROPY variable used to store the current default
https://bugs.python.org/issue33953 opened by lig
#33954: float.__format__('n') fails with _PyUnicode_CheckConsistency a
https://bugs.python.org/issue33954 opened by vstinner
#33955: Implement PyOS_CheckStack on macOS using pthread_get_stack*_np
https://bugs.python.org/issue33955 opened by ronaldoussoren
#33959: doc Remove time complexity mention from list Glossary entry
https://bugs.python.org/issue33959 opened by adelfino
#33960: IDLE REPL: Strange indentation
https://bugs.python.org/issue33960 opened by mdk
#33961: Inconsistency in exceptions for dataclasses.dataclass document
https://bugs.python.org/issue33961 opened by chriscog
#33962: IDLE: use ttk.spinbox
https://bugs.python.org/issue33962 opened by terry.reedy
#33963: IDLE macosx: add tests.
https://bugs.python.org/issue33963 opened by terry.reedy
#33964: IDLE maxosc.overrideRootMenu: remove unused menudict
https://bugs.python.org/issue33964 opened by terry.reedy
#33965: [Windows WSL] Fatal Python error: _Py_InitializeMainInterprete
https://bugs.python.org/issue33965 opened by vstinner
#33966: test_multiprocessing_spawn.WithProcessesTestPool.test_tracebac
https://bugs.python.org/issue33966 opened by vstinner
#33967: functools.singledispatch: Misleading exception when calling wi
https://bugs.python.org/issue33967 opened by doerwalter
#33968: os.makedirs and empty string
https://bugs.python.org/issue33968 opened by CarlAndersson
#33969: "copytree" refuses to copy to a mount point
https://bugs.python.org/issue33969 opened by james_r_c_stevens
#33971: os.mknod is subject to "umask"
https://bugs.python.org/issue33971 opened by james_r_c_stevens
#33972: AttributeError in email.message.iter_attachments()
https://bugs.python.org/issue33972 opened by skrohlas
#33973: HTTP request-line parsing splits on Unicode whitespace
https://bugs.python.org/issue33973 opened by tburke
#33974: _stringify handles quoted strings incorrectly
https://bugs.python.org/issue33974 opened by gauchj
#33976: Enums don't support nested classes
https://bugs.python.org/issue33976 opened by edwardw
#33977: [Windows] test_compileall fails randomly with PermissionError:
https://bugs.python.org/issue33977 opened by vstinner
#33978: logging.config.dictConfig with file handler leaks resources
https://bugs.python.org/issue33978 opened by maggyero
#33980: SSL Error when uploading package to your own pypi
https://bugs.python.org/issue33980 opened by javidr
#33982: cgi.FieldStorage doesn't parse QUERY_STRING with POST that is
https://bugs.python.org/issue33982 opened by Daniel Klein
#33983: unify types for lib2to3.pytree.Base.children
https://bugs.python.org/issue33983 opened by jreese
#33984: test_multiprocessing_forkserver leaked [1, 2, 1] memory blocks
https://bugs.python.org/issue33984 opened by vstinner
#33986: asyncio: Typo in documentation: BaseSubprocessTransport -> Sub
https://bugs.python.org/issue33986 opened by kbumsik
#33987: need ttk.Frame inside Toplevel(s)
https://bugs.python.org/issue33987 opened by markroseman
#33988: [EASY] [3.7] test_platform fails when run with -Werror
https://bugs.python.org/issue33988 opened by vstinner
#33989: ms.key_compare is not initialized in all pathes of list_sort_i
https://bugs.python.org/issue33989 opened by johnchen902
#33990: CPPFLAGS during ./configure are not passed-through in sysconfi
https://bugs.python.org/issue33990 opened by ericvw
#33991: lib2to3 should parse f-strings
https://bugs.python.org/issue33991 opened by skreft
#33994: python build egg fails with error while compiling test cases
https://bugs.python.org/issue33994 opened by sabakauser
#33995: test_min_max_version in test_ssl.py fails when Python is built
https://bugs.python.org/issue33995 opened by Alan.Huang
#33996: Crash in gen_send_ex(): _PyErr_GetTopmostException() returns f
https://bugs.python.org/issue33996 opened by vstinner
#33997: multiprocessing Pool hangs in terminate()
https://bugs.python.org/issue33997 opened by Erik Wolf
#33998: random.randrange completely ignores the step argument when sto
https://bugs.python.org/issue33998 opened by bup
#34000: Document when compile returns a code object v. AST
https://bugs.python.org/issue34000 opened by gsnedders
Most recent 15 issues with no replies (15)
==========================================
#34000: Document when compile returns a code object v. AST
https://bugs.python.org/issue34000
#33997: multiprocessing Pool hangs in terminate()
https://bugs.python.org/issue33997
#33995: test_min_max_version in test_ssl.py fails when Python is built
https://bugs.python.org/issue33995
#33994: python build egg fails with error while compiling test cases
https://bugs.python.org/issue33994
#33990: CPPFLAGS during ./configure are not passed-through in sysconfi
https://bugs.python.org/issue33990
#33989: ms.key_compare is not initialized in all pathes of list_sort_i
https://bugs.python.org/issue33989
#33987: need ttk.Frame inside Toplevel(s)
https://bugs.python.org/issue33987
#33986: asyncio: Typo in documentation: BaseSubprocessTransport -> Sub
https://bugs.python.org/issue33986
#33982: cgi.FieldStorage doesn't parse QUERY_STRING with POST that is
https://bugs.python.org/issue33982
#33980: SSL Error when uploading package to your own pypi
https://bugs.python.org/issue33980
#33972: AttributeError in email.message.iter_attachments()
https://bugs.python.org/issue33972
#33971: os.mknod is subject to "umask"
https://bugs.python.org/issue33971
#33969: "copytree" refuses to copy to a mount point
https://bugs.python.org/issue33969
#33967: functools.singledispatch: Misleading exception when calling wi
https://bugs.python.org/issue33967
#33964: IDLE maxosc.overrideRootMenu: remove unused menudict
https://bugs.python.org/issue33964
Most recent 15 issues waiting for review (15)
=============================================
#33998: random.randrange completely ignores the step argument when sto
https://bugs.python.org/issue33998
#33997: multiprocessing Pool hangs in terminate()
https://bugs.python.org/issue33997
#33990: CPPFLAGS during ./configure are not passed-through in sysconfi
https://bugs.python.org/issue33990
#33988: [EASY] [3.7] test_platform fails when run with -Werror
https://bugs.python.org/issue33988
#33986: asyncio: Typo in documentation: BaseSubprocessTransport -> Sub
https://bugs.python.org/issue33986
#33983: unify types for lib2to3.pytree.Base.children
https://bugs.python.org/issue33983
#33978: logging.config.dictConfig with file handler leaks resources
https://bugs.python.org/issue33978
#33976: Enums don't support nested classes
https://bugs.python.org/issue33976
#33974: _stringify handles quoted strings incorrectly
https://bugs.python.org/issue33974
#33973: HTTP request-line parsing splits on Unicode whitespace
https://bugs.python.org/issue33973
#33966: test_multiprocessing_spawn.WithProcessesTestPool.test_tracebac
https://bugs.python.org/issue33966
#33964: IDLE maxosc.overrideRootMenu: remove unused menudict
https://bugs.python.org/issue33964
#33961: Inconsistency in exceptions for dataclasses.dataclass document
https://bugs.python.org/issue33961
#33959: doc Remove time complexity mention from list Glossary entry
https://bugs.python.org/issue33959
#33936: OPENSSL_VERSION_1_1 never defined in _hashopenssl.c
https://bugs.python.org/issue33936
Top 10 most discussed issues (10)
=================================
#33944: Deprecate and remove pth files
https://bugs.python.org/issue33944 14 msgs
#33613: test_multiprocessing_fork: test_semaphore_tracker_sigint() fai
https://bugs.python.org/issue33613 12 msgs
#33932: Calling Py_Initialize() twice now triggers a fatal error (Pyth
https://bugs.python.org/issue33932 12 msgs
#33919: Expose _PyCoreConfig structure to Python
https://bugs.python.org/issue33919 11 msgs
#33939: Provide a robust O(1) mechanism to check for infinite iterator
https://bugs.python.org/issue33939 10 msgs
#33930: Segfault with deep recursion into object().__dir__
https://bugs.python.org/issue33930 7 msgs
#33934: locale.getlocale() seems wrong when the locale is yet unset (p
https://bugs.python.org/issue33934 7 msgs
#27500: ProactorEventLoop cannot open connection to ::1
https://bugs.python.org/issue27500 6 msgs
#33968: os.makedirs and empty string
https://bugs.python.org/issue33968 6 msgs
#33927: Allow json.tool to have identical infile and outfile
https://bugs.python.org/issue33927 5 msgs
Issues closed (50)
==================
#7060: test_multiprocessing dictionary changed size errors and hang
https://bugs.python.org/issue7060 closed by vstinner
#14117: Turtledemo: exception and minor glitches.
https://bugs.python.org/issue14117 closed by terry.reedy
#18932: Optimize selectors.EpollSelector.modify()
https://bugs.python.org/issue18932 closed by giampaolo.rodola
#20934: test_multiprocessing is broken by design
https://bugs.python.org/issue20934 closed by vstinner
#22051: Turtledemo: stop reloading demos
https://bugs.python.org/issue22051 closed by terry.reedy
#24033: Update _test_multiprocessing.py to use script helpers
https://bugs.python.org/issue24033 closed by vstinner
#24546: sequence index bug in random.choice
https://bugs.python.org/issue24546 closed by rhettinger
#24567: random.choice IndexError due to double-rounding
https://bugs.python.org/issue24567 closed by rhettinger
#25007: Add support of copy protocol to zlib compressors and decompres
https://bugs.python.org/issue25007 closed by serhiy.storchaka
#30339: test_multiprocessing_main_handling: "RuntimeError: Timed out w
https://bugs.python.org/issue30339 closed by vstinner
#30356: test_mymanager_context() of test_multiprocessing_spawn: manage
https://bugs.python.org/issue30356 closed by vstinner
#31463: test_multiprocessing_fork hangs test_subprocess
https://bugs.python.org/issue31463 closed by vstinner
#31815: Make itertools iterators interruptible
https://bugs.python.org/issue31815 closed by rhettinger
#32063: test_multiprocessing_forkserver failed with OSError: [Errno 48
https://bugs.python.org/issue32063 closed by vstinner
#33278: libexpat uses HAVE_SYSCALL_GETRANDOM instead of HAVE_GETRANDOM
https://bugs.python.org/issue33278 closed by benjamin.peterson
#33573: statistics.median does not work with ordinal scale, add doc
https://bugs.python.org/issue33573 closed by taleinat
#33711: Could not find externals/db-* in msi.py on license generation
https://bugs.python.org/issue33711 closed by zach.ware
#33805: dataclasses: replace() give poor error message if using InitVa
https://bugs.python.org/issue33805 closed by eric.smith
#33823: concurrent.futures: cannot specify the number of cores
https://bugs.python.org/issue33823 closed by vstinner
#33842: Remove tarfile.filemode
https://bugs.python.org/issue33842 closed by inada.naoki
#33851: 3.7 regression: ast.get_docstring() for a node that lacks a do
https://bugs.python.org/issue33851 closed by ned.deily
#33873: False positives when running leak tests with -R 1:1
https://bugs.python.org/issue33873 closed by vstinner
#33877: Doc: Delete UNIX qualification for script running instructions
https://bugs.python.org/issue33877 closed by adelfino
#33885: doc Replace "hook function" with "callable" in urllib.request.
https://bugs.python.org/issue33885 closed by terry.reedy
#33887: doc Add TOC in Design and History FAQ
https://bugs.python.org/issue33887 closed by Mariatta
#33897: Add a restart option to logging.basicConfig()
https://bugs.python.org/issue33897 closed by vinay.sajip
#33913: test_multiprocessing_spawn random failures on x86 Windows7 3.6
https://bugs.python.org/issue33913 closed by vstinner
#33914: test_gdb fails for Python 2.7.15
https://bugs.python.org/issue33914 closed by vstinner
#33916: test_lzma: test_refleaks_in_decompressor___init__() leaks 100
https://bugs.python.org/issue33916 closed by vstinner
#33929: test_multiprocessing_spawn: WithProcessesTestProcess.test_many
https://bugs.python.org/issue33929 closed by vstinner
#33933: Error message says dict has no len
https://bugs.python.org/issue33933 closed by serhiy.storchaka
#33938: Cross compilation fail for ARM
https://bugs.python.org/issue33938 closed by n0s69z
#33942: IDLE: Problems using IDLE and 2.7, 3.6 macOS 64-/32-bit instal
https://bugs.python.org/issue33942 closed by ned.deily
#33943: doc Add references to logging.basicConfig
https://bugs.python.org/issue33943 closed by taleinat
#33945: concurrent.futures ProcessPoolExecutor submit() blocks on resu
https://bugs.python.org/issue33945 closed by dbarcay
#33946: os.symlink on Windows should use the new non-admin flag
https://bugs.python.org/issue33946 closed by eryksun
#33950: IDLE htest: remove spec for deleted tabbedpages.py
https://bugs.python.org/issue33950 closed by terry.reedy
#33951: IDLE test failing only when called by itself: HighPageTest.tes
https://bugs.python.org/issue33951 closed by terry.reedy
#33952: doc Fix typo in str.upper() documentation
https://bugs.python.org/issue33952 closed by adelfino
#33956: update vendored expat to 2.2.5
https://bugs.python.org/issue33956 closed by benjamin.peterson
#33957: use standard term than generic wording
https://bugs.python.org/issue33957 closed by inada.naoki
#33958: Unused variable in pure embedding example
https://bugs.python.org/issue33958 closed by inada.naoki
#33970: bugs.python.org silently refuses registrations
https://bugs.python.org/issue33970 closed by Mariatta
#33975: IDLE: adjust DPI before Tk() for htests.
https://bugs.python.org/issue33975 closed by terry.reedy
#33979: [Exception message] Display type of not JSON serializable obje
https://bugs.python.org/issue33979 closed by serhiy.storchaka
#33981: test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiv
https://bugs.python.org/issue33981 closed by vstinner
#33985: ContextVar does not have a "name" attribute
https://bugs.python.org/issue33985 closed by yselivanov
#33992: Compilation fails on AMD64 Windows8.1 Non-Debug 3.6: The Windo
https://bugs.python.org/issue33992 closed by zach.ware
#33993: zipfile module weird behavior when used with zipinfo
https://bugs.python.org/issue33993 closed by serhiy.storchaka
#33999: `pip3 install past` does not work
https://bugs.python.org/issue33999 closed by serhiy.storchaka
More information about the Python-Dev
mailing list