ACTIVITY SUMMARY (2021-02-12 - 2021-02-19)
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    7428 (+13)
  closed 47578 (+49)
  total  55006 (+62)

Open issues with patches: 2943 


Issues opened (43)
==================

#37146: opcode cache for LOAD_GLOBAL emits false alarm in memory leak 
https://bugs.python.org/issue37146  reopened by vstinner

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990  reopened by vstinner

#43209: system cannot find the file specified in subprocess.py
https://bugs.python.org/issue43209  opened by robertjrichardson

#43211: Python is not responding after running program
https://bugs.python.org/issue43211  opened by diasybarrett

#43212: Link to class and function source code on GitHub
https://bugs.python.org/issue43212  opened by boris

#43214: site: Potential UnicodeDecodeError when handling pth file
https://bugs.python.org/issue43214  opened by methane

#43215: Document Happy Eyeballs arguments of asyncio.open_connection
https://bugs.python.org/issue43215  opened by illia-v

#43216: Removal of @asyncio.coroutine in Python 3.10
https://bugs.python.org/issue43216  opened by illia-v

#43219: shutil.copy raises IsADirectoryError when the directory does n
https://bugs.python.org/issue43219  opened by jerpint

#43220: Argparse: Explicit default required arguments with add_mutuall
https://bugs.python.org/issue43220  opened by keith

#43223: [security] http.server: Open Redirection if the URL path start
https://bugs.python.org/issue43223  opened by hamzaavvan

#43224: Add support for PEP 646 (Variadic Generics) to typing.py
https://bugs.python.org/issue43224  opened by mrahtz

#43225: Add missing value returned by methods on cookiejar
https://bugs.python.org/issue43225  opened by eamanu

#43226: build from 3.9.1 tarball on WSL failed
https://bugs.python.org/issue43226  opened by DoctorDan

#43228: Regression in function builtins
https://bugs.python.org/issue43228  opened by vstinner

#43229: freeze searches libpython3.9.so in /usr/lib instead /usr/lib/x
https://bugs.python.org/issue43229  opened by chba

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232  opened by illia-v

#43233: test_os: test_copy_file_range_offset fails on FreeBSD CURRENT
https://bugs.python.org/issue43233  opened by pablogsal

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234  opened by illia-v

#43235: Tools/scripts/stable_abi.py should also check PC/python3dll.c 
https://bugs.python.org/issue43235  opened by vstinner

#43236: Windows IDLE taskbar icon jump list fails to open recent files
https://bugs.python.org/issue43236  opened by veganaiZe

#43239: PyCFunction_New is not exported with PyAPI_FUNC
https://bugs.python.org/issue43239  opened by petr.viktorin

#43242: Add Void type to typing library
https://bugs.python.org/issue43242  opened by ocket8888

#43244: Move PyArena C API to the internal C API
https://bugs.python.org/issue43244  opened by vstinner

#43245: Add keyword argument support to ChainMap.new_child()
https://bugs.python.org/issue43245  opened by rhettinger

#43246: Dict copy optimization violates subclass invariant
https://bugs.python.org/issue43246  opened by jab

#43247: How to search for a __main__ module using pyclbr in Python3?
https://bugs.python.org/issue43247  opened by kebab-mai-haddi

#43248: platform.libc_ver() returns no information on Alpine Linux
https://bugs.python.org/issue43248  opened by Omer.Katz

#43250: [C API] Depreate or remove PyFPE_START_PROTECT() and PyFPE_END
https://bugs.python.org/issue43250  opened by vstinner

#43251: sqlite3_column_name() failures should raise MemoryError
https://bugs.python.org/issue43251  opened by erlendaasland

#43252: deepcopy of weakref proxies
https://bugs.python.org/issue43252  opened by konrad.schwarz

#43253: asyncio open_connection fails when a socket is explicitly clos
https://bugs.python.org/issue43253  opened by danielen1337

#43256: Document that PyErr_SetInterrupt is async-signal-safe
https://bugs.python.org/issue43256  opened by pitrou

#43257: get_type_hints evaluates class variables before type hints
https://bugs.python.org/issue43257  opened by xirdneh

#43259: argparse: allow add_mutually_exclusive_group on add_argument_g
https://bugs.python.org/issue43259  opened by calestyo

#43260: Never release buffer when MemoryError in print()
https://bugs.python.org/issue43260  opened by Ramin Farajpour Cami

#43261: Python 3.9 repair on Windows do not recover pip module
https://bugs.python.org/issue43261  opened by Prometheus3375

#43262: "_weakrefset.py", line 56: IndexError: pop from empty list
https://bugs.python.org/issue43262  opened by jhshi89

#43263: threading module unable to run
https://bugs.python.org/issue43263  opened by twoone3

