[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Jul 6 12:09:54 EDT 2018


ACTIVITY SUMMARY (2018-06-29 - 2018-07-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 6721 (+16) closed 39090 (+44) total 45811 (+60)

Open issues with patches: 2675

Issues opened (43)

#33735: test_multiprocessing_spawn leaked [1, 2, 1] memory blocks on A https://bugs.python.org/issue33735 reopened by vstinner

#34001: LibreSSL does not tolerate setting minimum_version greater tha https://bugs.python.org/issue34001 opened by Alan.Huang

#34002: minor efficiency and clarity improvements in email package https://bugs.python.org/issue34002 opened by selik

#34003: csv.DictReader can return basic dict instead of OrderedDict https://bugs.python.org/issue34003 opened by selik

#34004: Acquiring locks not interrupted by signals on musl libc https://bugs.python.org/issue34004 opened by Joseph Sible

#34007: test_gdb fails in s390x SLES buildbots https://bugs.python.org/issue34007 opened by pablogsal

#34008: Do we support calling Py_Main() after Py_Initialize()? https://bugs.python.org/issue34008 opened by ncoghlan

#34009: Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues https://bugs.python.org/issue34009 opened by ncoghlan

#34011: Default preference not given to venv DLL's https://bugs.python.org/issue34011 opened by jonathan-lp

#34012: No option to include system headers in distutils.core.Extensio https://bugs.python.org/issue34012 opened by danh

#34013: Inconsistent SyntaxError for print https://bugs.python.org/issue34013 opened by corona10

#34014: loop.run_in_executor should propagate current contextvars https://bugs.python.org/issue34014 opened by hellysmile

#34017: Tkinter CheckButton not working in EXE https://bugs.python.org/issue34017 opened by elfantroussi

#34019: webbrowser: wrong arguments for Opera browser. https://bugs.python.org/issue34019 opened by kbumsik

#34021: [2.7] test_regrtest: test_env_changed() fails on x86 Windows X https://bugs.python.org/issue34021 opened by vstinner

#34022: 6 tests fail using SOURCE_DATE_EPOCH env var https://bugs.python.org/issue34022 opened by vstinner

#34023: timedelta(seconds=x) strange results when type(x) == np.int32 https://bugs.python.org/issue34023 opened by mark.dickinson

#34025: SMTP EmailPolicy not using the correct line length for RCF 204 https://bugs.python.org/issue34025 opened by Douglas Thor

#34026: Request for 2 Windows installation changes. https://bugs.python.org/issue34026 opened by terry.reedy

#34027: python 3.7 openpty/forkpty build failure using nix package man https://bugs.python.org/issue34027 opened by LnL7

#34028: Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged mi https://bugs.python.org/issue34028 opened by simon at simonfoley.net

#34029: tkinter.filedialog.askdirectory() crashing before dialog opens https://bugs.python.org/issue34029 opened by rsteel1

#34031: [EASY] Incorrect usage of unittest.TestCase in test_urllib2_lo https://bugs.python.org/issue34031 opened by pablogsal

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

#34033: distutils is not reproducible https://bugs.python.org/issue34033 opened by vstinner

#34034: Python 3.7.0 multiprocessing forkserver ForkingPickler behavio https://bugs.python.org/issue34034 opened by Santiago Hernandez

#34035: zipfile: AttributeError in "seek" method of "_SharedFile" clas https://bugs.python.org/issue34035 opened by espdev

#34036: ModuleNotFoundError: No module named '_ctypes' when install Py https://bugs.python.org/issue34036 opened by semkin

#34037: test_asyncio: test_run_in_executor_cancel() leaked a dangling https://bugs.python.org/issue34037 opened by vstinner

#34038: urllib2.urlopen fails if http_proxy(s) is set to a sock5 proxy https://bugs.python.org/issue34038 opened by T L2

#34041: add deterministic parameter to sqlite3.Connection.create_fun https://bugs.python.org/issue34041 opened by sir-sigurd

#34042: Reference loss for local classes https://bugs.python.org/issue34042 opened by kayhayen

#34046: subparsers -> add_parser doesn't support hyphen char '-' https://bugs.python.org/issue34046 opened by nir_barel at bmc.com

#34047: IDLE: on macOS, scroll slider 'sticks' at bottom of file https://bugs.python.org/issue34047 opened by belgort

#34050: Broken links to "OpenSSL cipher list format" in documentation https://bugs.python.org/issue34050 opened by rolweber

#34051: Update multiprocessing example https://bugs.python.org/issue34051 opened by Windson Yang

#34052: sqlite's create_function() raises exception on unhashable call https://bugs.python.org/issue34052 opened by sir-sigurd

#34055: IDLE: erroneous 'smart' indents in shell https://bugs.python.org/issue34055 opened by grantjenks

#34056: checked hash-based pyc files not working with imp module https://bugs.python.org/issue34056 opened by phmccarty

#34057: Py_Initialize aborts when using static Python version. Windows https://bugs.python.org/issue34057 opened by illera88

#34058: Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTH https://bugs.python.org/issue34058 opened by tkandell

#34059: multiprocessing deadlock https://bugs.python.org/issue34059 opened by gobbedy

#34060: regrtest: log "CPU usage" on Windows https://bugs.python.org/issue34060 opened by vstinner

Most recent 15 issues with no replies (15)

#34060: regrtest: log "CPU usage" on Windows https://bugs.python.org/issue34060

#34058: Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTH https://bugs.python.org/issue34058

#34052: sqlite's create_function() raises exception on unhashable call https://bugs.python.org/issue34052

#34051: Update multiprocessing example https://bugs.python.org/issue34051

#34046: subparsers -> add_parser doesn't support hyphen char '-' https://bugs.python.org/issue34046

#34041: add deterministic parameter to sqlite3.Connection.create_fun https://bugs.python.org/issue34041

#34038: urllib2.urlopen fails if http_proxy(s) is set to a sock5 proxy https://bugs.python.org/issue34038

#34037: test_asyncio: test_run_in_executor_cancel() leaked a dangling https://bugs.python.org/issue34037

#34036: ModuleNotFoundError: No module named '_ctypes' when install Py https://bugs.python.org/issue34036

#34023: timedelta(seconds=x) strange results when type(x) == np.int32 https://bugs.python.org/issue34023

#34021: [2.7] test_regrtest: test_env_changed() fails on x86 Windows X https://bugs.python.org/issue34021

#34017: Tkinter CheckButton not working in EXE https://bugs.python.org/issue34017

#34012: No option to include system headers in distutils.core.Extensio https://bugs.python.org/issue34012

#34004: Acquiring locks not interrupted by signals on musl libc https://bugs.python.org/issue34004

#34002: minor efficiency and clarity improvements in email package https://bugs.python.org/issue34002

Most recent 15 issues waiting for review (15)

#34056: checked hash-based pyc files not working with imp module https://bugs.python.org/issue34056

#34052: sqlite's create_function() raises exception on unhashable call https://bugs.python.org/issue34052

#34042: Reference loss for local classes https://bugs.python.org/issue34042

#34041: add deterministic parameter to sqlite3.Connection.create_fun https://bugs.python.org/issue34041

#34033: distutils is not reproducible https://bugs.python.org/issue34033

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

#34031: [EASY] Incorrect usage of unittest.TestCase in test_urllib2_lo https://bugs.python.org/issue34031

#34027: python 3.7 openpty/forkpty build failure using nix package man https://bugs.python.org/issue34027

#34019: webbrowser: wrong arguments for Opera browser. https://bugs.python.org/issue34019

#34014: loop.run_in_executor should propagate current contextvars https://bugs.python.org/issue34014

#34009: Document Travis CI / Ubuntu 14.04 OpenSSL compatibility issues https://bugs.python.org/issue34009

#34008: Do we support calling Py_Main() after Py_Initialize()? https://bugs.python.org/issue34008

#34003: csv.DictReader can return basic dict instead of OrderedDict https://bugs.python.org/issue34003

#34002: minor efficiency and clarity improvements in email package https://bugs.python.org/issue34002

#34001: LibreSSL does not tolerate setting minimum_version greater tha https://bugs.python.org/issue34001

Top 10 most discussed issues (10)

#34022: 6 tests fail using SOURCE_DATE_EPOCH env var https://bugs.python.org/issue34022 17 msgs

#33735: test_multiprocessing_spawn leaked [1, 2, 1] memory blocks on A https://bugs.python.org/issue33735 12 msgs

#34027: python 3.7 openpty/forkpty build failure using nix package man https://bugs.python.org/issue34027 12 msgs

#34042: Reference loss for local classes https://bugs.python.org/issue34042 12 msgs

#33955: Implement PyOS_CheckStack on macOS using pthread_get_stack*_np https://bugs.python.org/issue33955 9 msgs

#34019: webbrowser: wrong arguments for Opera browser. https://bugs.python.org/issue34019 9 msgs

#33720: test_marshal: crash in Python 3.7b5 on Windows 10 https://bugs.python.org/issue33720 8 msgs

#33944: Deprecate and remove pth files https://bugs.python.org/issue33944 8 msgs

#34013: Inconsistent SyntaxError for print https://bugs.python.org/issue34013 8 msgs

#34047: IDLE: on macOS, scroll slider 'sticks' at bottom of file https://bugs.python.org/issue34047 8 msgs

Issues closed (41)

#20760: test_compileall test getting failed on 3.4 RC https://bugs.python.org/issue20760 closed by vstinner

#24596: Script globals in a GC cycle not finalized when exiting with S https://bugs.python.org/issue24596 closed by pitrou

#25345: Unable to install Python 3.5 on Windows 10 https://bugs.python.org/issue25345 closed by inada.naoki

#28874: test_logging fails and freezes https://bugs.python.org/issue28874 closed by vstinner

#30183: [HPUX] compilation error in pytime.c with cc compiler https://bugs.python.org/issue30183 closed by vstinner

#30516: Documentation for datetime substract operation incorrect? https://bugs.python.org/issue30516 closed by belopolsky

#30660: Lossless Optimization of PNG files https://bugs.python.org/issue30660 closed by inada.naoki

#31938: Convert selectmodule.c to Argument Clinic https://bugs.python.org/issue31938 closed by taleinat

#32568: Fix handling of sizehint=-1 in select.epoll() https://bugs.python.org/issue32568 closed by taleinat

#32942: test_script_helper fails on Windows when run from the source c https://bugs.python.org/issue32942 closed by vstinner

#33418: Memory leaks in functions https://bugs.python.org/issue33418 closed by inada.naoki

#33627: test-complex of test_numeric_tower.test_complex() crashes inte https://bugs.python.org/issue33627 closed by vstinner

#33700: [doc] Old version picker don't understand language tags in URL https://bugs.python.org/issue33700 closed by larry

#33701: test_datetime crashed (SIGSEGV) on Travis CI https://bugs.python.org/issue33701 closed by vstinner

#33899: Tokenize module does not mirror "end-of-input" is newline beha https://bugs.python.org/issue33899 closed by taleinat

#33959: doc Remove time complexity mention from list Glossary entry https://bugs.python.org/issue33959 closed by rhettinger

#33968: os.makedirs and empty string https://bugs.python.org/issue33968 closed by emilyemorehouse

#33974: _stringify handles quoted strings incorrectly https://bugs.python.org/issue33974 closed by serhiy.storchaka

#33978: logging.config.dictConfig with file handler leaks resources https://bugs.python.org/issue33978 closed by vinay.sajip

#33984: test_multiprocessing_forkserver leaked [1, 2, 1] memory blocks https://bugs.python.org/issue33984 closed by vstinner

#33988: [EASY] [3.7] test_platform fails when run with -Werror https://bugs.python.org/issue33988 closed by vstinner

#33996: Crash in gen_send_ex(): _PyErr_GetTopmostException() returns f https://bugs.python.org/issue33996 closed by vstinner

#33998: random.randrange completely ignores the step argument when sto https://bugs.python.org/issue33998 closed by rhettinger

#34005: Replace inspect.formatargspec by inspect.signature in xmlrpc m https://bugs.python.org/issue34005 closed by remi.lapeyre

#34006: Windows HTML Help (chm) has fixed line length https://bugs.python.org/issue34006 closed by terry.reedy

#34010: tarfile stream read performance regression https://bugs.python.org/issue34010 closed by inada.naoki

#34015: doc Add link to Descriptor HowTo Guide in Data Model https://bugs.python.org/issue34015 closed by rhettinger

#34016: Bug in sort() https://bugs.python.org/issue34016 closed by mark.dickinson

#34018: SQLite converters are documented to be sensitive to the case o https://bugs.python.org/issue34018 closed by taleinat

#34020: Add '%(asctime)s' into default BASIC_FORMAT in logging module https://bugs.python.org/issue34020 closed by vinay.sajip

#34024: Builtin types take no keyword arguments anymore https://bugs.python.org/issue34024 closed by ned.deily

#34030: easy_install from Python 3.7 (Win64) cannot install modules https://bugs.python.org/issue34030 closed by ned.deily

#34039: Loop limited to 1000 https://bugs.python.org/issue34039 closed by steven.daprano

#34040: test_multiprocessing_forkserver: test_forkserver_sigkill() fai https://bugs.python.org/issue34040 closed by vstinner

#34043: Optimize tarfile uncompression performance https://bugs.python.org/issue34043 closed by inada.naoki

#34044: subprocess: reusing STARTUPINFO breaks under 3.7 (Windows) https://bugs.python.org/issue34044 closed by vstinner

#34045: DoS due to null pointer dereference in marshal.dumps() https://bugs.python.org/issue34045 closed by serhiy.storchaka

#34048: Bad behavior of re.IGNORECASE https://bugs.python.org/issue34048 closed by Jan Å vec

#34049: abs() method accept argument that implement abs() https://bugs.python.org/issue34049 closed by rhettinger

#34053: Support localization of unicode descriptions https://bugs.python.org/issue34053 closed by vstinner

#34054: multiprocessing should use time.monotonic() for timeout https://bugs.python.org/issue34054 closed by vstinner



More information about the Python-Dev mailing list