ACTIVITY SUMMARY (2021-06-04 - 2021-06-11)
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    7457 (+31)
  closed 48676 (+53)
  total  56133 (+84)

Open issues with patches: 2955 


Issues opened (60)
==================

#11105: Compiling recursive Python ASTs crash the interpreter
https://bugs.python.org/issue11105  reopened by BTaskaya

#44242: enum.IntFlag regression: missing values cause TypeError
https://bugs.python.org/issue44242  reopened by ethan.furman

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246  reopened by Anthony Sottile

#44314: [doc] SSLContext.set_ciphers() link to OpenSSL cipher list for
https://bugs.python.org/issue44314  opened by cjmayo

#44316: Support preserving path meaning in os.path.normpath() and absp
https://bugs.python.org/issue44316  opened by barneygale

#44317: Suggestion for better syntax errors in tokenizer errors
https://bugs.python.org/issue44317  opened by wyz23x2

#44318: Asyncio classes missing __slots__
https://bugs.python.org/issue44318  opened by Bluenix2

#44319: setup openssl faild on linux (ubuntu 20.04)
https://bugs.python.org/issue44319  opened by Battant

#44321: os.EX_OK for Windows
https://bugs.python.org/issue44321  opened by samuelmarks

#44323: install module fail on windows 10
https://bugs.python.org/issue44323  opened by Battant

#44324: add a "expected expression" syntax error
https://bugs.python.org/issue44324  opened by CCLDArjun

#44325: IDLE: Fix shell comment anomalies
https://bugs.python.org/issue44325  opened by terry.reedy

#44328: time.monotonic() should use a different clock source on Window
https://bugs.python.org/issue44328  opened by lunixbochs2

#44330: IDLE: Colorizer and output tests hang on macOS
https://bugs.python.org/issue44330  opened by terry.reedy

#44331: Generate static PyCodeObjects for faster startup
https://bugs.python.org/issue44331  opened by nascheme

#44334: Use bytearray in urllib.unquote_to_bytes
https://bugs.python.org/issue44334  opened by eng.mustafaelagamey

#44336: Windows buildbots hang after fatal exit
https://bugs.python.org/issue44336  opened by jkloth

#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338  opened by Mark.Shannon

#44339: Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
https://bugs.python.org/issue44339  opened by mark.dickinson

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340  opened by holmanb

#44342: enum with inherited type won't pickle
https://bugs.python.org/issue44342  opened by Tom.Brown

#44343: Adding the "with" statement support to ContextVar
https://bugs.python.org/issue44343  opened by achimnol

#44344: Documentation for pow() should include the possibility of comp
https://bugs.python.org/issue44344  opened by eyadams

#44346: Fraction constructor may accept spaces around '/'
https://bugs.python.org/issue44346  opened by Sergey.Kirpichev

#44347: Unclear documentation for shutil.copytree()
https://bugs.python.org/issue44347  opened by tilman.vogel

#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348  opened by kj

#44350: IDLE: support Command-click on window title on macOS
https://bugs.python.org/issue44350  opened by Aivar.Annamaa

#44351: distutils.sysconfig.parse_makefile() regression in Python 3.10
https://bugs.python.org/issue44351  opened by hroncok

#44353: PEP 604 NewType
https://bugs.python.org/issue44353  opened by joperez

#44354: ssl deprecation warnings erganomics
https://bugs.python.org/issue44354  opened by graingert

#44355: Allow spaces in format strings
https://bugs.python.org/issue44355  opened by steven.daprano

#44358: AMD64 RHEL8 LTO + PGO 3.x build failed with: /usr/bin/ld: Dwar
https://bugs.python.org/issue44358  opened by vstinner

#44359: test_ftplib fails as "env changes" if a socket operation times
https://bugs.python.org/issue44359  opened by vstinner

#44361: test_smtpnet failed with SMTPServerDisconnected on x86 Gentoo 
https://bugs.python.org/issue44361  opened by vstinner

#44362: improve documentation of SSL deprecations
https://bugs.python.org/issue44362  opened by graingert

#44365: Bad dataclass post-init example
https://bugs.python.org/issue44365  opened by MicaelJarniac

