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

Python tracker status at bugs.python.org
Fri Jun 1 12:09:53 EDT 2018


ACTIVITY SUMMARY (2018-05-25 - 2018-06-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 6684 (-15) closed 38802 (+102) total 45486 (+87)

Open issues with patches: 2631

Issues opened (64)

#31731: [2.7] test_io hangs on x86 Gentoo Refleaks 2.7 https://bugs.python.org/issue31731 reopened by zach.ware

#33532: test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() https://bugs.python.org/issue33532 reopened by vstinner

#33622: Fix and improve errors handling in the garbage collector https://bugs.python.org/issue33622 reopened by serhiy.storchaka

#33649: asyncio docs overhaul https://bugs.python.org/issue33649 opened by yselivanov

#33650: Prohibit adding a signal handler for SIGCHLD https://bugs.python.org/issue33650 opened by yselivanov

#33656: IDLE: Turn on DPI awareness on Windows https://bugs.python.org/issue33656 opened by terry.reedy

#33658: Introduce a method to concatenate regex patterns https://bugs.python.org/issue33658 opened by aleskva

#33660: pathlib.Path.resolve() returns path with double slash when res https://bugs.python.org/issue33660 opened by QbLearningPython

#33661: urllib may leak sensitive HTTP headers to a third-party web si https://bugs.python.org/issue33661 opened by artem.smotrakov

#33663: Web.py wsgiserver3.py raises TypeError when CSS file is not fo https://bugs.python.org/issue33663 opened by jmlp

#33664: IDLE: scroll text by lines, not pixels. https://bugs.python.org/issue33664 opened by terry.reedy

#33665: tkinter.ttk.Scrollbar.fraction() is inaccurate, or at least in https://bugs.python.org/issue33665 opened by pez

#33666: Document removal of os.errno https://bugs.python.org/issue33666 opened by hroncok

#33668: Wrong behavior of help function on module https://bugs.python.org/issue33668 opened by Oleg.Oleinik

#33669: str.format should raise exception when placeholder number does https://bugs.python.org/issue33669 opened by xiang.zhang

#33671: Efficient zero-copy for shutil.copy* functions (Linux, OSX and https://bugs.python.org/issue33671 opened by giampaolo.rodola

#33676: test_multiprocessing_fork: dangling threads warning https://bugs.python.org/issue33676 opened by vstinner

#33678: selector_events.BaseSelectorEventLoop.sock_connect should pres https://bugs.python.org/issue33678 opened by sebastien.bourdeauducq

#33679: IDLE: Configurable color on code context https://bugs.python.org/issue33679 opened by cheryl.sabella

#33680: regrtest: re-run failed tests in a subprocess https://bugs.python.org/issue33680 opened by vstinner

#33683: asyncio: sendfile tests ignore SO_SNDBUF on Windows https://bugs.python.org/issue33683 opened by vstinner

#33684: parse failed for mutibytes characters, encode will show in \xx https://bugs.python.org/issue33684 opened by zhou.ronghua

#33686: test_concurrent_futures: test_pending_calls_race() failed on x https://bugs.python.org/issue33686 opened by vstinner

#33687: uu.py calls os.path.chmod which doesn't exist https://bugs.python.org/issue33687 opened by bsdphk

#33688: asyncio child watchers aren't fork friendly https://bugs.python.org/issue33688 opened by yselivanov

#33689: Blank lines in .pth file cause a duplicate sys.path entry https://bugs.python.org/issue33689 opened by Malcolm Smith

#33692: Chinese characters issue with input() function https://bugs.python.org/issue33692 opened by Valentin Zhao

#33694: test_asyncio: test_start_tls_server_1() fails on Python on x86 https://bugs.python.org/issue33694 opened by vstinner

#33695: Have shutil.copytree(), copy() and copystat() use cached scand https://bugs.python.org/issue33695 opened by giampaolo.rodola

#33696: Install python-docs-theme even if SPHINXBUILD is defined https://bugs.python.org/issue33696 opened by adelfino

#33697: test_zipfile.test_write_filtered_python_package() failed on Ap https://bugs.python.org/issue33697 opened by vstinner

#33698: ._pth does not allow to populate sys.path with empty entry https://bugs.python.org/issue33698 opened by excitoon

#33699: Don't describe try's else clause in a footnote https://bugs.python.org/issue33699 opened by adelfino

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

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

#33702: Add some missings links in production lists and a little polis https://bugs.python.org/issue33702 opened by adelfino

#33705: Unicode is normalised after keywords are checked for https://bugs.python.org/issue33705 opened by steven.daprano

#33708: Doc: Asyncio's Event documentation typo. https://bugs.python.org/issue33708 opened by socketpair

#33709: test.support.FS_NONASCII returns incorrect result in Windows w https://bugs.python.org/issue33709 opened by Ivan.Pozdeev

#33710: Deprecate gettext.lgettext() https://bugs.python.org/issue33710 opened by serhiy.storchaka

#33711: Could not find externals/db-* in msi.py on license generation https://bugs.python.org/issue33711 opened by Ivan.Pozdeev

#33712: OrderedDict can set an exception in tp_clear https://bugs.python.org/issue33712 opened by serhiy.storchaka

#33713: memoryview can set an exception in tp_clear https://bugs.python.org/issue33713 opened by serhiy.storchaka

#33714: module can set an exception in tp_clear https://bugs.python.org/issue33714 opened by serhiy.storchaka

#33715: test_multiprocessing_spawn.test_wait_result() failed on x86 Wi https://bugs.python.org/issue33715 opened by vstinner

#33716: test_concurrent_futures.test_crash() failed on x86 Windows7 3. https://bugs.python.org/issue33716 opened by vstinner

#33717: Enhance test.pythoninfo: meta-ticket for multiple changes https://bugs.python.org/issue33717 opened by vstinner

#33718: Enhance regrtest: meta-ticket for multiple changes https://bugs.python.org/issue33718 opened by vstinner

#33719: Test failures on Python 3.7 beta 5 and Windows 10 https://bugs.python.org/issue33719 opened by vstinner

#33720: test_marshal: crash in Python 3.7b5 on Windows 10 https://bugs.python.org/issue33720 opened by vstinner

#33721: os.path.exists() ought to return False if pathname contains NU https://bugs.python.org/issue33721 opened by pacujo

#33722: Document builtins in mock_open https://bugs.python.org/issue33722 opened by jcrotts

#33723: test_time.test_thread_time() failed on AMD64 Debian root 3.x https://bugs.python.org/issue33723 opened by vstinner

#33724: test__xxsubinterpreters failed on ARMv7 Ubuntu 3.x https://bugs.python.org/issue33724 opened by vstinner

#33725: High Sierra hang when using multi-processing https://bugs.python.org/issue33725 opened by kapilt

#33726: Add short descriptions to PEP references in seealso https://bugs.python.org/issue33726 opened by adelfino

#33727: Server.wait_closed() doesn't always wait for its transports to https://bugs.python.org/issue33727 opened by yselivanov

#33729: Hashlib/blake2* missing 'data' keyword argument https://bugs.python.org/issue33729 opened by Juuso Lehtivarjo

#33731: string formatting that produces floats with preset precision w https://bugs.python.org/issue33731 opened by Jakub Szewczyk

#33732: Python 2.7.15: xml.sax.parse() closes file objects passed to i https://bugs.python.org/issue33732 opened by gibfahn

#33733: Add utilities to get/set pipe and socket buffer sizes? https://bugs.python.org/issue33733 opened by vstinner

#33734: asyncio/ssl: Fix AttributeError, increase default handshake ti https://bugs.python.org/issue33734 opened by yselivanov

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

#1366311: SRE engine should release the GIL when/if possible https://bugs.python.org/issue1366311 reopened by barry

Most recent 15 issues with no replies (15)

#33729: Hashlib/blake2* missing 'data' keyword argument https://bugs.python.org/issue33729

#33727: Server.wait_closed() doesn't always wait for its transports to https://bugs.python.org/issue33727

#33726: Add short descriptions to PEP references in seealso https://bugs.python.org/issue33726

#33723: test_time.test_thread_time() failed on AMD64 Debian root 3.x https://bugs.python.org/issue33723

#33722: Document builtins in mock_open https://bugs.python.org/issue33722

#33716: test_concurrent_futures.test_crash() failed on x86 Windows7 3. https://bugs.python.org/issue33716

#33715: test_multiprocessing_spawn.test_wait_result() failed on x86 Wi https://bugs.python.org/issue33715

#33714: module can set an exception in tp_clear https://bugs.python.org/issue33714

#33702: Add some missings links in production lists and a little polis https://bugs.python.org/issue33702

#33699: Don't describe try's else clause in a footnote https://bugs.python.org/issue33699

#33697: test_zipfile.test_write_filtered_python_package() failed on Ap https://bugs.python.org/issue33697

#33695: Have shutil.copytree(), copy() and copystat() use cached scand https://bugs.python.org/issue33695

#33688: asyncio child watchers aren't fork friendly https://bugs.python.org/issue33688

#33686: test_concurrent_futures: test_pending_calls_race() failed on x https://bugs.python.org/issue33686

#33684: parse failed for mutibytes characters, encode will show in \xx https://bugs.python.org/issue33684

Most recent 15 issues waiting for review (15)

#33734: asyncio/ssl: Fix AttributeError, increase default handshake ti https://bugs.python.org/issue33734

#33726: Add short descriptions to PEP references in seealso https://bugs.python.org/issue33726

#33718: Enhance regrtest: meta-ticket for multiple changes https://bugs.python.org/issue33718

#33717: Enhance test.pythoninfo: meta-ticket for multiple changes https://bugs.python.org/issue33717

#33709: test.support.FS_NONASCII returns incorrect result in Windows w https://bugs.python.org/issue33709

#33708: Doc: Asyncio's Event documentation typo. https://bugs.python.org/issue33708

#33702: Add some missings links in production lists and a little polis https://bugs.python.org/issue33702

#33699: Don't describe try's else clause in a footnote https://bugs.python.org/issue33699

#33696: Install python-docs-theme even if SPHINXBUILD is defined https://bugs.python.org/issue33696

#33695: Have shutil.copytree(), copy() and copystat() use cached scand https://bugs.python.org/issue33695

#33692: Chinese characters issue with input() function https://bugs.python.org/issue33692

#33687: uu.py calls os.path.chmod which doesn't exist https://bugs.python.org/issue33687

#33684: parse failed for mutibytes characters, encode will show in \xx https://bugs.python.org/issue33684

#33679: IDLE: Configurable color on code context https://bugs.python.org/issue33679

#33671: Efficient zero-copy for shutil.copy* functions (Linux, OSX and https://bugs.python.org/issue33671

Top 10 most discussed issues (10)

#33532: test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() https://bugs.python.org/issue33532 26 msgs

#33597: Compact PyGC_Head https://bugs.python.org/issue33597 21 msgs

#33666: Document removal of os.errno https://bugs.python.org/issue33666 15 msgs

#33692: Chinese characters issue with input() function https://bugs.python.org/issue33692 15 msgs

#33713: memoryview can set an exception in tp_clear https://bugs.python.org/issue33713 12 msgs

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

#33012: Invalid function cast warnings with gcc 8 for METH_NOARGS https://bugs.python.org/issue33012 8 msgs

#33701: test_datetime crashed (SIGSEGV) on Travis CI https://bugs.python.org/issue33701 8 msgs

#32832: doctest should support custom ps1/ps2 prompts https://bugs.python.org/issue32832 7 msgs

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

Issues closed (94)

#18872: platform.linux_distribution() doesn't recognize Amazon Linux https://bugs.python.org/issue18872 closed by petr.viktorin

#19213: platform.linux_distribution detects Oracle Linux as Red Hat En https://bugs.python.org/issue19213 closed by petr.viktorin

#20454: platform.linux_distribution() returns empty value on Archlinux https://bugs.python.org/issue20454 closed by petr.viktorin

#21327: socket.type value changes after using settimeout() https://bugs.python.org/issue21327 closed by yselivanov

#25015: Idle: scroll Text faster with mouse wheel https://bugs.python.org/issue25015 closed by terry.reedy

#26251: Use "Low-fragmentation Heap" memory allocator on Windows https://bugs.python.org/issue26251 closed by vstinner

#29392: msvcrt.locking crashes python https://bugs.python.org/issue29392 closed by steve.dower

#30145: Create a How to or Tutorial documentation for asyncio https://bugs.python.org/issue30145 closed by yselivanov

#30391: test_threading_handled() and test_threading_not_handled() of t https://bugs.python.org/issue30391 closed by vstinner

#30654: signal module always overwrites SIGINT on interpreter shutdown https://bugs.python.org/issue30654 closed by pitrou

#30935: document the new behavior of get_event_loop() in Python 3.6 https://bugs.python.org/issue30935 closed by yselivanov

#31151: socketserver.ForkingMixIn.server_close() leaks zombie processe https://bugs.python.org/issue31151 closed by vstinner

#31180: test_multiprocessing_spawn hangs randomly https://bugs.python.org/issue31180 closed by vstinner

#31233: socketserver.ThreadingMixIn leaks running threads after server https://bugs.python.org/issue31233 closed by vstinner

#31246: [2.7] test_signal.test_setitimer_tiny() fails randomly on x86- https://bugs.python.org/issue31246 closed by vstinner

#31368: Add os.preadv() and os.pwritev() https://bugs.python.org/issue31368 closed by vstinner

#31424: test_socket hangs on x86 Gentoo Installed with X 3.x https://bugs.python.org/issue31424 closed by vstinner

#31491: Add is_closing() to asyncio.StreamWriter. https://bugs.python.org/issue31491 closed by yselivanov

#31611: Tests failures using -u largefile when the disk is full https://bugs.python.org/issue31611 closed by vstinner

#31647: asyncio: StreamWriter write_eof() after close raises mysteriou https://bugs.python.org/issue31647 closed by yselivanov

#31851: test_subprocess hangs randomly on Windows with Python 3.x https://bugs.python.org/issue31851 closed by vstinner

#31931: test_concurrent_futures: ProcessPoolSpawnExecutorTest.test_shu https://bugs.python.org/issue31931 closed by ned.deily

#31971: idle_test: failures on x86 Windows7 3.x https://bugs.python.org/issue31971 closed by vstinner

#32038: Add API to intercept socket.close() https://bugs.python.org/issue32038 closed by yselivanov

#32090: test_put() of test_multiprocessing queue tests has a race cond https://bugs.python.org/issue32090 closed by vstinner

#32091: test_s_option() of test_site.HelperFunctionsTests failed on x8 https://bugs.python.org/issue32091 closed by vstinner

#32104: add method throw() to asyncio.Task https://bugs.python.org/issue32104 closed by yselivanov

#32131: Missing encoding parameter in urllib/parse.py https://bugs.python.org/issue32131 closed by cheryl.sabella

#32156: Fix flake8 warning F401: ... imported but unused https://bugs.python.org/issue32156 closed by vstinner

#32290: bolen-dmg-3.6: compilation failed with OSError: [Errno 23] Too https://bugs.python.org/issue32290 closed by ned.deily

#32333: test_smtplib: dangling threads on x86 Gentoo Non-Debug with X https://bugs.python.org/issue32333 closed by vstinner

#32334: test_configparser left @test_2876_tmp temporary file on x86 Wi https://bugs.python.org/issue32334 closed by vstinner

#32380: functools.singledispatch interacts poorly with methods https://bugs.python.org/issue32380 closed by Ethan Smith

#32457: Windows Python cannot handle an early PATH entry containing ". https://bugs.python.org/issue32457 closed by steve.dower

#32458: test_asyncio: test_start_tls_server_1() fails randomly https://bugs.python.org/issue32458 closed by vstinner

#32464: raise NotImplemented vs return NotImplemented https://bugs.python.org/issue32464 closed by yselivanov

#32519: venv API docs - symlinks default incorrect https://bugs.python.org/issue32519 closed by vinay.sajip

#32528: Change base class for futures.CancelledError https://bugs.python.org/issue32528 closed by yselivanov

#32592: Drop support of Windows Vista in Python 3.7 https://bugs.python.org/issue32592 closed by vstinner

#32610: asyncio.all_tasks() should return only non-finished tasks. https://bugs.python.org/issue32610 closed by yselivanov

#32637: Android: set sys.platform to android https://bugs.python.org/issue32637 closed by vstinner

#32646: test_asyncgen: race condition on test_async_gen_asyncio_gc_acl https://bugs.python.org/issue32646 closed by vstinner

#32653: AttributeError: 'Task' object has no attribute '_callbacks' https://bugs.python.org/issue32653 closed by yselivanov

#32654: Fixes Python for Android API 19 https://bugs.python.org/issue32654 closed by vstinner

#32672: .then execution of actions following a future's completion https://bugs.python.org/issue32672 closed by yselivanov

#32684: asyncio.gather(..., return_exceptions=True) swallows cancellat https://bugs.python.org/issue32684 closed by yselivanov

#32751: wait_for(future, ...) should wait for the future (even if a ti https://bugs.python.org/issue32751 closed by yselivanov

#32762: Choose protocol implementation on transport.set_protocol() https://bugs.python.org/issue32762 closed by yselivanov

#32878: Document value of st_ino on Windows https://bugs.python.org/issue32878 closed by steve.dower

#33001: Buffer overflow vulnerability in os.symlink on Windows (CVE-20 https://bugs.python.org/issue33001 closed by steve.dower

#33238: AssertionError on await of Future returned by asyncio.wrap_fut https://bugs.python.org/issue33238 closed by asvetlov

#33355: Windows 10 buildbot: 15 min timeout on test_mmap.test_large_fi https://bugs.python.org/issue33355 closed by vstinner

#33356: Windows 10 buildbot: test__xxsubinterpreters.test_already_runn https://bugs.python.org/issue33356 closed by vstinner

#33357: [EASY C] test_posix.test_posix_spawn_file_actions() leaks memo https://bugs.python.org/issue33357 closed by vstinner

#33400: logging.Formatter does not default to ISO8601 date format https://bugs.python.org/issue33400 closed by vinay.sajip

#33469: RuntimeError after closing loop that used run_in_executor https://bugs.python.org/issue33469 closed by yselivanov

#33494: random.choices ought to check that cumulative weights are in a https://bugs.python.org/issue33494 closed by rhettinger

#33505: Optimize asyncio.ensure_future by reordering if conditions https://bugs.python.org/issue33505 closed by yselivanov

#33595: Fix references to lambda "arguments" https://bugs.python.org/issue33595 closed by terry.reedy

#33598: ActiveState Recipes links in docs, and the apparent closure of https://bugs.python.org/issue33598 closed by rhettinger

#33606: Improve logging performance when logger disabled https://bugs.python.org/issue33606 closed by vinay.sajip

#33616: typing.NoReturn is undocumented https://bugs.python.org/issue33616 closed by levkivskyi

#33623: Fix possible SIGSGV when asyncio.Future is created in del https://bugs.python.org/issue33623 closed by yselivanov

#33638: condition lock not re-acquired https://bugs.python.org/issue33638 closed by yselivanov

#33639: Use high-performance os.sendfile() in shutil.copy* https://bugs.python.org/issue33639 closed by giampaolo.rodola

#33641: Add links to RFCs https://bugs.python.org/issue33641 closed by serhiy.storchaka

#33644: Fix signatures of tp_finalize handlers in testing code. https://bugs.python.org/issue33644 closed by serhiy.storchaka

#33651: Add get() method to sqlite3.Row class https://bugs.python.org/issue33651 closed by rhettinger

#33652: Improve pickling of typing types https://bugs.python.org/issue33652 closed by levkivskyi

#33653: EnvironmentError does not set errno unless strerror is set https://bugs.python.org/issue33653 closed by giampaolo.rodola

#33654: asyncio: transports don't support switching between Protocol a https://bugs.python.org/issue33654 closed by yselivanov

#33655: test_posix_fallocate fails on FreeBSD buildbots with ZFS file https://bugs.python.org/issue33655 closed by ned.deily

#33657: float addition rounding error https://bugs.python.org/issue33657 closed by rhettinger

#33659: leak in pythonrun.c? https://bugs.python.org/issue33659 closed by lekma

#33662: asyncio Stream Reader Blocks on read when data fetched is less https://bugs.python.org/issue33662 closed by yselivanov

#33667: Mock calls on mutable objects https://bugs.python.org/issue33667 closed by r.david.murray

#33670: Use errorlevel of Sphinx main() in Doc\make.bat https://bugs.python.org/issue33670 closed by steve.dower

#33672: Fix Task.repr crash when trying to format Cython's bogus c https://bugs.python.org/issue33672 closed by yselivanov

#33673: Install python-docs-theme even if Sphinx is already installed https://bugs.python.org/issue33673 closed by steve.dower

#33674: asyncio: race condition in SSLProtocol https://bugs.python.org/issue33674 closed by yselivanov

#33675: Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate M https://bugs.python.org/issue33675 closed by steve.dower

#33677: Fix signatures of tp_clear handlers https://bugs.python.org/issue33677 closed by serhiy.storchaka

#33681: itertools.groupby() returned igroup is only callable once https://bugs.python.org/issue33681 closed by steven.daprano

#33682: Optimize the bytecode for float(0) ? https://bugs.python.org/issue33682 closed by matrixise

#33685: Instances bound methods with different memory addresses but sh https://bugs.python.org/issue33685 closed by steven.daprano

#33690: urlib.parse.urlencode with empty list and doseq=True drops the https://bugs.python.org/issue33690 closed by maxking

#33691: Refactor docstring handling code in the compiler https://bugs.python.org/issue33691 closed by serhiy.storchaka

#33693: test test_webbrowser failed https://bugs.python.org/issue33693 closed by ncoghlan

#33703: Object deletion and re-creation points to same attribute if at https://bugs.python.org/issue33703 closed by benjamin.peterson

#33704: python 3.7 and python 3.8 stable release https://bugs.python.org/issue33704 closed by ned.deily

#33706: Segfault in command line processing due to buffer over-read https://bugs.python.org/issue33706 closed by vstinner

#33707: Doc: https://bugs.python.org/issue33707 closed by socketpair

#33728: pandas.to_records can not be saved by numpy.savez https://bugs.python.org/issue33728 closed by steven.daprano

#33730: string format 'n' produces numbers with incorrect precision https://bugs.python.org/issue33730 closed by eric.smith



More information about the Python-Dev mailing list