ACTIVITY SUMMARY (2018-09-14 - 2018-09-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 6795 (-24) closed 39723 (+111) total 46518 (+87) Open issues with patches: 2711 Issues opened (63) ================== #19756: test_nntplib: sporadic failures, network isses? server down? https://bugs.python.org/issue19756 reopened by berker.peksag #34682: Typo reports on docs@ https://bugs.python.org/issue34682 opened by zach.ware #34683: Caret positioned wrong for SyntaxError reported by ast.c https://bugs.python.org/issue34683 opened by gvanrossum #34686: Add `-r`, as opposed to `-R` to Python core interpreter https://bugs.python.org/issue34686 opened by lepaperwan #34687: asyncio: is it time to make ProactorEventLoop as the default e https://bugs.python.org/issue34687 opened by vstinner #34688: Segfault in pandas that works fine on 3.7 https://bugs.python.org/issue34688 opened by xtreak #34689: Lib/sysconfig.py expands non-variables https://bugs.python.org/issue34689 opened by lepaperwan #34690: Store startup modules as C structures for 20%+ startup speed i https://bugs.python.org/issue34690 opened by larry #34691: _contextvars missing in x64 master branch Windows build? https://bugs.python.org/issue34691 opened by tim.peters #34696: PyByteArray_FromObject() has undocumented (and untested) behav https://bugs.python.org/issue34696 opened by ZackerySpytz #34697: ctypes: Crash if manually-created CField instance is used https://bugs.python.org/issue34697 opened by izbyshev #34698: urllib.request.Request.set_proxy doesn't (necessarily) replace https://bugs.python.org/issue34698 opened by tburke #34699: allow path-like objects in program arguments in Windows https://bugs.python.org/issue34699 opened by guoci #34700: typing.get_type_hints doesn't know about typeshed https://bugs.python.org/issue34700 opened by Ben.Darnell #34701: Asyncio documentation for recursive coroutines is lacking https://bugs.python.org/issue34701 opened by azaria.zornberg #34702: urlopen doesn't handle query strings with "file" scheme https://bugs.python.org/issue34702 opened by liZe #34704: Do not access ob_type directly, introduce Py_TP https://bugs.python.org/issue34704 opened by nascheme #34705: Python 3.8 changes how returns through finally clauses are tra https://bugs.python.org/issue34705 opened by nedbat #34706: Signature.from_callable sometimes drops subclassing https://bugs.python.org/issue34706 opened by bukzor #34707: Python not reentrant https://bugs.python.org/issue34707 opened by skaller #34708: Odd crashes/freezes when sys.stdout.shell.console is typed https://bugs.python.org/issue34708 opened by Harrison Chudleigh #34709: Suggestion: make getuser.getpass() also look at SUDO_USER envi https://bugs.python.org/issue34709 opened by Amos S #34711: return ENOTDIR when open() accepts filenames with a trailing s https://bugs.python.org/issue34711 opened by Michael.Felt #34713: csvwriter.writerow()'s return type is undocumented https://bugs.python.org/issue34713 opened by nchammas #34714: timeout in test_multiprocessing_spawn x86 Windows7 3.x buildbo https://bugs.python.org/issue34714 opened by pablogsal #34716: MagicMock.__divmod__ should return a pair https://bugs.python.org/issue34716 opened by serhiy.storchaka #34720: Fix test_importlib.test_bad_traverse for AIX https://bugs.python.org/issue34720 opened by Michael.Felt #34722: Non-deterministic bytecode generation https://bugs.python.org/issue34722 opened by Peter Ebden #34724: argparse subparser help indent too short https://bugs.python.org/issue34724 opened by TakingItCasual #34725: Py_GetProgramFullPath() odd behaviour in Windows https://bugs.python.org/issue34725 opened by mariofutire #34726: Add support of checked hash-based pycs in zipimport https://bugs.python.org/issue34726 opened by serhiy.storchaka #34728: deprecate *loop* argument for asyncio.sleep https://bugs.python.org/issue34728 opened by yselivanov #34730: aclose() doesn't stop raise StopAsyncIteration / GeneratorExit https://bugs.python.org/issue34730 opened by dfee #34732: uuid returns version more than 5 https://bugs.python.org/issue34732 opened by jophine pranjal #34734: Azure linux buildbot failure https://bugs.python.org/issue34734 opened by xtreak #34736: Confusing base64.b64decode output https://bugs.python.org/issue34736 opened by mark.dickinson #34737: Python upgrade with SYSTEM account uninstalls python https://bugs.python.org/issue34737 opened by JatinGoel #34738: Distutils: ZIP files don't include directory entries https://bugs.python.org/issue34738 opened by serhiy.storchaka #34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser https://bugs.python.org/issue34739 opened by serhiy.storchaka #34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device https://bugs.python.org/issue34740 opened by serhiy.storchaka #34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser https://bugs.python.org/issue34741 opened by serhiy.storchaka #34742: Add optional argument for exit status in argparse.ArgumentPars https://bugs.python.org/issue34742 opened by Ankit Goel #34744: New %(flag)s format specifier for argparse.add_argument help s https://bugs.python.org/issue34744 opened by helmsman helmsman #34745: asyncio ssl memory leak https://bugs.python.org/issue34745 opened by thehesiod #34747: SSLSocket.context cannot be changed on non-connected sockets https://bugs.python.org/issue34747 opened by vincent-nexedi #34748: Incorrect HTML link in functools.partial https://bugs.python.org/issue34748 opened by xitop #34749: improve performance of binascii.a2b_base64() https://bugs.python.org/issue34749 opened by sir-sigurd #34750: locals().update doesn't work in Enum body, even though direct https://bugs.python.org/issue34750 opened by Antony.Lee #34751: Hash collisions for tuples https://bugs.python.org/issue34751 opened by jdemeyer #34752: warnings.warn fails silently with unicode input https://bugs.python.org/issue34752 opened by nparslow #34753: Use coroutine object or coroutine function instead of coroutin https://bugs.python.org/issue34753 opened by Windson Yang #34756: Few changes in sys.breakpointhook() https://bugs.python.org/issue34756 opened by serhiy.storchaka #34757: Placeholder for discussion on Combined patches for AIX - to re https://bugs.python.org/issue34757 opened by Michael.Felt #34758: http.server module sets incorrect mimetype for WebAssembly fil https://bugs.python.org/issue34758 opened by travisoneill #34759: Possible regression in ssl module in 3.7.1 and master https://bugs.python.org/issue34759 opened by njs #34760: Regression in abc in combination with passing a function to is https://bugs.python.org/issue34760 opened by glaubich #34761: str(super()) != super().__str__() https://bugs.python.org/issue34761 opened by Guillaume Dominici #34762: Change contextvars C API to use PyObject https://bugs.python.org/issue34762 opened by yselivanov #34763: Python lacks 0x4E17 https://bugs.python.org/issue34763 opened by èæ¨å»º #34764: Improve documentation example for using iter() with sentinel v https://bugs.python.org/issue34764 opened by ChrisRands #34765: Update install-sh https://bugs.python.org/issue34765 opened by cstratak #34766: BaseProxy cache should be cleaned when Manager client is recon https://bugs.python.org/issue34766 opened by wynfred #34767: Optimize asyncio.Lock https://bugs.python.org/issue34767 opened by yselivanov Most recent 15 issues with no replies (15) ========================================== #34767: Optimize asyncio.Lock https://bugs.python.org/issue34767 #34766: BaseProxy cache should be cleaned when Manager client is recon https://bugs.python.org/issue34766 #34764: Improve documentation example for using iter() with sentinel v https://bugs.python.org/issue34764 #34763: Python lacks 0x4E17 https://bugs.python.org/issue34763 #34758: http.server module sets incorrect mimetype for WebAssembly fil https://bugs.python.org/issue34758 #34757: Placeholder for discussion on Combined patches for AIX - to re https://bugs.python.org/issue34757 #34752: warnings.warn fails silently with unicode input https://bugs.python.org/issue34752 #34749: improve performance of binascii.a2b_base64() https://bugs.python.org/issue34749 #34748: Incorrect HTML link in functools.partial https://bugs.python.org/issue34748 #34747: SSLSocket.context cannot be changed on non-connected sockets https://bugs.python.org/issue34747 #34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser https://bugs.python.org/issue34741 #34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device https://bugs.python.org/issue34740 #34720: Fix test_importlib.test_bad_traverse for AIX https://bugs.python.org/issue34720 #34716: MagicMock.__divmod__ should return a pair https://bugs.python.org/issue34716 #34714: timeout in test_multiprocessing_spawn x86 Windows7 3.x buildbo https://bugs.python.org/issue34714 Most recent 15 issues waiting for review (15) ============================================= #34763: Python lacks 0x4E17 https://bugs.python.org/issue34763 #34762: Change contextvars C API to use PyObject https://bugs.python.org/issue34762 #34759: Possible regression in ssl module in 3.7.1 and master https://bugs.python.org/issue34759 #34758: http.server module sets incorrect mimetype for WebAssembly fil https://bugs.python.org/issue34758 #34757: Placeholder for discussion on Combined patches for AIX - to re https://bugs.python.org/issue34757 #34756: Few changes in sys.breakpointhook() https://bugs.python.org/issue34756 #34751: Hash collisions for tuples https://bugs.python.org/issue34751 #34749: improve performance of binascii.a2b_base64() https://bugs.python.org/issue34749 #34744: New %(flag)s format specifier for argparse.add_argument help s https://bugs.python.org/issue34744 #34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser https://bugs.python.org/issue34741 #34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device https://bugs.python.org/issue34740 #34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser https://bugs.python.org/issue34739 #34738: Distutils: ZIP files don't include directory entries https://bugs.python.org/issue34738 #34732: uuid returns version more than 5 https://bugs.python.org/issue34732 #34728: deprecate *loop* argument for asyncio.sleep https://bugs.python.org/issue34728 Top 10 most discussed issues (10) ================================= #34589: Py_Initialize() and Py_Main() should not enable C locale coerc https://bugs.python.org/issue34589 21 msgs #34751: Hash collisions for tuples https://bugs.python.org/issue34751 14 msgs #19756: test_nntplib: sporadic failures, network isses? server down? https://bugs.python.org/issue19756 13 msgs #17239: XML vulnerabilities in Python https://bugs.python.org/issue17239 10 msgs #34759: Possible regression in ssl module in 3.7.1 and master https://bugs.python.org/issue34759 10 msgs #34732: uuid returns version more than 5 https://bugs.python.org/issue34732 9 msgs #34623: _elementtree.c doesn't call XML_SetHashSalt() https://bugs.python.org/issue34623 7 msgs #34686: Add `-r`, as opposed to `-R` to Python core interpreter https://bugs.python.org/issue34686 7 msgs #31635: test_strptime failure on OpenBSD https://bugs.python.org/issue31635 6 msgs #32557: allow shutil.disk_usage to take a file path on Windows also https://bugs.python.org/issue32557 6 msgs Issues closed (105) =================== #8450: httplib: false BadStatusLine() raised https://bugs.python.org/issue8450 closed by miss-islington #9148: os.execve puts process to background on windows https://bugs.python.org/issue9148 closed by eryksun #15713: PEP 3121, 384 Refactoring applied to zipimport module https://bugs.python.org/issue15713 closed by serhiy.storchaka #18174: Make regrtest with --huntrleaks check for fd leaks https://bugs.python.org/issue18174 closed by vstinner #18295: Possible integer overflow in PyCode_New() https://bugs.python.org/issue18295 closed by vstinner #19431: Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithEr https://bugs.python.org/issue19431 closed by vstinner #20414: Python 3.4 has two Overlapped types https://bugs.python.org/issue20414 closed by vstinner #21702: asyncio: remote_addr of create_datagram_endpoint() is not docu https://bugs.python.org/issue21702 closed by vstinner #23236: asyncio: add timeout to StreamReader read methods https://bugs.python.org/issue23236 closed by vstinner #23295: [Windows] asyncio: add UDP support to ProactorEventLoop https://bugs.python.org/issue23295 closed by vstinner #23327: zipimport to import from non-ascii pathname on Windows https://bugs.python.org/issue23327 closed by serhiy.storchaka #25750: tp_descr_get(self, obj, type) is called without owning a refer https://bugs.python.org/issue25750 closed by jdemeyer #26119: Windows Installer can sometimes silently fail pip stage https://bugs.python.org/issue26119 closed by steve.dower #26568: Add a new warnings.showwarnmsg() function taking a warnings.Wa https://bugs.python.org/issue26568 closed by vstinner #28955: Not matched behavior of numeric comparison with the documentat https://bugs.python.org/issue28955 closed by benjamin.peterson #29306: Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCa https://bugs.python.org/issue29306 closed by vstinner #29419: Argument Clinic: inline PyArg_UnpackTuple and PyArg_ParseStack https://bugs.python.org/issue29419 closed by vstinner #29451: Use _PyArg_Parser for _PyArg_ParseStack(): support positional https://bugs.python.org/issue29451 closed by vstinner #29465: Modify _PyObject_FastCall() to reduce stack consumption https://bugs.python.org/issue29465 closed by vstinner #29471: AST: add an attribute to FunctionDef to distinguish functions https://bugs.python.org/issue29471 closed by vstinner #29674: Use GCC __attribute__((alloc_size(x, y))) on PyMem_Malloc() fu https://bugs.python.org/issue29674 closed by vstinner #29881: Add a new private API clear private variables, which are initi https://bugs.python.org/issue29881 closed by vstinner #30170: "tests may fail, unable to create temporary directory" warning https://bugs.python.org/issue30170 closed by vstinner #30198: distutils build_ext: don't run newer_group() in parallel in mu https://bugs.python.org/issue30198 closed by vstinner #30227: test_site must not write outside the build directory: must not https://bugs.python.org/issue30227 closed by vstinner #30244: Emit a ResourceWarning in concurrent.futures executor destruct https://bugs.python.org/issue30244 closed by vstinner #30317: test_timeout() of test_multiprocessing_spawn.WithManagerTestBa https://bugs.python.org/issue30317 closed by vstinner #30318: test_distutils is too verbose on Windows https://bugs.python.org/issue30318 closed by vstinner #30816: test_open() of test_eintr timeout after 10 min on "x86-64 El C https://bugs.python.org/issue30816 closed by vstinner #30884: regrtest -jN --timeout=TIMEOUT should kill child process runni https://bugs.python.org/issue30884 closed by vstinner #31321: traceback.clear_frames() doesn't clear *all* frames https://bugs.python.org/issue31321 closed by vstinner #31392: Upgrade installers to OpenSSL 1.1.0g and 1.0.2n https://bugs.python.org/issue31392 closed by ned.deily #31531: crash and SystemError in case of a bad zipimport._zip_director https://bugs.python.org/issue31531 closed by serhiy.storchaka #31687: test_semaphore_tracker() of test_multiprocessing_spawn fails r https://bugs.python.org/issue31687 closed by vstinner #31958: UUID versions are not validated to lie in the documented range https://bugs.python.org/issue31958 closed by berker.peksag #32075: Expose ZipImporter Type Object in the include header files. https://bugs.python.org/issue32075 closed by serhiy.storchaka #32093: macOS: implement time.thread_time() using thread_info() https://bugs.python.org/issue32093 closed by vstinner #32128: test_nntplib: test_article_head_body() fails in SSL mode https://bugs.python.org/issue32128 closed by vstinner #32183: Coverity: CID 1423264: Insecure data handling (TAINTED_SCALA https://bugs.python.org/issue32183 closed by vstinner #32245: OSError: raw write() returned invalid length on latest Win 10 https://bugs.python.org/issue32245 closed by eryksun #32455: PyCompile_OpcodeStackEffect() and dis.stack_effect() are not p https://bugs.python.org/issue32455 closed by serhiy.storchaka #33070: Add platform triplet for RISC-V https://bugs.python.org/issue33070 closed by benjamin.peterson #33216: [3.5] Wrong order of stack for CALL_FUNCTION_VAR and CALL_FUNC https://bugs.python.org/issue33216 closed by serhiy.storchaka #33486: regen autotools related files https://bugs.python.org/issue33486 closed by petr.viktorin #33531: test_asyncio: test_subprocess test_stdin_broken_pipe() failure https://bugs.python.org/issue33531 closed by vstinner #33613: test_multiprocessing_fork: test_semaphore_tracker_sigint() fai https://bugs.python.org/issue33613 closed by vstinner #33649: asyncio docs overhaul https://bugs.python.org/issue33649 closed by yselivanov #33676: test_multiprocessing_fork: dangling threads warning https://bugs.python.org/issue33676 closed by vstinner #33680: regrtest: re-run failed tests in a subprocess https://bugs.python.org/issue33680 closed by vstinner #33683: asyncio: sendfile tests ignore SO_SNDBUF on Windows https://bugs.python.org/issue33683 closed by vstinner #33686: test_concurrent_futures: test_pending_calls_race() failed on x https://bugs.python.org/issue33686 closed by vstinner #33717: Enhance test.pythoninfo: meta-ticket for multiple changes https://bugs.python.org/issue33717 closed by vstinner #33718: Enhance regrtest: meta-ticket for multiple changes https://bugs.python.org/issue33718 closed by vstinner #33721: os.path.exists() ought to return False if pathname contains NU https://bugs.python.org/issue33721 closed by serhiy.storchaka #33868: test__xxsubinterpreters: test_subinterpreter() fails randomly https://bugs.python.org/issue33868 closed by vstinner #33920: test_asyncio: test_run_coroutine_threadsafe_with_timeout() fai https://bugs.python.org/issue33920 closed by vstinner #33966: test_multiprocessing_spawn.WithProcessesTestPool.test_tracebac https://bugs.python.org/issue33966 closed by vstinner #34011: Default preference not given to venv DLL's https://bugs.python.org/issue34011 closed by steve.dower #34125: Profiling depends on whether **kwargs is given https://bugs.python.org/issue34125 closed by jdemeyer #34131: test_threading: BarrierTests.test_default_timeout() failed on https://bugs.python.org/issue34131 closed by vstinner #34150: test_multiprocessing_spawn: Dangling processes leaked on AMD64 https://bugs.python.org/issue34150 closed by vstinner #34247: PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher https://bugs.python.org/issue34247 closed by ncoghlan #34285: regrtest: in case of test failure, add "always look on the bri https://bugs.python.org/issue34285 closed by vstinner #34341: Appending to ZIP archive blows up existing Central Directory e https://bugs.python.org/issue34341 closed by serhiy.storchaka #34354: Memory leak on _testCongestion https://bugs.python.org/issue34354 closed by petr.viktorin #34363: dataclasses.asdict() mishandles dataclass instance attributes https://bugs.python.org/issue34363 closed by eric.smith #34382: test_os.test_mode fails when directory base directory has g+s https://bugs.python.org/issue34382 closed by Michael.Felt #34458: No way to alternate options https://bugs.python.org/issue34458 closed by paul.j3 #34479: ArgumentParser subparser error display at the wrong level https://bugs.python.org/issue34479 closed by paul.j3 #34515: lib2to3: support non-ASCII identifiers https://bugs.python.org/issue34515 closed by benjamin.peterson #34560: Backport of uuid1() failure fix https://bugs.python.org/issue34560 closed by Riccardo Mottola #34585: Don't use AC_RUN_IFELSE to determine float endian https://bugs.python.org/issue34585 closed by benjamin.peterson #34587: test_socket: testCongestion() hangs on my Fedora 28 https://bugs.python.org/issue34587 closed by vstinner #34595: PyUnicode_FromFormat(): add %T format for an object type name https://bugs.python.org/issue34595 closed by vstinner #34603: ctypes on Windows: error calling C function that returns a str https://bugs.python.org/issue34603 closed by vstinner #34639: PYTHONCOERCECLOCALE is ignored when using -E or -I option https://bugs.python.org/issue34639 closed by vstinner #34651: Disallow fork in a subinterpreter. https://bugs.python.org/issue34651 closed by eric.snow #34656: memory exhaustion in Modules/_pickle.c:1393 https://bugs.python.org/issue34656 closed by benjamin.peterson #34663: Support POSIX_SPAWN_USEVFORK flag in posix_spawn https://bugs.python.org/issue34663 closed by pablogsal #34673: make the eval loop more editable https://bugs.python.org/issue34673 closed by benjamin.peterson #34681: Incorrect class name Pattern in sre_parse.py https://bugs.python.org/issue34681 closed by serhiy.storchaka #34684: Generate _geoslib.c with Cython 0.28.2 for Python 3.7 transiti https://bugs.python.org/issue34684 closed by zach.ware #34685: scheduler tests for posix_spawn fail on AMD64 FreeBSD 10.x Sha https://bugs.python.org/issue34685 closed by pablogsal #34692: ok https://bugs.python.org/issue34692 closed by serhiy.storchaka #34693: PEPping distutils/core.py https://bugs.python.org/issue34693 closed by berker.peksag #34694: Dismiss To Avoid Slave/Master wording cause it easier for non https://bugs.python.org/issue34694 closed by Mariatta #34695: sqlite3: Cache.get() crashes if Cache.__init__() was not calle https://bugs.python.org/issue34695 closed by berker.peksag #34703: Unexpected Arithmetic Result https://bugs.python.org/issue34703 closed by mark.dickinson #34710: SSL Module build fails with more pedantic compiler flags https://bugs.python.org/issue34710 closed by christian.heimes #34712: Style fixes in examples of "Input and Output" tutorial section https://bugs.python.org/issue34712 closed by ned.deily #34715: timemodule.c fails to compile on BSD https://bugs.python.org/issue34715 closed by benjamin.peterson #34717: docs: disable numbered sections for stdlib in html https://bugs.python.org/issue34717 closed by yselivanov #34718: Syntax error on factorial example https://bugs.python.org/issue34718 closed by magmax #34719: Deprecate set to frozenset conversion in set.__contains__ https://bugs.python.org/issue34719 closed by rhettinger #34721: json module loads function https://bugs.python.org/issue34721 closed by ammar2 #34723: lower() on Turkish letter "İ" returns a 2-chars-long string https://bugs.python.org/issue34723 closed by vstinner #34727: Windows/2.7.15 IOError [Errno 0] when user interacts with cmd https://bugs.python.org/issue34727 closed by eryksun #34729: bz2/lzma: Compressor/decompressor crash if __init__ is not cal https://bugs.python.org/issue34729 closed by izbyshev #34731: pathlib path.match misshandles multiple `**` https://bugs.python.org/issue34731 closed by Ronny.Pfannschmidt #34733: Missing search bar on docs.python.org https://bugs.python.org/issue34733 closed by yselivanov #34735: Modules/timemodule.c: Memory leak in time_strftime() https://bugs.python.org/issue34735 closed by serhiy.storchaka #34743: test_database_source_name fails with SQLite 3.7.9 https://bugs.python.org/issue34743 closed by berker.peksag #34746: Asyncio documentation have a error https://bugs.python.org/issue34746 closed by yselivanov #34754: test_flush_return_value fails on FreeBSD https://bugs.python.org/issue34754 closed by berker.peksag #34755: Few minor optimizations in _asynciomodule.c https://bugs.python.org/issue34755 closed by serhiy.storchaka
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com