#44368: Invalid mapping patterns give confusing SyntaxErrors
https://bugs.python.org/issue44368  opened by brandtbucher

#44369: Improve syntax error for wrongly closed strings
https://bugs.python.org/issue44369  opened by pablogsal

#44370: Inconsistent results for min() and max() with math.nan as argu
https://bugs.python.org/issue44370  opened by joel.larose

#44371: asyncio.wait_for does not cancel running tasks in the correct 
https://bugs.python.org/issue44371  opened by ofekkir

#44372: Can't install Python3.8, 3.9, 3.10 various errors including 0x
https://bugs.python.org/issue44372  opened by tps800

#44373: make Event and Awaitable
https://bugs.python.org/issue44373  opened by ktbarrett

#44374: PyThreadState_IsCurrent bug under building Python with --with-
https://bugs.python.org/issue44374  opened by JunyiXie

#44375: urllib.parse.urlparse is not parsing the url properly
https://bugs.python.org/issue44375  opened by neethun

#44376: Improve performance of integer exponentiation
https://bugs.python.org/issue44376  opened by steven.daprano

#44377: Truncated error message of original function while multiproces
https://bugs.python.org/issue44377  opened by mrshanth

#44380: glob.glob handling of * (asterisk) wildcard is broken
https://bugs.python.org/issue44380  opened by max0x7ba

#44381: Allow enabling control flow guard in Windows build
https://bugs.python.org/issue44381  opened by steve.dower

#44383: argparse.BooleanOptionalAction interacts poorly with ArgumentD
https://bugs.python.org/issue44383  opened by juliangilbey

#44384: test_ttk_guionly: 2 tests fail once each on Pipelines Ubuntu
https://bugs.python.org/issue44384  opened by terry.reedy

#44386: importlib and math.pi interact strangely
https://bugs.python.org/issue44386  opened by prescod2

#44387: Not obvious that locale.LC_MESSAGES may not exist sometimes (e
https://bugs.python.org/issue44387  opened by richardmines91

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388  opened by itsayellow

#44389: Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
https://bugs.python.org/issue44389  opened by brotherbeer

#44390: PC/frozen_dllmain.c, some expressions have no side effects
https://bugs.python.org/issue44390  opened by brotherbeer

#44391: PC/launcher.c???one more argument than required
https://bugs.python.org/issue44391  opened by brotherbeer

#44392: Py_GenericAlias is not documented
https://bugs.python.org/issue44392  opened by ronaldoussoren

#44394: [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4
https://bugs.python.org/issue44394  opened by vstinner

#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395  opened by konstantin2

#44396: pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()
https://bugs.python.org/issue44396  opened by elmanto



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

#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395

#44391: PC/launcher.c???one more argument than required
https://bugs.python.org/issue44391

#44390: PC/frozen_dllmain.c, some expressions have no side effects
https://bugs.python.org/issue44390

#44389: Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
https://bugs.python.org/issue44389

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388

#44384: test_ttk_guionly: 2 tests fail once each on Pipelines Ubuntu
https://bugs.python.org/issue44384

#44383: argparse.BooleanOptionalAction interacts poorly with ArgumentD
https://bugs.python.org/issue44383

#44377: Truncated error message of original function while multiproces
https://bugs.python.org/issue44377

#44374: PyThreadState_IsCurrent bug under building Python with --with-
https://bugs.python.org/issue44374

#44373: make Event and Awaitable
https://bugs.python.org/issue44373

#44372: Can't install Python3.8, 3.9, 3.10 various errors including 0x
https://bugs.python.org/issue44372

#44371: asyncio.wait_for does not cancel running tasks in the correct 
https://bugs.python.org/issue44371

#44361: test_smtpnet failed with SMTPServerDisconnected on x86 Gentoo 
https://bugs.python.org/issue44361

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340

#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338



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

#44396: pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()
https://bugs.python.org/issue44396

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388

#44381: Allow enabling control flow guard in Windows build
https://bugs.python.org/issue44381

#44376: Improve performance of integer exponentiation
https://bugs.python.org/issue44376

#44369: Improve syntax error for wrongly closed strings
https://bugs.python.org/issue44369

