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

Python tracker status at bugs.python.org
Fri Oct 20 12:09:43 EDT 2017


ACTIVITY SUMMARY (2017-10-13 - 2017-10-20) 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 6260 ( +9) closed 37318 (+38) total 43578 (+47)

Open issues with patches: 2415

Issues opened (36)

#31761: Failures and crashes when running tests by import in IDLE https://bugs.python.org/issue31761 reopened by terry.reedy

#31772: SourceLoader uses stale bytecode in case of equal mtime second https://bugs.python.org/issue31772 reopened by brett.cannon

#31781: crashes when calling methods of an uninitialized zipimport.zip https://bugs.python.org/issue31781 opened by Oren Milman

#31782: Add a timeout to multiprocessing's Pool.join https://bugs.python.org/issue31782 opened by Will Starms

#31783: Race condition in ThreadPoolExecutor when scheduling new jobs https://bugs.python.org/issue31783 opened by Steven.Barker

#31784: Implementation of the PEP 564: Add time.time_ns() https://bugs.python.org/issue31784 opened by haypo

#31787: various refleaks when calling the init() method of an obje https://bugs.python.org/issue31787 opened by Oren Milman

#31789: Better error message when failing to overload metaclass.mro https://bugs.python.org/issue31789 opened by bup

#31790: double free or corruption (while using smem) https://bugs.python.org/issue31790 opened by zulthan

#31791: Ensure that all PyTypeObject fields are set to non-NULL defaul https://bugs.python.org/issue31791 opened by pdox

#31793: Allow to specialize smart quotes in documentation translations https://bugs.python.org/issue31793 opened by mdk

#31794: Issues with test.autotest https://bugs.python.org/issue31794 opened by serhiy.storchaka

#31798: site.abs__file__ fails for modules where __file__ cannot b https://bugs.python.org/issue31798 opened by Alexander McFarlane

#31800: datetime.strptime: Support for parsing offsets with a colon https://bugs.python.org/issue31800 opened by mariocj89

#31801: vars() manipulation encounters problems with Enum https://bugs.python.org/issue31801 opened by ethan.furman

#31802: 'import posixpath' fails if 'os.path' has not be imported alre https://bugs.python.org/issue31802 opened by Mark.Shannon

#31803: time.clock() should emit a DeprecationWarning https://bugs.python.org/issue31803 opened by haypo

#31804: multiprocessing calls flush on sys.stdout at exit even if it i https://bugs.python.org/issue31804 opened by Pox TheGreat

#31805: support._is_gui_available() hangs on x86-64 Sierra 3.6/3.x bui https://bugs.python.org/issue31805 opened by haypo

#31807: unitest.mock: Using autospec=True conflicts with 'wraps' https://bugs.python.org/issue31807 opened by John Villalovos

#31808: tarfile.extractall fails to overwrite symlinks https://bugs.python.org/issue31808 opened by Frederic Beister

#31809: ssl module unnecessarily pins the client curve when using ECDH https://bugs.python.org/issue31809 opened by grrrrrrrrr

#31810: Travis CI, buildbots: run "make smelly" to check if CPython le https://bugs.python.org/issue31810 opened by haypo

#31811: async and await missing from keyword list in lexical analysis https://bugs.python.org/issue31811 opened by Colin Dunklau

#31812: Document PEP 545 (documentation translation) in What's New in https://bugs.python.org/issue31812 opened by haypo

#31813: python -m enshure pip stucks https://bugs.python.org/issue31813 opened by Serhy Pyton

#31814: subprocess_fork_exec more stable with vfork https://bugs.python.org/issue31814 opened by Albert.Zeyer

#31815: Make itertools iterators interruptible https://bugs.python.org/issue31815 opened by serhiy.storchaka

#31817: Compilation Error with Python 3.6.1/3.6.3 with Tkinter https://bugs.python.org/issue31817 opened by jpc2350

#31818: [macOS] _scproxy.get_proxies() crash -- get_proxies() is not f https://bugs.python.org/issue31818 opened by Mirko Friedenhagen

#31821: pause_reading() doesn't work from connection_made() https://bugs.python.org/issue31821 opened by pitrou

#31822: Document that urllib.parse.{Defrag,Split,Parse}Result are name https://bugs.python.org/issue31822 opened by Allen Li

#31823: Opaque default value for close_fds argument in Popen.init https://bugs.python.org/issue31823 opened by Алексей Аверченко

#31824: Missing default argument detail in documentation of StreamRead https://bugs.python.org/issue31824 opened by PeterLovett

#31826: Misleading version attribute of modules in standard librar https://bugs.python.org/issue31826 opened by abukaj

