[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri May 3 14:07:47 EDT 2019
- Previous message (by thread): [Python-Dev] PEP 580/590 proposals summary
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2019-04-26 - 2019-05-03) 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 7081 ( -2) closed 41454 (+52) total 48535 (+50)
Open issues with patches: 2820
Issues opened (41)
#36356: Failure to build with address sanitizer https://bugs.python.org/issue36356 reopened by vstinner
#36707: The "m" ABI flag of SOABI for pymalloc is no longer needed https://bugs.python.org/issue36707 reopened by ned.deily
#36737: Warnings operate out of global runtime state. https://bugs.python.org/issue36737 opened by eric.snow
#36738: Add 'array_hook' for json module https://bugs.python.org/issue36738 opened by matomatical
#36739: "4.6. Defining Functions" should mention nonlocal https://bugs.python.org/issue36739 opened by pbhd0815
#36743: Docs: Descript get signature defined differently across th https://bugs.python.org/issue36743 opened by jdufresne
#36744: functools.singledispatch: Shouldn't require a positional argum https://bugs.python.org/issue36744 opened by KevinG
#36746: Create test for fcntl.lockf() https://bugs.python.org/issue36746 opened by nanjekyejoannah
#36748: Optimize textio write buffering https://bugs.python.org/issue36748 opened by inada.naoki
#36749: PPC64 AIX 3.x: compilation issue, linker fails to locate symbo https://bugs.python.org/issue36749 opened by vstinner
#36750: test_socket leaks file descriptors on macOS https://bugs.python.org/issue36750 opened by xtreak
#36751: Changes in the inspect module for PEP 570 https://bugs.python.org/issue36751 opened by pablogsal
#36752: test multiprocessing: test_rapid_restart() crash on AIX https://bugs.python.org/issue36752 opened by vstinner
#36753: Python modules not linking to libpython causes issues for RTLD https://bugs.python.org/issue36753 opened by reimar
#36754: Remove smart quotes in pydoc text https://bugs.python.org/issue36754 opened by steve.dower
#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1. https://bugs.python.org/issue36755 opened by vstinner
#36756: tkinter tk.createcommand memory leak https://bugs.python.org/issue36756 opened by WKraus
#36757: uuid constructor accept invalid strings (extra dash) https://bugs.python.org/issue36757 opened by Cédric Cabessa
#36758: configured libdir not correctly passed to Python executable https://bugs.python.org/issue36758 opened by michael-o
#36759: datetime: astimezone() results in OSError: [Errno 22] Invalid https://bugs.python.org/issue36759 opened by Snidhi
#36760: subprocess.run fails with capture_output=True and stderr=STDOU https://bugs.python.org/issue36760 opened by Joe.Borg
#36761: Extended slice assignment + iterable unpacking https://bugs.python.org/issue36761 opened by wim.glenn
#36762: Teach "import *" to warn when overwriting globals or builtins https://bugs.python.org/issue36762 opened by rhettinger
#36763: PEP 587: Rework initialization API to prepare second version o https://bugs.python.org/issue36763 opened by vstinner
#36766: Typos in docs and code comments https://bugs.python.org/issue36766 opened by xtreak
#36767: Segmentation fault when running c extension on macOS https://bugs.python.org/issue36767 opened by Senhui Guo
#36768: distutils.util.convert_path mangles windows paths with forward https://bugs.python.org/issue36768 opened by LordAro
#36769: doc Document that fnmatch.filter supports any kind of iterable https://bugs.python.org/issue36769 opened by adelfino
#36770: stdlib - shutil.make_archive - add support for different ZIP c https://bugs.python.org/issue36770 opened by owenchia
#36771: Feature Request: An option to os.walk() to return os.DirEntry https://bugs.python.org/issue36771 opened by apocalyptech
#36772: Let lru_cache be used as a decorator with no arguments https://bugs.python.org/issue36772 opened by rhettinger
#36773: Race condition during pickle.load() https://bugs.python.org/issue36773 opened by papad
#36774: f-strings: Add a !d conversion for ease of debugging https://bugs.python.org/issue36774 opened by eric.smith
#36777: unittest discover throws TypeError on empty packages https://bugs.python.org/issue36777 opened by xtreak
#36778: test_site.StartupImportTests.test_startup_imports fails if def https://bugs.python.org/issue36778 opened by Paul Monson
#36779: time.tzname returns empty string on Windows if default codepag https://bugs.python.org/issue36779 opened by Paul Monson
#36780: Interpreter exit blocks waiting for futures of shut-down Threa https://bugs.python.org/issue36780 opened by hniksic
#36781: Optimize sum() for bools https://bugs.python.org/issue36781 opened by serhiy.storchaka
#36782: Add tests for the datetime C API https://bugs.python.org/issue36782 opened by p-ganssle
#36783: No documentation for _FromXandFold C API functions https://bugs.python.org/issue36783 opened by p-ganssle
#36784: import with empty folder after importlib.invalidate_caches https://bugs.python.org/issue36784 opened by xtreak
Most recent 15 issues with no replies (15)
#36784: import with empty folder after importlib.invalidate_caches https://bugs.python.org/issue36784
#36781: Optimize sum() for bools https://bugs.python.org/issue36781
#36780: Interpreter exit blocks waiting for futures of shut-down Threa https://bugs.python.org/issue36780
#36779: time.tzname returns empty string on Windows if default codepag https://bugs.python.org/issue36779
#36770: stdlib - shutil.make_archive - add support for different ZIP c https://bugs.python.org/issue36770
#36769: doc Document that fnmatch.filter supports any kind of iterable https://bugs.python.org/issue36769
#36768: distutils.util.convert_path mangles windows paths with forward https://bugs.python.org/issue36768
#36766: Typos in docs and code comments https://bugs.python.org/issue36766
#36758: configured libdir not correctly passed to Python executable https://bugs.python.org/issue36758
#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1. https://bugs.python.org/issue36755
#36752: test multiprocessing: test_rapid_restart() crash on AIX https://bugs.python.org/issue36752
#36748: Optimize textio write buffering https://bugs.python.org/issue36748
#36738: Add 'array_hook' for json module https://bugs.python.org/issue36738
#36732: test_asyncio: test_huge_content_recvinto() fails randomly https://bugs.python.org/issue36732
#36728: Remove PyEval_ReInitThreads() from the public C API https://bugs.python.org/issue36728
Most recent 15 issues waiting for review (15)
#36778: test_site.StartupImportTests.test_startup_imports fails if def https://bugs.python.org/issue36778
#36774: f-strings: Add a !d conversion for ease of debugging https://bugs.python.org/issue36774
#36772: Let lru_cache be used as a decorator with no arguments https://bugs.python.org/issue36772
#36771: Feature Request: An option to os.walk() to return os.DirEntry https://bugs.python.org/issue36771
#36770: stdlib - shutil.make_archive - add support for different ZIP c https://bugs.python.org/issue36770
#36769: doc Document that fnmatch.filter supports any kind of iterable https://bugs.python.org/issue36769
#36763: PEP 587: Rework initialization API to prepare second version o https://bugs.python.org/issue36763
#36751: Changes in the inspect module for PEP 570 https://bugs.python.org/issue36751
#36749: PPC64 AIX 3.x: compilation issue, linker fails to locate symbo https://bugs.python.org/issue36749
#36748: Optimize textio write buffering https://bugs.python.org/issue36748
#36746: Create test for fcntl.lockf() https://bugs.python.org/issue36746
#36743: Docs: Descript get signature defined differently across th https://bugs.python.org/issue36743
#36739: "4.6. Defining Functions" should mention nonlocal https://bugs.python.org/issue36739
#36738: Add 'array_hook' for json module https://bugs.python.org/issue36738
#36725: Reference leak regression with Python3.8a3 https://bugs.python.org/issue36725
Top 10 most discussed issues (10)
#36774: f-strings: Add a !d conversion for ease of debugging https://bugs.python.org/issue36774 14 msgs
#36751: Changes in the inspect module for PEP 570 https://bugs.python.org/issue36751 12 msgs
#30458: [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection https://bugs.python.org/issue30458 9 msgs
#36763: PEP 587: Rework initialization API to prepare second version o https://bugs.python.org/issue36763 9 msgs
#26493: Bad formatting in WinError 193 when using subprocess.check_cal https://bugs.python.org/issue26493 8 msgs
#36710: Pass _PyRuntimeState as an argument rather than using the _PyR https://bugs.python.org/issue36710 8 msgs
#34616: implement "Async exec" https://bugs.python.org/issue34616 7 msgs
#35184: Makefile is not correctly generated when compiling pyextat wit https://bugs.python.org/issue35184 5 msgs
#36356: Failure to build with address sanitizer https://bugs.python.org/issue36356 5 msgs
#36540: PEP 570: Python Positional-Only Parameters https://bugs.python.org/issue36540 5 msgs
Issues closed (51)
#5166: ElementTree and minidom don't prevent creation of not well-for https://bugs.python.org/issue5166 closed by scoder
#8583: Hardcoded namespace_separator in the cElementTree.XMLParser https://bugs.python.org/issue8583 closed by scoder
#10328: re.sub[n] doesn't seem to handle /Z replacements correctly in https://bugs.python.org/issue10328 closed by serhiy.storchaka
#13611: Integrate ElementC14N module into xml.etree package https://bugs.python.org/issue13611 closed by scoder
#14546: lll.py can't handle multiple parameters correctly https://bugs.python.org/issue14546 closed by vstinner
#15388: SAX parse (ExpatParser) leaks file handle when given filename https://bugs.python.org/issue15388 closed by berker.peksag
#16425: minidom replaceChild(new_child, old_child) removes new_child e https://bugs.python.org/issue16425 closed by scoder
#18675: Daemon Threads can seg fault https://bugs.python.org/issue18675 closed by asvetlov
#19895: Cryptic error when subclassing multiprocessing classes https://bugs.python.org/issue19895 closed by SilentGhost
#21403: cElementTree's Element creation handles attrib argument differ https://bugs.python.org/issue21403 closed by scoder
#24638: asyncio "loop argument must agree with future" error message c https://bugs.python.org/issue24638 closed by asvetlov
#27682: wsgiref BaseHandler / SimpleHandler can raise additional error https://bugs.python.org/issue27682 closed by berker.peksag
#28460: Minidom, order of attributes, datachars https://bugs.python.org/issue28460 closed by scoder
#28608: Support creating hardlink using pathlib
https://bugs.python.org/issue28608 closed by xtreak
#32235: test_xml_etree test_xml_etree_c failures with 2.7 and 3.6 bran https://bugs.python.org/issue32235 closed by scoder
#34442: zlib module not built on windows https://bugs.python.org/issue34442 closed by zach.ware
#34602: python3 resource.setrlimit strange behaviour under macOS https://bugs.python.org/issue34602 closed by ned.deily
#35329: Documentation - capitalization issue https://bugs.python.org/issue35329 closed by benjamin.peterson
#35502: Memory leak in xml.etree.ElementTree.iterparse https://bugs.python.org/issue35502 closed by scoder
#35726: QueueHandler formatting affects other handlers https://bugs.python.org/issue35726 closed by ned.deily
#35947: Update libffi_msvc to current version of libffi https://bugs.python.org/issue35947 closed by Paul Monson
#35952: test.pythoninfo prints a stack trace and exits with 1 when the https://bugs.python.org/issue35952 closed by vstinner
#36004: Add datetime.fromisocalendar https://bugs.python.org/issue36004 closed by vstinner
#36025: Breaking change in PyDate_FromTimeStamp API https://bugs.python.org/issue36025 closed by berker.peksag
#36341: bind() on AF_UNIX socket may fail in tests run as non-root https://bugs.python.org/issue36341 closed by asvetlov
#36432: Running python test suite fails on macOS 10.14.4 with resource https://bugs.python.org/issue36432 closed by ned.deily
#36475: PyEval_AcquireLock() and PyEval_AcquireThread() do not handle https://bugs.python.org/issue36475 closed by vstinner
#36509: Add iot layout for windows iot containers https://bugs.python.org/issue36509 closed by Paul Monson
#36613: asyncio._wait() don't remove callback in case of exception https://bugs.python.org/issue36613 closed by asvetlov
#36673: Comment/PI parsing support for ElementTree https://bugs.python.org/issue36673 closed by scoder
#36676: Make ET.XMLParser target aware of namespace prefixes https://bugs.python.org/issue36676 closed by scoder
#36699: building for riscv multilib (patch attached) https://bugs.python.org/issue36699 closed by Andreas K. Hüttel
#36715: Dictionary initialization https://bugs.python.org/issue36715 closed by rhettinger
#36716: Embedded Python fails to import module files with version_plat https://bugs.python.org/issue36716 closed by ecosatto
#36719: regrtest --findleaks should fail if an uncollectable object is https://bugs.python.org/issue36719 closed by vstinner
#36729: Delete unused text variable on tests https://bugs.python.org/issue36729 closed by serhiy.storchaka
#36730: Change outdated references to macOS https://bugs.python.org/issue36730 closed by berker.peksag
#36734: Modules/faulthandler.c does not compile on HP-UX due to bpo-35 https://bugs.python.org/issue36734 closed by vstinner
#36735: minimize disk size of cross-compiled python3.6 https://bugs.python.org/issue36735 closed by michalgr
#36736: Python crashes when calling win32file.LockFileEx https://bugs.python.org/issue36736 closed by eryksun
#36740: zipimporter misses namespace packages for implicit dirs https://bugs.python.org/issue36740 closed by jaraco
#36741: Variable about function and list https://bugs.python.org/issue36741 closed by xtreak
#36742: urlsplit doesn't accept a NFKD hostname with a port number https://bugs.python.org/issue36742 closed by steve.dower
#36745: A possible reference leak in PyObject_SetAttr() https://bugs.python.org/issue36745 closed by asvetlov
#36747: Tools/scripts/setup.py is missing https://bugs.python.org/issue36747 closed by vstinner
#36764: Types module doesn't have a type for _abc_data https://bugs.python.org/issue36764 closed by serhiy.storchaka
#36765: Invalid grammar for f_expression https://bugs.python.org/issue36765 closed by eric.smith
#36775: Rework filesystem codec implementation https://bugs.python.org/issue36775 closed by vstinner
#36776: test_tools: test_lll_multiple_dirs() failed on AMD64 Windows7 https://bugs.python.org/issue36776 closed by vstinner
#1613500: Write mode option for fileinput module. https://bugs.python.org/issue1613500 closed by berker.peksag
#1191964: add non-blocking read and write methods to subprocess.Popen https://bugs.python.org/issue1191964 closed by josiahcarlson
- Previous message (by thread): [Python-Dev] PEP 580/590 proposals summary
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]