#44368: Invalid mapping patterns give confusing SyntaxErrors
https://bugs.python.org/issue44368

#44362: improve documentation of SSL deprecations
https://bugs.python.org/issue44362

#44359: test_ftplib fails as "env changes" if a socket operation times
https://bugs.python.org/issue44359

#44351: distutils.sysconfig.parse_makefile() regression in Python 3.10
https://bugs.python.org/issue44351

#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348

#44347: Unclear documentation for shutil.copytree()
https://bugs.python.org/issue44347

#44346: Fraction constructor may accept spaces around '/'
https://bugs.python.org/issue44346

#44342: enum with inherited type won't pickle
https://bugs.python.org/issue44342

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340

#44339: Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
https://bugs.python.org/issue44339



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

#44368: Invalid mapping patterns give confusing SyntaxErrors
https://bugs.python.org/issue44368  18 msgs

#43693: Logically merge cell and locals array. They are already contig
https://bugs.python.org/issue43693  15 msgs

#44370: Inconsistent results for min() and max() with math.nan as argu
https://bugs.python.org/issue44370  11 msgs

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246  10 msgs

#38323: asyncio: MultiLoopWatcher has a race condition (test_asyncio: 
https://bugs.python.org/issue38323   8 msgs

#44242: enum.IntFlag regression: missing values cause TypeError
https://bugs.python.org/issue44242   8 msgs

#44310: Document that lru_cache uses hard references
https://bugs.python.org/issue44310   7 msgs

#44362: improve documentation of SSL deprecations
https://bugs.python.org/issue44362   7 msgs

#28937: str.split(): allow removing empty strings (when sep is not Non
https://bugs.python.org/issue28937   6 msgs

#44324: add a "expected expression" syntax error
https://bugs.python.org/issue44324   6 msgs



Issues closed (53)
==================

#16970: argparse: bad nargs value raises misleading message
https://bugs.python.org/issue16970  closed by gvanrossum

#21359: IDLE macOS: Some Command shortcuts do not work correctly
https://bugs.python.org/issue21359  closed by terry.reedy

#31930: IDLE: Pressing "Home" on Windows places cursor before ">>>"
https://bugs.python.org/issue31930  closed by terry.reedy

#32761: Create IDLE Modern Mac keyset
https://bugs.python.org/issue32761  closed by terry.reedy

#33051: IDLE: Create new tab for editor options in configdialog
https://bugs.python.org/issue33051  closed by terry.reedy

#33962: IDLE: use ttk.spinbox with configdialog
https://bugs.python.org/issue33962  closed by terry.reedy

#35800: remove smtpd.MailmanProxy
https://bugs.python.org/issue35800  closed by corona10

#37022: pdb: do_p and do_pp swallow exceptions from __repr__
https://bugs.python.org/issue37022  closed by iritkatriel

#40213: contextlib.aclosing()
https://bugs.python.org/issue40213  closed by John Belmonte

#40468: IDLE: configdialog tab rearrange
https://bugs.python.org/issue40468  closed by terry.reedy

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165  closed by methane

#41391: Make test_unicodedata pass when running without network
https://bugs.python.org/issue41391  closed by yan12125

#42213: Get rid of cyclic GC hack in sqlite3.Connection and sqlite3.Ca
https://bugs.python.org/issue42213  closed by erlendaasland

#42801: Exception catching function crashes on recursive list
https://bugs.python.org/issue42801  closed by corona10

#43318: pdb does not output the prompt message when successfully clear
https://bugs.python.org/issue43318  closed by iritkatriel

#43610: Ctrl C makes interpreter exit
https://bugs.python.org/issue43610  closed by terry.reedy

#43833: Unexpected Parsing of Numeric Literals Concatenated with Boole
https://bugs.python.org/issue43833  closed by pablogsal

#43853: [sqlite3] Improve sqlite3_value_text() error handling
https://bugs.python.org/issue43853  closed by pablogsal

#44112: [buildbot] test_asyncio hangs (killed after 3 hours) on Reflea
https://bugs.python.org/issue44112  closed by vstinner

#44187: Implement infrastructure for quickening and specializing
https://bugs.python.org/issue44187  closed by Mark.Shannon

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206  closed by Mark.Shannon