#31827: Remove os.stat_float_times() https://bugs.python.org/issue31827 opened by haypo

Most recent 15 issues with no replies (15)

#31826: Misleading version attribute of modules in standard librar https://bugs.python.org/issue31826

#31824: Missing default argument detail in documentation of StreamRead https://bugs.python.org/issue31824

#31823: Opaque default value for close_fds argument in Popen.init https://bugs.python.org/issue31823

#31821: pause_reading() doesn't work from connection_made() https://bugs.python.org/issue31821

#31817: Compilation Error with Python 3.6.1/3.6.3 with Tkinter https://bugs.python.org/issue31817

#31812: Document PEP 545 (documentation translation) in What's New in https://bugs.python.org/issue31812

#31808: tarfile.extractall fails to overwrite symlinks https://bugs.python.org/issue31808

#31807: unitest.mock: Using autospec=True conflicts with 'wraps' https://bugs.python.org/issue31807

#31804: multiprocessing calls flush on sys.stdout at exit even if it i https://bugs.python.org/issue31804

#31802: 'import posixpath' fails if 'os.path' has not be imported alre https://bugs.python.org/issue31802

#31801: vars() manipulation encounters problems with Enum https://bugs.python.org/issue31801

#31794: Issues with test.autotest https://bugs.python.org/issue31794

#31793: Allow to specialize smart quotes in documentation translations https://bugs.python.org/issue31793

#31790: double free or corruption (while using smem) https://bugs.python.org/issue31790

#31789: Better error message when failing to overload metaclass.mro https://bugs.python.org/issue31789

Most recent 15 issues waiting for review (15)

#31827: Remove os.stat_float_times() https://bugs.python.org/issue31827

#31821: pause_reading() doesn't work from connection_made() https://bugs.python.org/issue31821

#31815: Make itertools iterators interruptible https://bugs.python.org/issue31815

#31810: Travis CI, buildbots: run "make smelly" to check if CPython le https://bugs.python.org/issue31810

#31809: ssl module unnecessarily pins the client curve when using ECDH https://bugs.python.org/issue31809

#31804: multiprocessing calls flush on sys.stdout at exit even if it i https://bugs.python.org/issue31804

#31803: time.clock() should emit a DeprecationWarning https://bugs.python.org/issue31803

#31802: 'import posixpath' fails if 'os.path' has not be imported alre https://bugs.python.org/issue31802

#31800: datetime.strptime: Support for parsing offsets with a colon https://bugs.python.org/issue31800

#31793: Allow to specialize smart quotes in documentation translations https://bugs.python.org/issue31793

#31787: various refleaks when calling the init() method of an obje https://bugs.python.org/issue31787

#31784: Implementation of the PEP 564: Add time.time_ns() https://bugs.python.org/issue31784

#31782: Add a timeout to multiprocessing's Pool.join https://bugs.python.org/issue31782

#31781: crashes when calling methods of an uninitialized zipimport.zip https://bugs.python.org/issue31781

#31779: assertion failures and a crash when using an uninitialized str https://bugs.python.org/issue31779

Top 10 most discussed issues (10)

#31803: time.clock() should emit a DeprecationWarning https://bugs.python.org/issue31803 17 msgs

#30744: Local variable assignment is broken when combined with threads https://bugs.python.org/issue30744 11 msgs

#31815: Make itertools iterators interruptible https://bugs.python.org/issue31815 10 msgs

#31778: ast.literal_eval supports non-literals in Python 3 https://bugs.python.org/issue31778 7 msgs

#31818: [macOS] _scproxy.get_proxies() crash -- get_proxies() is not f https://bugs.python.org/issue31818 7 msgs

#31800: datetime.strptime: Support for parsing offsets with a colon https://bugs.python.org/issue31800 6 msgs

#29696: Use namedtuple in string.Formatter.parse iterator response https://bugs.python.org/issue29696 4 msgs

#31742: Default to emitting FutureWarning for provisional APIs https://bugs.python.org/issue31742 4 msgs

#31753: Unnecessary closure in ast.literal_eval https://bugs.python.org/issue31753 4 msgs

#31791: Ensure that all PyTypeObject fields are set to non-NULL defaul https://bugs.python.org/issue31791 4 msgs

Issues closed (40)

#13802: IDLE font settings: use multiple character sets in examples https://bugs.python.org/issue13802 closed by terry.reedy

#25588: Run test suite from IDLE idlelib.run subprocess https://bugs.python.org/issue25588 closed by terry.reedy

#26098: [WIP] PEP 510: Specialize functions with guards https://bugs.python.org/issue26098 closed by haypo