#43264: ListProxy with EventProxy in caused FileNotFoundError: [Errno 
https://bugs.python.org/issue43264  opened by show-me-code

#43265: Improve sqlite3 backup error handling
https://bugs.python.org/issue43265  opened by erlendaasland

#43267: [sqlite3] Redundant type checks in pysqlite_statement_bind_par
https://bugs.python.org/issue43267  opened by erlendaasland

#43269: [sqlite3] Clean up function scoping
https://bugs.python.org/issue43269  opened by erlendaasland



Most recent 15 issues with no replies (15)
==========================================

#43264: ListProxy with EventProxy in caused FileNotFoundError: [Errno 
https://bugs.python.org/issue43264

#43262: "_weakrefset.py", line 56: IndexError: pop from empty list
https://bugs.python.org/issue43262

#43261: Python 3.9 repair on Windows do not recover pip module
https://bugs.python.org/issue43261

#43256: Document that PyErr_SetInterrupt is async-signal-safe
https://bugs.python.org/issue43256

#43252: deepcopy of weakref proxies
https://bugs.python.org/issue43252

#43248: platform.libc_ver() returns no information on Alpine Linux
https://bugs.python.org/issue43248

#43247: How to search for a __main__ module using pyclbr in Python3?
https://bugs.python.org/issue43247

#43245: Add keyword argument support to ChainMap.new_child()
https://bugs.python.org/issue43245

#43244: Move PyArena C API to the internal C API
https://bugs.python.org/issue43244

#43242: Add Void type to typing library
https://bugs.python.org/issue43242

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232

#43226: build from 3.9.1 tarball on WSL failed
https://bugs.python.org/issue43226

#43224: Add support for PEP 646 (Variadic Generics) to typing.py
https://bugs.python.org/issue43224

#43216: Removal of @asyncio.coroutine in Python 3.10
https://bugs.python.org/issue43216



Most recent 15 issues waiting for review (15)
=============================================

#43269: [sqlite3] Clean up function scoping
https://bugs.python.org/issue43269

#43242: Add Void type to typing library
https://bugs.python.org/issue43242

#43239: PyCFunction_New is not exported with PyAPI_FUNC
https://bugs.python.org/issue43239

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232

#43225: Add missing value returned by methods on cookiejar
https://bugs.python.org/issue43225

#43224: Add support for PEP 646 (Variadic Generics) to typing.py
https://bugs.python.org/issue43224

#43220: Argparse: Explicit default required arguments with add_mutuall
https://bugs.python.org/issue43220

#43215: Document Happy Eyeballs arguments of asyncio.open_connection
https://bugs.python.org/issue43215

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207

#43202: Cleanup codeop._maybe_compile
https://bugs.python.org/issue43202

#43179: Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)
https://bugs.python.org/issue43179

#43165: Support the same files with new param in shutil.copyfile
https://bugs.python.org/issue43165

#43162: Enum regression: AttributeError when accessing class variables
https://bugs.python.org/issue43162

#43160: argparse: add extend_const action
https://bugs.python.org/issue43160



Top 10 most discussed issues (10)
=================================

#43179: Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)
https://bugs.python.org/issue43179  45 msgs

#43228: Regression in function builtins
https://bugs.python.org/issue43228  16 msgs

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990  14 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170  12 msgs

#43115: locale.getlocale fails if locale is set
https://bugs.python.org/issue43115  12 msgs

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013  10 msgs

#15108: Incomplete tuple created by PyTuple_New() and accessed via the
https://bugs.python.org/issue15108   9 msgs

#43146: 3.10a5 regression: AttributeError: 'NoneType' object has no at
https://bugs.python.org/issue43146   5 msgs

#43233: test_os: test_copy_file_range_offset fails on FreeBSD CURRENT
https://bugs.python.org/issue43233   5 msgs

#43236: Windows IDLE taskbar icon jump list fails to open recent files
https://bugs.python.org/issue43236   5 msgs



Issues closed (45)
==================

#13433: [doc] Improve string format documentation regarding %g
https://bugs.python.org/issue13433  closed by mark.dickinson

#20087: Mismatch between glibc and X11 locale.alias
https://bugs.python.org/issue20087  closed by lemburg

#26600: MagickMock __str__ sometimes returns MagickMock instead of str
https://bugs.python.org/issue26600  closed by iritkatriel

#28179: Segfault in test_recursionlimit_fatalerror
https://bugs.python.org/issue28179  closed by iritkatriel

#28429: ctypes fails to import with grsecurity's TPE
https://bugs.python.org/issue28429  closed by petr.viktorin

#32019: Interactive shell doesn't work with readline bracketed paste
https://bugs.python.org/issue32019  closed by vstinner