#44258: Support PEP 515 for Fraction's initialization from string
https://bugs.python.org/issue44258  closed by mark.dickinson

#44266: AttributeError: module 'sys' has no attribute 'original_stdout
https://bugs.python.org/issue44266  closed by terry.reedy

#44276: Replace if-elif-else structure with match-case (PEP634)
https://bugs.python.org/issue44276  closed by Kshitiz17

#44304: segmentation fault appeared in python 3.10.0b2
https://bugs.python.org/issue44304  closed by pablogsal

#44312: test_asyncio leaked [1533, 1531, 1533] references, sum=4597
https://bugs.python.org/issue44312  closed by pablogsal

#44315: [sqlite3] remove unused connection argument from pysqlite_step
https://bugs.python.org/issue44315  closed by pablogsal

#44320: License for W3C C14N test suite is rendered as blockquote
https://bugs.python.org/issue44320  closed by corona10

#44322: Document SyntaxError args and interpretation for f-string fiel
https://bugs.python.org/issue44322  closed by terry.reedy

#44326: [sqlite3] remove unused members from pysqlite_Statement
https://bugs.python.org/issue44326  closed by pablogsal

#44327: [sqlite3] remove unused members from pysqlite_Connection
https://bugs.python.org/issue44327  closed by pablogsal

#44329: [sqlite3] refactor pysqlite_statement_create
https://bugs.python.org/issue44329  closed by erlendaasland

#44332: For Loop temporary variable scope should be local to For loop
https://bugs.python.org/issue44332  closed by mark.dickinson

#44333: Segmentation fault
https://bugs.python.org/issue44333  closed by eric.smith

#44335: "Wrong" invalid character identified
https://bugs.python.org/issue44335  closed by pablogsal

#44337: Port LOAD_ATTR to adaptive interpreter
https://bugs.python.org/issue44337  closed by Mark.Shannon

#44341: Conflict between re.match and match keyword
https://bugs.python.org/issue44341  closed by pablogsal

#44345: The first line (comment) of the parser.c is incorrect.
https://bugs.python.org/issue44345  closed by lys.nikolaou

#44349: Edge case in compiler when error displaying with non-utf8 line
https://bugs.python.org/issue44349  closed by pablogsal

#44352: Native Windows Python builds running on Europe/Moscow TZ repor
https://bugs.python.org/issue44352  closed by mikekaganski

#44356: Multiple enum mixins not allowed even when they have the same 
https://bugs.python.org/issue44356  closed by ethan.furman

#44357: Add math.cbrt() function: Cube Root
https://bugs.python.org/issue44357  closed by mark.dickinson

#44360: test_compile killed by SIGKILL on AMD64 Ubuntu 3.x (Linux OOM 
https://bugs.python.org/issue44360  closed by pablogsal

#44363: Address sanitizer (gcc version) is generating false positives
https://bugs.python.org/issue44363  closed by pablogsal

#44364: Add non integral tests for `sqrt()`
https://bugs.python.org/issue44364  closed by mark.dickinson

#44366: Define functions without parentheses (if no parameters given)
https://bugs.python.org/issue44366  closed by pablogsal

#44367: Python Code for WebView2 Exe Testing
https://bugs.python.org/issue44367  closed by gvanrossum

#44378: Py_IS_TYPE(): cast discards ???const??? qualifier from pointer
https://bugs.python.org/issue44378  closed by vstinner

#44379: Pickling recursion error, did not import pickle
https://bugs.python.org/issue44379  closed by terry.reedy

#44382: Python 3.9+ on Windows 8.0
https://bugs.python.org/issue44382  closed by hypoturtle

#44385: Some target-related rules are unreachable in the grammar
https://bugs.python.org/issue44385  closed by lys.nikolaou

#44393: segfault with sys.setrecursionlimit
https://bugs.python.org/issue44393  closed by eric.smith

#44397: Add Linked Linked module
https://bugs.python.org/issue44397  closed by Jelle Zijlstra
_______________________________________________
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/U6WMY7GB5A3WTRHAZYODOKRPJB5WS6JR/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to