ACTIVITY SUMMARY (2020-04-10 - 2020-04-17)
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 7443 (+10)
closed 44618 (+55)
total 52061 (+65)
Open issues with patches: 2932
Issues opened (40)
==================
#25680: Selector.select() hangs when there is nothing to select
https://bugs.python.org/issue25680 reopened by gvanrossum
#40247: Logged out of user when running Tkinter
https://bugs.python.org/issue40247 opened by Jordan
#40249: __import__ doesn't honour globals
https://bugs.python.org/issue40249 opened by stefan
#40250: unable to comment out r'\u' string with triple quote marks
https://bugs.python.org/issue40250 opened by Elmar Bucher
#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251 opened by russelldavis
#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252 opened by russelldavis
#40253: Fix .py(w) file association with Pyhon 3 Windows installer
https://bugs.python.org/issue40253 opened by virtualnobi
#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254 opened by cocoatomo
#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 opened by eelizondo
#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256 opened by YusufM
#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 opened by serhiy.storchaka
#40259: re.Scanner groups
https://bugs.python.org/issue40259 opened by dchron
#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260 opened by barry-scott
#40261: Build of Python where make is called from subprocess, within a
https://bugs.python.org/issue40261 opened by rdbisme
#40262: SSL recv_into requires the object to implement __len__ unlike
https://bugs.python.org/issue40262 opened by tzickel
#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263 opened by Ray Donnelly
#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 opened by rushilu
#40272: ModuleNotFoundEror thrown by system python while accessing it
https://bugs.python.org/issue40272 opened by gavin
#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273 opened by jack1142
#40275: test.support has way too many imports
https://bugs.python.org/issue40275 opened by vstinner
#40278: pathlib Path.replace raises OSError when target exists
https://bugs.python.org/issue40278 opened by selik
#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279 opened by scoder
#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 opened by Simon Biggs
#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283 opened by guchao
#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 opened by rhettinger
#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288 opened by vstinner
#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289 opened by thautwarm
#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291 opened by karlding
#40293: Tag libffi build and sources in cpython-source-deps for 3.9.0b
https://bugs.python.org/issue40293 opened by indygreg
#40296: help(list[int]) fails
https://bugs.python.org/issue40296 opened by serhiy.storchaka
#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297 opened by karlding
#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300 opened by felixxm
#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301 opened by massimosala
#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304 opened by boris
#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305 opened by ROUX antoine2
#40306: Enhancement request for SSLContext - flag to handle trailing d
https://bugs.python.org/issue40306 opened by bli2020
#40307: multiprocessing.BaseManager does not retain Client type.
https://bugs.python.org/issue40307 opened by amol
#40308: Intermittent failure of test_os.TestScandir.test_attributes on
https://bugs.python.org/issue40308 opened by Dennis Sweeney
#40309: âunmatched parenâ for space before parenthesis in Py_Build
https://bugs.python.org/issue40309 opened by Wrzlprmft
#40311: docs.python.org banner - release blocker for 2.7.18
https://bugs.python.org/issue40311 opened by sumanah
Most recent 15 issues with no replies (15)
==========================================
#40309: âunmatched parenâ for space before parenthesis in Py_Build
https://bugs.python.org/issue40309
#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305
#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304
#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297
#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291
#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289
#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283
#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279
#40275: test.support has way too many imports
https://bugs.python.org/issue40275
#40272: ModuleNotFoundEror thrown by system python while accessing it
https://bugs.python.org/issue40272
#40262: SSL recv_into requires the object to implement __len__ unlike
https://bugs.python.org/issue40262
#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256
#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254
#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252
#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251
Most recent 15 issues waiting for review (15)
=============================================
#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305
#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301
#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300
#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297
#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291
#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288
#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273
#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269
#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263
#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260
#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257
#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255
#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254
#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243
#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237
Top 10 most discussed issues (10)
=================================
#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 45 msgs
#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260 15 msgs
#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 13 msgs
#36780: Interpreter exit blocks waiting for futures of shut-down Threa
https://bugs.python.org/issue36780 9 msgs
#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 9 msgs
#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 8 msgs
#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 8 msgs
#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 8 msgs
#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 7 msgs
#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 7 msgs
Issues closed (55)
==================
#15904: file,close() can fail assert on Windows in 2.7
https://bugs.python.org/issue15904 closed by benjamin.peterson
#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
https://bugs.python.org/issue29255 closed by gvanrossum
#30140: Binary arithmetic does not always call subclasses first
https://bugs.python.org/issue30140 closed by gvanrossum
#31758: various refleaks in _elementtree, and crashes when using an un
https://bugs.python.org/issue31758 closed by scoder
#32033: The pwd module implementation incorrectly sets some attributes
https://bugs.python.org/issue32033 closed by vstinner
#32894: AST unparsing of infinity numbers
https://bugs.python.org/issue32894 closed by vstinner
#35967: Better platform.processor support
https://bugs.python.org/issue35967 closed by jaraco
#38644: Pass explicitly tstate to function calls
https://bugs.python.org/issue38644 closed by vstinner
#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011 closed by scoder
#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380 closed by vstinner
#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522 closed by pablogsal
#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667 closed by jaraco
#39793: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different doma
https://bugs.python.org/issue39793 closed by BTaskaya
#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865 closed by rhettinger
#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894 closed by pitrou
#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897 closed by pitrou
#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901 closed by pitrou
#39953: Let's update ssl error codes
https://bugs.python.org/issue39953 closed by benjamin.peterson
#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091 closed by vstinner
#40129: Add test classes for custom __index__, __int__, __float__ and
https://bugs.python.org/issue40129 closed by serhiy.storchaka
#40197: Add nanoseconds to timing table in What's new python 3.8
https://bugs.python.org/issue40197 closed by rhettinger
#40208: Remove deprecated symtable.SymbolTable.has_exec
https://bugs.python.org/issue40208 closed by corona10
#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209 closed by pablogsal
#40218: sys.executable is a false path if python is executed from gdb
https://bugs.python.org/issue40218 closed by terry.reedy
#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221 closed by corona10
#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 closed by rhettinger
#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232 closed by corona10
#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235 closed by serhiy.storchaka
#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241 closed by vstinner
#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 closed by pablogsal
#40248: Proposed class for collections: dynamicdict
https://bugs.python.org/issue40248 closed by steven.daprano
#40258: random module does not have type hints
https://bugs.python.org/issue40258 closed by rhettinger
#40264: List item inside tuple seemingly allows for item assignment ev
https://bugs.python.org/issue40264 closed by eric.smith
#40265: argparse.Namespace __repr__ does not handle reserved keywords
https://bugs.python.org/issue40265 closed by rhettinger
#40266: Failure to build _ssl module on ubuntu xenial
https://bugs.python.org/issue40266 closed by SilentGhost
#40267: Error message differs when an expression is in an fstring
https://bugs.python.org/issue40267 closed by gvanrossum
#40268: Reorganize pycore_pystate.h header
https://bugs.python.org/issue40268 closed by vstinner
#40270: activate (or include) json1 extension in sqlite
https://bugs.python.org/issue40270 closed by zach.ware
#40271: Allow shell like paths in
https://bugs.python.org/issue40271 closed by serhiy.storchaka
#40274: 3D plotting library doesn't occlude objects by depth/perspecti
https://bugs.python.org/issue40274 closed by eric.smith
#40276: Make member objects inspectable.
https://bugs.python.org/issue40276 closed by rhettinger
#40277: Improve repr for _tuplegetter objects
https://bugs.python.org/issue40277 closed by rhettinger
#40281: Add pathlib.PurePath.as_uri()
https://bugs.python.org/issue40281 closed by pitrou
#40282: random.getrandbits(0) should succeed
https://bugs.python.org/issue40282 closed by pitrou
#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 closed by vstinner
#40287: SpooledTemporaryFile.seek returns None
https://bugs.python.org/issue40287 closed by inada.naoki
#40290: Add zscore to statistics.NormalDist
https://bugs.python.org/issue40290 closed by rhettinger
#40292: Memory leak when defining a new class inside a loop
https://bugs.python.org/issue40292 closed by serhiy.storchaka
#40294: Use-after-free crash if multiple interpreters import asyncio m
https://bugs.python.org/issue40294 closed by vstinner
#40295: doctest handling of multiline strings is broken
https://bugs.python.org/issue40295 closed by steven.daprano
#40298: Type annotation objects (Tuple, List, etc.) register as callab
https://bugs.python.org/issue40298 closed by serhiy.storchaka
#40299: os.dup seems broken with execvp (LINUX)
https://bugs.python.org/issue40299 closed by krsna
#40302: Add pycore_byteswap.h internal header file with _Py_bswap32()
https://bugs.python.org/issue40302 closed by vstinner
#40303: argparse parse_args args parameter bug or intended
https://bugs.python.org/issue40303 closed by Gharg
#40310: If use element from for in while loop it will have bad iterate
https://bugs.python.org/issue40310 closed by Maks Bleo
_______________________________________________
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/QXNJ2SD4DHQGMZG2M6MKIPPL2JVGL53E/
Code of Conduct: http://python.org/psf/codeofconduct/