#39448: Add regen-frozen makefile target
https://bugs.python.org/issue39448  closed by nascheme

#42307: make install must not copy python.o into $prefix/lib/python3.1
https://bugs.python.org/issue42307  closed by vstinner

#42429: Behavior of general (%g, :g) formatting inconsistent for decim
https://bugs.python.org/issue42429  closed by mark.dickinson

#42580: ctypes.util.find_library("libc") fails
https://bugs.python.org/issue42580  closed by vstinner

#42819: readline 8.1 enables the bracketed paste mode by default
https://bugs.python.org/issue42819  closed by vstinner

#42960: resources module, FreeBSD update adding RLIMIT_KQUEUES constan
https://bugs.python.org/issue42960  closed by vstinner

#42967: [CVE-2021-23336] urllib.parse.parse_qsl(): Web cache poisoning
https://bugs.python.org/issue42967  closed by orsenthil

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103  closed by vstinner

#43140: built-in open() doesn't use locale.getpreferredencoding() as t
https://bugs.python.org/issue43140  closed by eryksun

#43152: warning: unused variable 'code'
https://bugs.python.org/issue43152  closed by corona10

#43155: PyCMethod_New not defined in python3.lib
https://bugs.python.org/issue43155  closed by vstinner

#43172: Fix test_readline when compiled using --with-readline=edit
https://bugs.python.org/issue43172  closed by gregory.p.smith

#43177: How to use `long double` as a PyObject?
https://bugs.python.org/issue43177  closed by terry.reedy

#43181: Python macros don’t shield arguments
https://bugs.python.org/issue43181  closed by vstinner

#43186: Recursive call causes core dump in assertRaises
https://bugs.python.org/issue43186  closed by terry.reedy

#43200: link to copy module in shutil document, not to shutil.copy
https://bugs.python.org/issue43200  closed by terry.reedy

#43204: Fix LibTom URL's in hashlib comments
https://bugs.python.org/issue43204  closed by erlendaasland

#43205: Python Turtle Colour
https://bugs.python.org/issue43205  closed by serhiy.storchaka

#43210: Fix inaccurate byteswap comment in sha512module.c
https://bugs.python.org/issue43210  closed by corona10

#43213: Shortcut for checking if PurePath object contains str
https://bugs.python.org/issue43213  closed by serhiy.storchaka

#43217: tkinter style map return value in alt theme
https://bugs.python.org/issue43217  closed by serhiy.storchaka

#43218: after venv activation "which python3" and sys.path both give b
https://bugs.python.org/issue43218  closed by ned.deily

#43221: German Text Conversion Using Upper() and Lower()
https://bugs.python.org/issue43221  closed by eryksun

#43222: Regular expression split fails on 3.6 and not 2.7 or 3.7+
https://bugs.python.org/issue43222  closed by probinso

#43227: Backslashes in function arguments in f-string expressions
https://bugs.python.org/issue43227  closed by eric.smith

#43230: typo in Simplified/Traditional Chinese documentation for libra
https://bugs.python.org/issue43230  closed by xtreak

#43231: test.test_curses.TestCurses.test_init_pair fails in s390x Fedo
https://bugs.python.org/issue43231  closed by pablogsal

#43237: datetime.__eq__ returns true when timezones don't match
https://bugs.python.org/issue43237  closed by mark.dickinson

#43238: python picking garbage values randomly incase running palindro
https://bugs.python.org/issue43238  closed by mark.dickinson

#43240: IDLE Classic Unix keyboard shortcuts broken
https://bugs.python.org/issue43240  closed by terry.reedy

#43241: curses.h: present but cannot be compiled while building with c
https://bugs.python.org/issue43241  closed by XuehaiPan

#43243: Strict ABC classes
https://bugs.python.org/issue43243  closed by gvanrossum

#43249: sqlite3_column_bytes() should be called after sqlite3_column_b
https://bugs.python.org/issue43249  closed by berker.peksag

#43254: Fix *snprintf() man page links
https://bugs.python.org/issue43254  closed by benjamin.peterson

#43255: Ceil division with /// operator
https://bugs.python.org/issue43255  closed by vstinner

#43258: Prevent needless allocation of sqlite3 aggregate function cont
https://bugs.python.org/issue43258  closed by berker.peksag

#43266: "String conversion and formatting" formatting messes up array 
https://bugs.python.org/issue43266  closed by benjamin.peterson

#43268: [internals] Pass the current interpreter (interp) rather than 
https://bugs.python.org/issue43268  closed by vstinner

#43270: [C API] Remove _PyErr_OCCURRED() macro
https://bugs.python.org/issue43270  closed by vstinner
_______________________________________________
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/6VMSZYNKTXFVEHZK2YBZG73PDHV5RMKE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to