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