ACTIVITY SUMMARY (2020-02-21 - 2020-02-28)
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 7333 (+18)
closed 44202 (+52)
total 51535 (+70)
Open issues with patches: 2882
Issues opened (53)
==================
#17422: language reference should specify restrictions on class namesp
https://bugs.python.org/issue17422 reopened by eric.snow
#25960: Popen.wait() hangs when called from a signal handler when os.w
https://bugs.python.org/issue25960 reopened by gregory.p.smith
#39715: Implement __repr__ methods for AST classes
https://bugs.python.org/issue39715 opened by cool-RR
#39716: argparse.ArgumentParser does not raise on duplicated subparser
https://bugs.python.org/issue39716 opened by Antony.Lee
#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 opened by cool-RR
#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718 opened by hauntsaninja
#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719 opened by hauntsaninja
#39720: Signature.bind TypeErrors could be more helpful
https://bugs.python.org/issue39720 opened by RazerM
#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724 opened by John Smith
#39725: unrelated `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725 opened by ethan.furman
#39727: cgi.parse() fatally attempts str.decode when handling multipar
https://bugs.python.org/issue39727 opened by James Edington
#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728 opened by jonasmalaco
#39729: stat.S_ISXXX can raise OverflowError for remote file modes
https://bugs.python.org/issue39729 opened by wiggin15
#39731: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue39731 opened by alhelal
#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732 opened by Artoria2e5
#39734: Deprecate readinto() fallback path in _pickle.c
https://bugs.python.org/issue39734 opened by pitrou
#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735 opened by msakai
#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740 opened by RobHammann
#39741: Argument Clinic name conflict
https://bugs.python.org/issue39741 opened by BTaskaya
#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742 opened by ngie
#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744 opened by marmarek
#39745: BlockingIOError.characters_written represents number of bytes
https://bugs.python.org/issue39745 opened by msakai
#39747: test_os debug assertion failure
https://bugs.python.org/issue39747 opened by Ethan Smith
#39750: UnicodeError becomes unpicklable if data is appended to args
https://bugs.python.org/issue39750 opened by João Eiras
#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751 opened by João Eiras
#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752 opened by João Eiras
#39753: inspecting a partial with bound keywods gives incorrect signat
https://bugs.python.org/issue39753 opened by cjw296
#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756 opened by Devin Morgan
#39758: StreamWriter.wait_closed() can hang indefinitely.
https://bugs.python.org/issue39758 opened by tomchristie
#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759 opened by remi.lapeyre
#39760: ast.FormattedValue.format_spec unnecessarily wrapped in Joined
https://bugs.python.org/issue39760 opened by Ilya Kamenshchikov
#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 opened by Dormouse759
#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 opened by Elad Lahav
#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764 opened by lidiz
#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765 opened by rogerdahl
#39766: unittest's assertRaises removes locals from tracebacks
https://bugs.python.org/issue39766 opened by blueyed
#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767 opened by Dariusz Trawinski
#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768 opened by wyz23x2
#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769 opened by gregory.p.smith
#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770 opened by petdance
#39771: EmailMessage.add_header doesn't work
https://bugs.python.org/issue39771 opened by hwgdb Smith
#39772: Python 2 FAQ shown in h...@python.org auto reply
https://bugs.python.org/issue39772 opened by wyz23x2
#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773 opened by David Hewitt
#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774 opened by igo95862
#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775 opened by Antony.Lee
#39776: Crash in decimal module in heavy-multithreaded scenario
https://bugs.python.org/issue39776 opened by boytsovea
#39777: Use the codecov GH Action
https://bugs.python.org/issue39777 opened by brett.cannon
#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 opened by leezu
#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780 opened by Ali McMaster
#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781 opened by terry.reedy
#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782 opened by wangjie
#39783: Optimize construction of Path from other Paths by just returni
https://bugs.python.org/issue39783 opened by Antony.Lee
#39784: Tuple comprehension
https://bugs.python.org/issue39784 opened by Marco Sulla
Most recent 15 issues with no replies (15)
==========================================
#39784: Tuple comprehension
https://bugs.python.org/issue39784
#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782
#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781
#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773
#39772: Python 2 FAQ shown in h...@python.org auto reply
https://bugs.python.org/issue39772
#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770
#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767
#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764
#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756
#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752
#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751
#39745: BlockingIOError.characters_written represents number of bytes
https://bugs.python.org/issue39745
#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742
#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740
#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735
Most recent 15 issues waiting for review (15)
=============================================
#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781
#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780
#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775
#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774
#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770
#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769
#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765
#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761
#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759
#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744
#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732
#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728
#39725: unrelated `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725
#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719
#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718
Top 10 most discussed issues (10)
=================================
#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 29 msgs
#39776: Crash in decimal module in heavy-multithreaded scenario
https://bugs.python.org/issue39776 13 msgs
#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 12 msgs
#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768 12 msgs
#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 11 msgs
#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 11 msgs
#39771: EmailMessage.add_header doesn't work
https://bugs.python.org/issue39771 10 msgs
#39672: SIGSEGV crash on shutdown with shelve & c pickle
https://bugs.python.org/issue39672 9 msgs
#38597: C Extension import limit
https://bugs.python.org/issue38597 8 msgs
#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724 8 msgs
Issues closed (51)
==================
#8269: Missing return values for PyUnicode C/API functions
https://bugs.python.org/issue8269 closed by serhiy.storchaka
#15474: Differentiate decorator and decorator factory in docs
https://bugs.python.org/issue15474 closed by rhettinger
#22947: Enable 'imageop' - "Multimedia Srvices Feature module" for 64-
https://bugs.python.org/issue22947 closed by serhiy.storchaka
#23080: BoundArguments.arguments should be unordered
https://bugs.python.org/issue23080 closed by Antony.Lee
#23164: "pydoc filter" documentation restrictive
https://bugs.python.org/issue23164 closed by serhiy.storchaka
#25397: improve ac_cv_have_long_long_format GCC fallback
https://bugs.python.org/issue25397 closed by serhiy.storchaka
#30566: punycode codec raises IndexError in decode_generalized_number(
https://bugs.python.org/issue30566 closed by berker.peksag
#31015: PyErr_WriteUnraisable should be more verbose in Python 2.7
https://bugs.python.org/issue31015 closed by serhiy.storchaka
#34788: ipaddress module fails on rfc4007 scoped IPv6 addresses
https://bugs.python.org/issue34788 closed by asvetlov
#36000: __debug__ is a keyword but not a keyword
https://bugs.python.org/issue36000 closed by cheryl.sabella
#37539: CheckCommitCursorReset regression sqlite3 test fails with old
https://bugs.python.org/issue37539 closed by berker.peksag
#38101: Update devguide triaging keywords
https://bugs.python.org/issue38101 closed by taleinat
#38403: nuspec iconUrl field is deprecated
https://bugs.python.org/issue38403 closed by steve.dower
#38519: Internal include files missing on Windows
https://bugs.python.org/issue38519 closed by steve.dower
#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988 closed by asvetlov
#39128: Document happy eyeball parameters in loop.create_connection si
https://bugs.python.org/issue39128 closed by asvetlov
#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130 closed by khalidmammadov
#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139 closed by khalidmammadov
#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180 closed by khalidmammadov
#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382 closed by serhiy.storchaka
#39427: python -X options are not documented in the CLI --help
https://bugs.python.org/issue39427 closed by pablogsal
#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 closed by tim.peters
#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609 closed by asvetlov
#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613 closed by asvetlov
#39636: Can't change Treeview row color in Tkinter
https://bugs.python.org/issue39636 closed by terry.reedy
#39642: Behaviour of disabled widgets: widget.bind(func) -vs- w =
https://bugs.python.org/issue39642 closed by terry.reedy
#39648: Expand math.gcd() and math.lcm() to accept multiple arguments
https://bugs.python.org/issue39648 closed by mark.dickinson
#39649: bdb.Bdb.format_stack_entry: checks for obsolete __args__
https://bugs.python.org/issue39649 closed by gvanrossum
#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654 closed by terry.reedy
#39657: Bezout and Chinese Remainder Theorem in the Standard Library?
https://bugs.python.org/issue39657 closed by tim.peters
#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681 closed by pitrou
#39707: Abstract property setter/deleter implementation not enforced.
https://bugs.python.org/issue39707 closed by gvanrossum
#39721: Fix constness of members of tok_state struct.
https://bugs.python.org/issue39721 closed by benjamin.peterson
#39722: decimal differs between pure Python and C implementations
https://bugs.python.org/issue39722 closed by rhettinger
#39723: io.open_code should accept PathLike objects
https://bugs.python.org/issue39723 closed by steve.dower
#39726: ctypes on pypi has fallen behind
https://bugs.python.org/issue39726 closed by David Harding
#39730: Licence (license) for Python 3.8.1 is missing
https://bugs.python.org/issue39730 closed by brett.cannon
#39733: Bug in hypergeometric function
https://bugs.python.org/issue39733 closed by SilentGhost
#39736: const strings in Modules/_datetimemodule.c and Modules/_testbu
https://bugs.python.org/issue39736 closed by benjamin.peterson
#39737: Speed up list.__eq__ by about 6%
https://bugs.python.org/issue39737 closed by serhiy.storchaka
#39738: mod operation with large number is not correct.
https://bugs.python.org/issue39738 closed by steven.daprano
#39739: Python crash every time opening pycharm, seems related to tens
https://bugs.python.org/issue39739 closed by mark.dickinson
#39743: variable quiet is not defined in function main.
https://bugs.python.org/issue39743 closed by SilentGhost
#39746: Inappropriate short circuit relating to inequality comparison
https://bugs.python.org/issue39746 closed by Orion Fisher
#39748: PyScripter could not find Python 3.8 64 bits
https://bugs.python.org/issue39748 closed by eric.smith
#39749: python 3.8.1 (3.14 * 10 = 31.400000002 bug)
https://bugs.python.org/issue39749 closed by steven.daprano
#39754: update_one_slot() does not inherit sq_contains and mp_subscrip
https://bugs.python.org/issue39754 closed by Marco Sulla
#39755: Change example of itertools.product
https://bugs.python.org/issue39755 closed by rhettinger
#39757: EmailMessage wrong encoding for international domain
https://bugs.python.org/issue39757 closed by Julien Castiaux
#39762: PyLong_AS_LONG missing from longobject.h
https://bugs.python.org/issue39762 closed by serhiy.storchaka
#39779: [argparse] Add parameter to sort help output arguments
https://bugs.python.org/issue39779 closed by rhettinger
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/python-dev@python.org/message/G4FKSDH47ED3FQWNT63SJ5YJ7IS5NYGV/
Code of Conduct: http://python.org/psf/codeofconduct/