Summary of Python tracker Issues
ACTIVITY SUMMARY (2019-09-13 - 2019-09-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 7043 (+12) closed 42945 (+60) total 49988 (+72) Open issues with patches: 2796 Issues opened (53) ================== #27575: dict viewkeys intersection slow for large dicts https://bugs.python.org/issue27575 reopened by serhiy.storchaka #34820: binascii.c:1578:1: error: the control flow of function ‘bina https://bugs.python.org/issue34820 reopened by ned.deily #35696: remove unnecessary operation in long_compare() https://bugs.python.org/issue35696 reopened by vstinner #37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL https://bugs.python.org/issue37812 reopened by vstinner #38117: Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t https://bugs.python.org/issue38117 reopened by ned.deily #38166: ast identifies incorrect column for compound attribute lookups https://bugs.python.org/issue38166 opened by Justin McCann #38167: O_DIRECT read fails with 4K mmap buffer https://bugs.python.org/issue38167 opened by yoyoyopcp #38169: Increase Code Coverage for SharedMemory and ShareableListe https://bugs.python.org/issue38169 opened by vinay0410 #38172: Python 3.8 Segfult with Bandersnatch pytest Suite https://bugs.python.org/issue38172 opened by cooperlees #38174: Security vulnerability in bundled expat CVE-2019-15903 (fix av https://bugs.python.org/issue38174 opened by Uche Ogbuji #38180: Test pyexpat fails on Fedora 30 https://bugs.python.org/issue38180 opened by umoqnier #38182: test_asyncio: SubprocessMultiLoopWatcherTests.test_stdin_stdou https://bugs.python.org/issue38182 opened by vstinner #38184: [2.7] test_site: test_s_option() failed on AMD64 Fedora Rawhid https://bugs.python.org/issue38184 opened by vstinner #38186: Use FindFirstFile in ntpath.realpath() when access is denied https://bugs.python.org/issue38186 opened by steve.dower #38187: test.test_tools.test_c_analyzer fails in refleak mode https://bugs.python.org/issue38187 opened by pablogsal #38188: Incorrect Argument Order for Calls to _winapi.DuplicateHandle( https://bugs.python.org/issue38188 opened by m3rc1fulcameron #38190: regrtest: test suite completes but Tests Result is not display https://bugs.python.org/issue38190 opened by vstinner #38193: http.client should be "runnable" like http.server https://bugs.python.org/issue38193 opened by Will Boyce #38194: Consistently add exist_ok / missing_ok parameters to directory https://bugs.python.org/issue38194 opened by timhoffm #38195: A bug in the multiprocessing module https://bugs.python.org/issue38195 opened by eshkrig #38197: Meaning of tracebacklimit differs between sys.tracebacklimit a https://bugs.python.org/issue38197 opened by Carl.Friedrich.Bolz #38198: Attributes of pathlib classes are not indexed in Windows help https://bugs.python.org/issue38198 opened by francescor #38199: python3.8-config --ldflags must not generate -L/usr/lib64 https://bugs.python.org/issue38199 opened by vstinner #38200: Adding itertools.pairwise to the standard library? https://bugs.python.org/issue38200 opened by della #38202: A fatal error in test_dictviews https://bugs.python.org/issue38202 opened by ZackerySpytz #38203: regrtest fails to stop test_multiprocessing_spawn worker proce https://bugs.python.org/issue38203 opened by vstinner #38204: Cannot compile on RPi with optimizations https://bugs.python.org/issue38204 opened by DNSGeek #38205: Py_UNREACHABLE() no longer behaves as a function call https://bugs.python.org/issue38205 opened by vstinner #38206: Clarify that tp_dealloc must decref for heap allocated type https://bugs.python.org/issue38206 opened by ammar2 #38207: subprocess: On Windows, Popen.kill() + Popen.communicate() is https://bugs.python.org/issue38207 opened by vstinner #38208: Simplify string.Template by using __init_subclass__() https://bugs.python.org/issue38208 opened by serhiy.storchaka #38209: Simplify dataclasses.InitVar by using __class_getitem__() https://bugs.python.org/issue38209 opened by serhiy.storchaka #38210: Intersection of dict view with iterator returns empty set https://bugs.python.org/issue38210 opened by serhiy.storchaka #38211: clean up type_init() https://bugs.python.org/issue38211 opened by sir-sigurd #38212: test_multiprocessing_spawn: test_queue_feeder_donot_stop_onexc https://bugs.python.org/issue38212 opened by vstinner #38214: __reduce__ API specs for objects with __slots__ https://bugs.python.org/issue38214 opened by crusaderky #38215: Do not import modules in star-import when __all__ is not defin https://bugs.python.org/issue38215 opened by serhiy.storchaka #38216: Fix for issue30458 prevents crafting invalid requests https://bugs.python.org/issue38216 opened by jaraco #38217: argparse should support multiple types when nargs > 1 https://bugs.python.org/issue38217 opened by rgov #38219: Optimize dict.__init__ and dict.update for dict argument https://bugs.python.org/issue38219 opened by serhiy.storchaka #38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin https://bugs.python.org/issue38221 opened by fmouse #38223: Reorganize test_shutil https://bugs.python.org/issue38223 opened by serhiy.storchaka #38225: iscoroutinefunction broken with cython - allow tagging of func https://bugs.python.org/issue38225 opened by dhiltonp #38226: pickle.dump and load error message when file isn't opened in b https://bugs.python.org/issue38226 opened by boris #38227: Setting a signal handler gets multiprocessing.Pool stuck https://bugs.python.org/issue38227 opened by ionelmc #38228: Missing documentation on strftime modifier O https://bugs.python.org/issue38228 opened by aseques #38230: A Path Traversal vulnerability in test/ssl_servers.py https://bugs.python.org/issue38230 opened by longwenzhang #38231: Documentation search results focus on tutorials and not langua https://bugs.python.org/issue38231 opened by excalamus #38232: empty local-part in addr_spec displayed incorrectly https://bugs.python.org/issue38232 opened by andreitroiebbc #38234: The value of Py_SetPath is not used to populate the configurat https://bugs.python.org/issue38234 opened by pablogsal #38235: Docs of logging module says argument is named "lvl". TypeError https://bugs.python.org/issue38235 opened by penlect #38236: Dump the Python path configuration at the first import error https://bugs.python.org/issue38236 opened by vstinner #38237: Expose meaningful keyword arguments for pow() https://bugs.python.org/issue38237 opened by rhettinger Most recent 15 issues with no replies (15) ========================================== #38235: Docs of logging module says argument is named "lvl". TypeError https://bugs.python.org/issue38235 #38232: empty local-part in addr_spec displayed incorrectly https://bugs.python.org/issue38232 #38227: Setting a signal handler gets multiprocessing.Pool stuck https://bugs.python.org/issue38227 #38226: pickle.dump and load error message when file isn't opened in b https://bugs.python.org/issue38226 #38223: Reorganize test_shutil https://bugs.python.org/issue38223 #38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin https://bugs.python.org/issue38221 #38219: Optimize dict.__init__ and dict.update for dict argument https://bugs.python.org/issue38219 #38214: __reduce__ API specs for objects with __slots__ https://bugs.python.org/issue38214 #38212: test_multiprocessing_spawn: test_queue_feeder_donot_stop_onexc https://bugs.python.org/issue38212 #38211: clean up type_init() https://bugs.python.org/issue38211 #38210: Intersection of dict view with iterator returns empty set https://bugs.python.org/issue38210 #38209: Simplify dataclasses.InitVar by using __class_getitem__() https://bugs.python.org/issue38209 #38208: Simplify string.Template by using __init_subclass__() https://bugs.python.org/issue38208 #38206: Clarify that tp_dealloc must decref for heap allocated type https://bugs.python.org/issue38206 #38202: A fatal error in test_dictviews https://bugs.python.org/issue38202 Most recent 15 issues waiting for review (15) ============================================= #38236: Dump the Python path configuration at the first import error https://bugs.python.org/issue38236 #38234: The value of Py_SetPath is not used to populate the configurat https://bugs.python.org/issue38234 #38225: iscoroutinefunction broken with cython - allow tagging of func https://bugs.python.org/issue38225 #38223: Reorganize test_shutil https://bugs.python.org/issue38223 #38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin https://bugs.python.org/issue38221 #38219: Optimize dict.__init__ and dict.update for dict argument https://bugs.python.org/issue38219 #38215: Do not import modules in star-import when __all__ is not defin https://bugs.python.org/issue38215 #38211: clean up type_init() https://bugs.python.org/issue38211 #38209: Simplify dataclasses.InitVar by using __class_getitem__() https://bugs.python.org/issue38209 #38208: Simplify string.Template by using __init_subclass__() https://bugs.python.org/issue38208 #38206: Clarify that tp_dealloc must decref for heap allocated type https://bugs.python.org/issue38206 #38205: Py_UNREACHABLE() no longer behaves as a function call https://bugs.python.org/issue38205 #38203: regrtest fails to stop test_multiprocessing_spawn worker proce https://bugs.python.org/issue38203 #38202: A fatal error in test_dictviews https://bugs.python.org/issue38202 #38187: test.test_tools.test_c_analyzer fails in refleak mode https://bugs.python.org/issue38187 Top 10 most discussed issues (10) ================================= #38205: Py_UNREACHABLE() no longer behaves as a function call https://bugs.python.org/issue38205 19 msgs #37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL https://bugs.python.org/issue37812 17 msgs #37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout= https://bugs.python.org/issue37531 10 msgs #38216: Fix for issue30458 prevents crafting invalid requests https://bugs.python.org/issue38216 9 msgs #36274: http.client cannot send non-ASCII request lines https://bugs.python.org/issue36274 7 msgs #37224: test__xxsubinterpreters failed on AMD64 Windows8.1 Refleaks 3. https://bugs.python.org/issue37224 7 msgs #30458: [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection https://bugs.python.org/issue30458 6 msgs #33214: join method for list and tuple https://bugs.python.org/issue33214 5 msgs #38203: regrtest fails to stop test_multiprocessing_spawn worker proce https://bugs.python.org/issue38203 5 msgs #38204: Cannot compile on RPi with optimizations https://bugs.python.org/issue38204 5 msgs Issues closed (56) ================== #15348: IDLE - shell becomes unresponsive if debugger windows is close https://bugs.python.org/issue15348 closed by terry.reedy #17822: Save on Close windows (IDLE) https://bugs.python.org/issue17822 closed by terry.reedy #21023: PyTypeObject tp_name is char* instead of const char* https://bugs.python.org/issue21023 closed by serhiy.storchaka #21705: cgi.py: Multipart with more than one file is misparsed https://bugs.python.org/issue21705 closed by corona10 #30367: Cannot build CPython3.6 with module “testcapimodule” stati https://bugs.python.org/issue30367 closed by vstinner #33282: Subprocess Popen communicate hung if stdin not given to Popen, https://bugs.python.org/issue33282 closed by corona10 #34002: minor efficiency and clarity improvements in email package https://bugs.python.org/issue34002 closed by maxking #34037: asyncio: BaseEventLoop.close() shutdowns the executor without https://bugs.python.org/issue34037 closed by asvetlov #35104: IDLE: On macOS, Command-M minimizes & opens "Open Module..." https://bugs.python.org/issue35104 closed by terry.reedy #35263: Add None handling for get_saved() in IDLE https://bugs.python.org/issue35263 closed by terry.reedy #35379: IDLE's close fails io is set to None on Mac https://bugs.python.org/issue35379 closed by terry.reedy #37353: Source code has not always been forward-compatible https://bugs.python.org/issue37353 closed by zach.ware #37449: Move ensurepip off of pkgutil and to importlib.resources https://bugs.python.org/issue37449 closed by brett.cannon #37635: Using constant for whence arg in seek() https://bugs.python.org/issue37635 closed by pitrou #37806: Infinite recursion with typing.get_type_hints https://bugs.python.org/issue37806 closed by matrixise #37828: Fix default mock_name in unittest.mock.assert_called error mes https://bugs.python.org/issue37828 closed by xtreak #37904: Suggested edit to Python Tutorial - Section 4 https://bugs.python.org/issue37904 closed by eric.smith #37937: Mention ``frame.f_trace`` in :func:`sys.settrace` docs. https://bugs.python.org/issue37937 closed by ncoghlan #37953: Fix ForwardRef equality checks https://bugs.python.org/issue37953 closed by levkivskyi #38005: Coercing strings and non-integer numbers to interpreter ID and https://bugs.python.org/issue38005 closed by serhiy.storchaka #38013: AsyncGenerator breaks when not iterated fully with RuntimeErro https://bugs.python.org/issue38013 closed by asvetlov #38052: Include sspipe Module with Core Python https://bugs.python.org/issue38052 closed by gvanrossum #38057: Docs: source code don't can be translate https://bugs.python.org/issue38057 closed by terry.reedy #38070: visit_decref(): add an assertion to check that the object is n https://bugs.python.org/issue38070 closed by vstinner #38100: Spelling error in unittest.mock code https://bugs.python.org/issue38100 closed by matrixise #38128: IDLE undo calls get_saved() when set to None https://bugs.python.org/issue38128 closed by terry.reedy #38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API https://bugs.python.org/issue38140 closed by dino.viehland #38152: AST change introduced tons of reference leaks https://bugs.python.org/issue38152 closed by ammar2 #38155: Add __all__ to the datetime module https://bugs.python.org/issue38155 closed by p-ganssle #38158: PyType_Spec docs list non-existant field "doc" https://bugs.python.org/issue38158 closed by scoder #38162: Import Long Load https://bugs.python.org/issue38162 closed by matrixise #38165: freezes when loading a program on imports https://bugs.python.org/issue38165 closed by matrixise #38168: Refleaks in setint() of mmapmodule.c https://bugs.python.org/issue38168 closed by xiang.zhang #38170: imghdr: Support detecting heif https://bugs.python.org/issue38170 closed by corona10 #38171: super() is passing wrong parameters while handling diamond inh https://bugs.python.org/issue38171 closed by mark.dickinson #38173: [EASY] tkinter.filedialog.askopenfilenames should follow PEP8 https://bugs.python.org/issue38173 closed by serhiy.storchaka #38175: Memory leak in comparison of sqlite.Row objects https://bugs.python.org/issue38175 closed by serhiy.storchaka #38176: test_threading leaked [1, 1, 1] references: test_threads_join https://bugs.python.org/issue38176 closed by dino.viehland #38177: test_tools: test.test_tools.test_unparse.UnparseTestCase: test https://bugs.python.org/issue38177 closed by pablogsal #38178: Remove explicit "loop" argument from EchoClientProtocol exampl https://bugs.python.org/issue38178 closed by asvetlov #38179: Test subprocess fails on Fedora 30: test_group and test_extra_ https://bugs.python.org/issue38179 closed by xtreak #38181: some trable with max when np.nan is in the first of a list https://bugs.python.org/issue38181 closed by 1147945735@qq.com #38183: test_idle should not access or modify user config directory https://bugs.python.org/issue38183 closed by terry.reedy #38185: Weird way of case-insensitive indexing of sqlite3.Row https://bugs.python.org/issue38185 closed by serhiy.storchaka #38189: pip does not run in virtual environment in 3.8 https://bugs.python.org/issue38189 closed by matrixise #38191: typing.NamedTuple() should prefix parameters with '_' https://bugs.python.org/issue38191 closed by serhiy.storchaka #38192: Fix invocation of EchoClientProtocol https://bugs.python.org/issue38192 closed by asvetlov #38196: Bug fix in folderstats module https://bugs.python.org/issue38196 closed by serhiy.storchaka #38201: Anotation problem at flask_httpauth package https://bugs.python.org/issue38201 closed by ezio.melotti #38213: sys.maxsize returns incorrect docstring. https://bugs.python.org/issue38213 closed by steven.daprano #38218: SyntaxError in Tutorial 8.6 Defining Clean-up Actions https://bugs.python.org/issue38218 closed by matrixise #38220: Wrong values for %b and %B in ca_ES and ca_AD locales https://bugs.python.org/issue38220 closed by eryksun #38222: pathlib Path objects should support __format__ https://bugs.python.org/issue38222 closed by brett.cannon #38224: Windows embeddable distribution doesn't ship headers https://bugs.python.org/issue38224 closed by steve.dower #38229: ClientConnectionError exception doesn't serialize property https://bugs.python.org/issue38229 closed by davidparks21 #38233: datetime.datetime.fromtimestamp have different behaviour on wi https://bugs.python.org/issue38233 closed by ammar2
participants (1)
-
Python tracker