#26145: [WIP] PEP 511: Add sys.set_code_transformers() https://bugs.python.org/issue26145 closed by haypo

#28603: traceback module can't format/print unhashable exceptions https://bugs.python.org/issue28603 closed by serhiy.storchaka

#30013: Compiler warning in Modules/posixmodule.c https://bugs.python.org/issue30013 closed by serhiy.storchaka

#30457: Allow retrieve the number of waiters pending for most of the a https://bugs.python.org/issue30457 closed by yselivanov

#30541: Add restricted mocks to the python unittest mocking framework https://bugs.python.org/issue30541 closed by haypo

#31234: Make support.threading_cleanup() stricter https://bugs.python.org/issue31234 closed by haypo

#31334: select.poll.poll fails on BSDs with arbitrary negative timeout https://bugs.python.org/issue31334 closed by serhiy.storchaka

#31452: asyncio.gather does not cancel tasks if one fails https://bugs.python.org/issue31452 closed by yselivanov

#31558: gc.freeze() - an API to mark objects as uncollectable https://bugs.python.org/issue31558 closed by lukasz.langa

#31618: Change sys.settrace opcode tracing to occur after frame line n https://bugs.python.org/issue31618 closed by ncoghlan

#31622: Make threading.get_ident() return an opaque type https://bugs.python.org/issue31622 closed by pdox

#31632: Asyncio: SSL transport does not support set_protocol() https://bugs.python.org/issue31632 closed by yselivanov

#31676: test.test_imp.ImportTests.test_load_source has side effects https://bugs.python.org/issue31676 closed by haypo

#31692: [2.7] Test test_huntrleaks() of test_regrtest fails in debug https://bugs.python.org/issue31692 closed by haypo

#31714: Improve re documentation https://bugs.python.org/issue31714 closed by serhiy.storchaka

#31733: [2.7] Add PYTHONSHOWREFCOUNT environment variable to Python 2. https://bugs.python.org/issue31733 closed by haypo

#31738: Lib/site.py: method abs_paths is not documented https://bugs.python.org/issue31738 closed by merwok

#31754: Documented type of parameter 'itemsize' to PyBuffer_FillContig https://bugs.python.org/issue31754 closed by berker.peksag

#31757: Tutorial: Fibonacci numbers start with 1, 1 https://bugs.python.org/issue31757 closed by rhettinger

#31760: Re-definition of _POSIX_C_SOURCE with Fedora 26. https://bugs.python.org/issue31760 closed by martin.panter

#31763: Add NOTICE level to the logging module https://bugs.python.org/issue31763 closed by rhettinger

#31765: BUG: System deadlocks performing big loop operations in python https://bugs.python.org/issue31765 closed by terry.reedy

#31776: Missing "raise from None" in /Lib/xml/etree/ElementPath.py https://bugs.python.org/issue31776 closed by serhiy.storchaka

#31780: Using format spec ',x' displays incorrect error message https://bugs.python.org/issue31780 closed by terry.reedy

#31785: Move instruction code from ceval.c to a separate file https://bugs.python.org/issue31785 closed by rhettinger

#31786: In select.poll.poll() ms can be 0 if timeout < 0 https://bugs.python.org/issue31786 closed by serhiy.storchaka

#31788: Typo in comments Modules/_ssl.c https://bugs.python.org/issue31788 closed by benjamin.peterson

#31792: test_buffer altered the execution environment https://bugs.python.org/issue31792 closed by serhiy.storchaka

#31795: Slicings documentation doesn't mention Ellipsis https://bugs.python.org/issue31795 closed by rhettinger

#31796: The mccabe complexity output in module flake8. https://bugs.python.org/issue31796 closed by ned.deily

#31797: Python 3.6.3: JSON loop fails using elif https://bugs.python.org/issue31797 closed by eric.smith

#31799: Improve spec discoverability https://bugs.python.org/issue31799 closed by barry

#31806: Use _PyTime_ROUND_TIMEOUT in _threadmodule.c, timemodule.c and https://bugs.python.org/issue31806 closed by serhiy.storchaka

#31816: Unexpected behaviour of dir() after implementation of _dir https://bugs.python.org/issue31816 closed by christian.heimes

#31819: Add sock_recv_into to AbstractEventLoop https://bugs.python.org/issue31819 closed by yselivanov

#31820: Calling email.message.set_payload twice produces an invalid em https://bugs.python.org/issue31820 closed by Zirak Ertan

#31825: bytes decode raises OverflowError desipte errors='ignore' https://bugs.python.org/issue31825 closed by serhiy.storchaka



More information about the Python-Dev mailing list