[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Jul 13 12:09:16 EDT 2018
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2018-07-06 - 2018-07-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 6706 (-15) closed 39153 (+63) total 45859 (+48)
Open issues with patches: 2666
Issues opened (33)
#33922: [Windows] Document the launcher's -64 suffix https://bugs.python.org/issue33922 reopened by eryksun
#34062: Python launcher on Windows does not work with --list or --list https://bugs.python.org/issue34062 opened by brett.cannon
#34063: binhex REASONABLY_LARGE = 32768 so what is 128000 https://bugs.python.org/issue34063 opened by Jim.Jewett
#34064: subprocess functions with shell=1 pass wrong command to win32 https://bugs.python.org/issue34064 opened by mandel59
#34067: Problem with contextlib.nullcontext https://bugs.python.org/issue34067 opened by serhiy.storchaka
#34068: traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_L https://bugs.python.org/issue34068 opened by serhiy.storchaka
#34070: Superfluous call to isatty in open() when buffering >= 0 https://bugs.python.org/issue34070 opened by Dav1d
#34071: asyncio: repr(task) raises AssertionError for coros which loop https://bugs.python.org/issue34071 opened by JDLH
#34075: asyncio: We should prohibit setting a ProcessPoolExecutor in w https://bugs.python.org/issue34075 opened by yselivanov
#34078: Broken CRL functionality in ssl.py https://bugs.python.org/issue34078 opened by Joe N
#34079: Multiprocessing module fails to build on Solaris 11.3 https://bugs.python.org/issue34079 opened by clallen
#34081: Sphinx duplicate label warning in docs https://bugs.python.org/issue34081 opened by xtreak
#34082: EnumMeta.new should use enum_class.new https://bugs.python.org/issue34082 opened by rs2
#34084: possible free statically allocated string in compiler when eas https://bugs.python.org/issue34084 opened by xiang.zhang
#34085: doc Improve wording on classmethod/staticmethod https://bugs.python.org/issue34085 opened by adelfino
#34086: logging.Handler.handleError regressed in python3 https://bugs.python.org/issue34086 opened by oren
#34087: int(s), float(s) and others may cause segmentation fault https://bugs.python.org/issue34087 opened by fenrrir
#34088: [EASY] sndhdr.what() throws exceptions on unknown files https://bugs.python.org/issue34088 opened by Barro
#34089: Remove required (non-optional) modules from Modules/Setup.dist https://bugs.python.org/issue34089 opened by nascheme
#34090: Python function call optimization: avoid temporary tuple to pa https://bugs.python.org/issue34090 opened by vstinner
#34091: REPL does not work in msys2, ConEmu terminals on windows https://bugs.python.org/issue34091 opened by maxnoe
#34093: Reproducible pyc: FLAG_REF is not stable. https://bugs.python.org/issue34093 opened by inada.naoki
#34095: [2.7] test_idle fails with: /usr/bin/xvfb-run: line 181: 3617 https://bugs.python.org/issue34095 opened by deep42thought
#34096: [2.7] test_audioop.test_max() failed: AssertionError: -2147483 https://bugs.python.org/issue34096 opened by deep42thought
#34097: ZIP does not support timestamps before 1980 https://bugs.python.org/issue34097 opened by petr.viktorin
#34098: multiprocessing.Server swallows original exception traceback https://bugs.python.org/issue34098 opened by salgado
#34099: Provide debuggers with a way to know that a function is exitin https://bugs.python.org/issue34099 opened by fabioz
#34100: Same constants in tuples are not merged while compile() https://bugs.python.org/issue34100 opened by Dan Rose
#34101: PyBuffer_GetPointer() not documented https://bugs.python.org/issue34101 opened by pitrou
#34102: local variable 'parts' referenced before assignment in feedpar https://bugs.python.org/issue34102 opened by sshnaidm
#34105: test_socket.test_host_resolution_bad_address fails on Mac OS X https://bugs.python.org/issue34105 opened by lys.nikolaou
#34106: Add --with-module-config= to 'configure' script https://bugs.python.org/issue34106 opened by nascheme
#34108: 2to3 munges new lines on Windows https://bugs.python.org/issue34108 opened by jason.coombs
Most recent 15 issues with no replies (15)
#34106: Add --with-module-config= to 'configure' script https://bugs.python.org/issue34106
#34105: test_socket.test_host_resolution_bad_address fails on Mac OS X https://bugs.python.org/issue34105
#34101: PyBuffer_GetPointer() not documented https://bugs.python.org/issue34101
#34099: Provide debuggers with a way to know that a function is exitin https://bugs.python.org/issue34099
#34098: multiprocessing.Server swallows original exception traceback https://bugs.python.org/issue34098
#34089: Remove required (non-optional) modules from Modules/Setup.dist https://bugs.python.org/issue34089
#34085: doc Improve wording on classmethod/staticmethod https://bugs.python.org/issue34085
#34082: EnumMeta.new should use enum_class.new https://bugs.python.org/issue34082
#34081: Sphinx duplicate label warning in docs https://bugs.python.org/issue34081
#34079: Multiprocessing module fails to build on Solaris 11.3 https://bugs.python.org/issue34079
#34070: Superfluous call to isatty in open() when buffering >= 0 https://bugs.python.org/issue34070
#34063: binhex REASONABLY_LARGE = 32768 so what is 128000 https://bugs.python.org/issue34063
#34060: regrtest: log "CPU usage" on Windows https://bugs.python.org/issue34060
#34052: sqlite's create_function() raises exception on unhashable call https://bugs.python.org/issue34052
#34046: subparsers -> add_parser doesn't support hyphen char '-' https://bugs.python.org/issue34046
Most recent 15 issues waiting for review (15)
#34108: 2to3 munges new lines on Windows https://bugs.python.org/issue34108
#34106: Add --with-module-config= to 'configure' script https://bugs.python.org/issue34106
#34102: local variable 'parts' referenced before assignment in feedpar https://bugs.python.org/issue34102
#34098: multiprocessing.Server swallows original exception traceback https://bugs.python.org/issue34098
#34097: ZIP does not support timestamps before 1980 https://bugs.python.org/issue34097
#34093: Reproducible pyc: FLAG_REF is not stable. https://bugs.python.org/issue34093
#34089: Remove required (non-optional) modules from Modules/Setup.dist https://bugs.python.org/issue34089
#34087: int(s), float(s) and others may cause segmentation fault https://bugs.python.org/issue34087
#34085: doc Improve wording on classmethod/staticmethod https://bugs.python.org/issue34085
#34084: possible free statically allocated string in compiler when eas https://bugs.python.org/issue34084
#34081: Sphinx duplicate label warning in docs https://bugs.python.org/issue34081
#34079: Multiprocessing module fails to build on Solaris 11.3 https://bugs.python.org/issue34079
#34070: Superfluous call to isatty in open() when buffering >= 0 https://bugs.python.org/issue34070
#34067: Problem with contextlib.nullcontext https://bugs.python.org/issue34067
#34064: subprocess functions with shell=1 pass wrong command to win32 https://bugs.python.org/issue34064
Top 10 most discussed issues (10)
#34087: int(s), float(s) and others may cause segmentation fault https://bugs.python.org/issue34087 30 msgs
#34100: Same constants in tuples are not merged while compile() https://bugs.python.org/issue34100 12 msgs
#34093: Reproducible pyc: FLAG_REF is not stable. https://bugs.python.org/issue34093 10 msgs
#34058: Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTH https://bugs.python.org/issue34058 9 msgs
#34075: asyncio: We should prohibit setting a ProcessPoolExecutor in w https://bugs.python.org/issue34075 9 msgs
#34084: possible free statically allocated string in compiler when eas https://bugs.python.org/issue34084 9 msgs
#34086: logging.Handler.handleError regressed in python3 https://bugs.python.org/issue34086 7 msgs
#34067: Problem with contextlib.nullcontext https://bugs.python.org/issue34067 6 msgs
#34097: ZIP does not support timestamps before 1980 https://bugs.python.org/issue34097 6 msgs
#8036: Interpreter crashes on invalid arg to spawnl on Windows https://bugs.python.org/issue8036 5 msgs
Issues closed (61)
#4260: Document that ctypes.xFUNCTYPE are decorators. https://bugs.python.org/issue4260 closed by berker.peksag
#12087: install_egg_info fails with UnicodeEncodeError depending on lo https://bugs.python.org/issue12087 closed by serhiy.storchaka
#22689: Posix getenv makes no guarantee of lifetime of returned string https://bugs.python.org/issue22689 closed by vstinner
#23770: Rework how exceptions are handled in the parser module (in val https://bugs.python.org/issue23770 closed by vstinner
#23859: asyncio: document behaviour of wait() cancellation https://bugs.python.org/issue23859 closed by vstinner
#24459: Mention PYTHONFAULTHANDLER in the man page https://bugs.python.org/issue24459 closed by berker.peksag
#24665: CJK support for textwrap https://bugs.python.org/issue24665 closed by inada.naoki
#25828: PyCode_Optimize() (peephole optimizer) doesn't handle Keyboard https://bugs.python.org/issue25828 closed by vstinner
#27838: test_os.test_chown() failure on koobs-freebsd-{current,9} https://bugs.python.org/issue27838 closed by vstinner
#28571: llist and scipy.stats conflicts, python segfault https://bugs.python.org/issue28571 closed by serhiy.storchaka
#29342: os.posix_fadvise misreports errors https://bugs.python.org/issue29342 closed by benjamin.peterson
#30316: test_default_timeout() of test_threading.BarrierTests: random https://bugs.python.org/issue30316 closed by vstinner
#30331: TestPOP3_TLSClass: socket.timeout: timed out on AMD64 FreeBSD https://bugs.python.org/issue30331 closed by vstinner
#30416: constant folding opens compiler to quadratic time hashing https://bugs.python.org/issue30416 closed by serhiy.storchaka
#31014: webbrowser._synthesize uses outdated calling signature for web https://bugs.python.org/issue31014 closed by serhiy.storchaka
#31623: Build MSI installer for 3.4 security releases on Windows https://bugs.python.org/issue31623 closed by terry.reedy
#31839: datetime: add method to parse isoformat() output https://bugs.python.org/issue31839 closed by martin.panter
#32729: socket.readinto() doesn't catch TimeoutError https://bugs.python.org/issue32729 closed by vstinner
#33155: Use super().method instead in Logging https://bugs.python.org/issue33155 closed by rhettinger
#33305: Improve syntax error for numbers with leading zero https://bugs.python.org/issue33305 closed by serhiy.storchaka
#33597: Compact PyGC_Head https://bugs.python.org/issue33597 closed by inada.naoki
#33648: unused with_c_locale_warning option in configure should be rem https://bugs.python.org/issue33648 closed by inada.naoki
#33697: test_zipfile.test_write_filtered_python_package() failed on Ap https://bugs.python.org/issue33697 closed by vstinner
#33702: Add some missings links in production lists and a little polis https://bugs.python.org/issue33702 closed by adelfino
#33715: test_multiprocessing_spawn.test_wait_result() failed on x86 Wi https://bugs.python.org/issue33715 closed by vstinner
#33716: test_concurrent_futures.test_crash() failed on x86 Windows7 3. https://bugs.python.org/issue33716 closed by vstinner
#33723: test_time.test_thread_time() failed on AMD64 Debian root 3.x https://bugs.python.org/issue33723 closed by vstinner
#33804: Document the default value of the size parameter of io.TextIOB https://bugs.python.org/issue33804 closed by serhiy.storchaka
#33859: Spelling mistakes found using aspell https://bugs.python.org/issue33859 closed by xtreak
#33865: [EASY] Missing code page aliases: "unknown encoding: 874" https://bugs.python.org/issue33865 closed by vstinner
#33888: Use CPython instead of Python when talking about implementatio https://bugs.python.org/issue33888 closed by terry.reedy
#33965: [Windows WSL] Fatal Python error: _Py_InitializeMainInterprete https://bugs.python.org/issue33965 closed by vstinner
#33967: functools.singledispatch: Misleading exception when calling wi https://bugs.python.org/issue33967 closed by inada.naoki
#34009: Document Debian 8 / Ubuntu 14.04 OpenSSL compatibility issues https://bugs.python.org/issue34009 closed by ncoghlan
#34017: Tkinter CheckButton not working in EXE https://bugs.python.org/issue34017 closed by terry.reedy
#34019: webbrowser: wrong arguments for Opera browser. https://bugs.python.org/issue34019 closed by taleinat
#34031: [EASY] Incorrect usage of unittest.TestCase in test_urllib2_lo https://bugs.python.org/issue34031 closed by taleinat
#34034: Python 3.7.0 multiprocessing forkserver ForkingPickler behavio https://bugs.python.org/issue34034 closed by pitrou
#34041: add deterministic parameter to sqlite3.Connection.create_fun https://bugs.python.org/issue34041 closed by berker.peksag
#34042: Reference loss for local classes https://bugs.python.org/issue34042 closed by yselivanov
#34050: Broken links to "OpenSSL cipher list format" in documentation https://bugs.python.org/issue34050 closed by benjamin.peterson
#34051: Update multiprocessing example https://bugs.python.org/issue34051 closed by Windson Yang
#34056: checked hash-based pyc files not working with imp module https://bugs.python.org/issue34056 closed by benjamin.peterson
#34057: Py_Initialize aborts when using static Python version. Windows https://bugs.python.org/issue34057 closed by ncoghlan
#34059: multiprocessing deadlock https://bugs.python.org/issue34059 closed by gobbedy
#34061: Document sqlite3.NotSupportedError exception https://bugs.python.org/issue34061 closed by berker.peksag
#34065: 'force' should be printed as italic font not highlight font. https://bugs.python.org/issue34065 closed by corona10
#34066: Possible resource warning in "with open()" https://bugs.python.org/issue34066 closed by serhiy.storchaka
#34069: shutil.move fails with AttributeError https://bugs.python.org/issue34069 closed by berker.peksag
#34072: 3.7.0 Windows embeddable zip vcruntime140.dll https://bugs.python.org/issue34072 closed by steve.dower
#34073: asyncio and ProcessPoolExecutor: OSError on loop.close() https://bugs.python.org/issue34073 closed by yselivanov
#34074: Asyncio breaks coroutine finalization process https://bugs.python.org/issue34074 closed by yselivanov
#34076: Nested loop in dictionary comprehension gives `global name not https://bugs.python.org/issue34076 closed by serhiy.storchaka
#34077: doc Be explicit about mock_open created mocks not supporting _ https://bugs.python.org/issue34077 closed by berker.peksag
#34080: Memory leak in the compiler in case of errors https://bugs.python.org/issue34080 closed by vstinner
#34083: Functional Programming HOWTO: Dictionary ordering isn't "essen https://bugs.python.org/issue34083 closed by inada.naoki
#34092: test_logging: SMTPHandlerTest.test_basic() fails randomly on x https://bugs.python.org/issue34092 closed by vstinner
#34094: Porting Python 2 to Python 3 example contradicts its own advic https://bugs.python.org/issue34094 closed by brett.cannon
#34103: Python3.7 places cwd instead of a scripts path in sys.path. https://bugs.python.org/issue34103 closed by AndreasPK
#34104: email.message.get_payload should enforce correct encoding https://bugs.python.org/issue34104 closed by r.david.murray
#34107: root.warning('msg') output format modified by logging.warning https://bugs.python.org/issue34107 closed by vinay.sajip
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]