ACTIVITY SUMMARY (2021-12-17 - 2021-12-24)
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    7196 (+16)
  closed 50706 (+41)
  total  57902 (+57)

Open issues with patches: 2866 


Issues opened (37)
==================

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598  reopened by sxt1001

#46118: Migrate importlib.resources into a package
https://bugs.python.org/issue46118  opened by jaraco

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119  opened by kumaraditya303

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120  opened by sobolevn

#46121: Add a note to QueueListener documentation saying that SimpleQu
https://bugs.python.org/issue46121  opened by iamdbychkov

#46124: Deprecation warning in zoneinfo module
https://bugs.python.org/issue46124  opened by xtreak

#46125: Test the preferred API instead of relying on legacy for covera
https://bugs.python.org/issue46125  opened by jaraco

#46126: Unittest output drives developers to avoid docstrings
https://bugs.python.org/issue46126  opened by jaraco

#46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces
https://bugs.python.org/issue46128  opened by asvetlov

#46133: Unclear whether one can (or how to) provide source to exec-gen
https://bugs.python.org/issue46133  opened by posita

#46134: Confusing error message for AttributeError with dataclasses
https://bugs.python.org/issue46134  opened by landonjpginn

#46141: Fix ipaddress.ip_network TypeErrors
https://bugs.python.org/issue46141  opened by bar.harel

#46142: python --help output is too long
https://bugs.python.org/issue46142  opened by eric.araujo

#46143: [docs] IO > Text Encoding info outdated
https://bugs.python.org/issue46143  opened by gilbertson.david

#46146: Python IDLE fails to start (tk font issue?)
https://bugs.python.org/issue46146  opened by mcepl

#46147: Support AddressSanitizer in Windows build
https://bugs.python.org/issue46147  opened by anthonypjshaw

#46148: Optimize pathlib
https://bugs.python.org/issue46148  opened by kumaraditya303

#46149: FIPS usedforsecurity flag is no longer functional with OpenSSL
https://bugs.python.org/issue46149  opened by florinspatar

#46150: test_pathlib assumes "fakeuser" does not exist as user
https://bugs.python.org/issue46150  opened by twouters

#46151: SimpleCookie.js_output is vulnerable to HTML injection
https://bugs.python.org/issue46151  opened by trungpaaa

#46154: MIMEMultipart enforces line endings also for binary subparts
https://bugs.python.org/issue46154  opened by sophonet

#46156: 3.9.9: python built-in SSL module unable to connect to an IIS 
https://bugs.python.org/issue46156  opened by lkraav

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157  opened by jordan-bonecutter

#46158: Hardcoded sysroot path, to MacOSX11.sdk, in python sysconfig
https://bugs.python.org/issue46158  opened by akumar9

#46159: Segfault when using trace functions in 3.11a3
https://bugs.python.org/issue46159  opened by reaperhulk

#46161: `class A(1, 2, 3, **d): pass` gives bad bytecode
https://bugs.python.org/issue46161  opened by zq1997

#46162: Make `builtins.property` generic
https://bugs.python.org/issue46162  opened by sobolevn

#46163: multiprocessing logger deadlocks if used with logging.handlers
https://bugs.python.org/issue46163  opened by iamdbychkov

#46166: Get "self" args or non-null co_varnames from frame object with
https://bugs.python.org/issue46166  opened by Skylion007

#46167: Parse assert (x == y, "Descriptive text") as statement params 
https://bugs.python.org/issue46167  opened by gregory.p.smith

#46168: Incorrect format specified for the "style" key in the configur
https://bugs.python.org/issue46168  opened by bokunogf

#46169: Same-moment datetimes with different ZoneInfo timezones are no
https://bugs.python.org/issue46169  opened by huonw

#46170: Improving the error message when subclassing NewType
https://bugs.python.org/issue46170  opened by Gobot1234

#46171: venv module produces spurious warning that location has moved
https://bugs.python.org/issue46171  opened by layday

#46172: [doc] Outdated description of `license` object
https://bugs.python.org/issue46172  opened by CCXXXI

#46173: float(x) with large x not raise OverflowError
https://bugs.python.org/issue46173  opened by cykerway

#46174: Feature Request for Python Interfaces
https://bugs.python.org/issue46174  opened by Orie



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

#46174: Feature Request for Python Interfaces
https://bugs.python.org/issue46174

#46172: [doc] Outdated description of `license` object
https://bugs.python.org/issue46172

#46170: Improving the error message when subclassing NewType
https://bugs.python.org/issue46170

#46166: Get "self" args or non-null co_varnames from frame object with
https://bugs.python.org/issue46166

#46163: multiprocessing logger deadlocks if used with logging.handlers
https://bugs.python.org/issue46163

#46159: Segfault when using trace functions in 3.11a3
https://bugs.python.org/issue46159

#46154: MIMEMultipart enforces line endings also for binary subparts
https://bugs.python.org/issue46154

#46151: SimpleCookie.js_output is vulnerable to HTML injection
https://bugs.python.org/issue46151

#46141: Fix ipaddress.ip_network TypeErrors
https://bugs.python.org/issue46141

#46133: Unclear whether one can (or how to) provide source to exec-gen
https://bugs.python.org/issue46133

#46121: Add a note to QueueListener documentation saying that SimpleQu
https://bugs.python.org/issue46121

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098



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

#46167: Parse assert (x == y, "Descriptive text") as statement params 
https://bugs.python.org/issue46167

#46162: Make `builtins.property` generic
https://bugs.python.org/issue46162

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157

#46150: test_pathlib assumes "fakeuser" does not exist as user
https://bugs.python.org/issue46150

#46148: Optimize pathlib
https://bugs.python.org/issue46148

#46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces
https://bugs.python.org/issue46128

#46126: Unittest output drives developers to avoid docstrings
https://bugs.python.org/issue46126

#46125: Test the preferred API instead of relying on legacy for covera
https://bugs.python.org/issue46125

#46124: Deprecation warning in zoneinfo module
https://bugs.python.org/issue46124

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119

#46118: Migrate importlib.resources into a package
https://bugs.python.org/issue46118

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114

#46109: Separate resources docs from other importlib docs
https://bugs.python.org/issue46109

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103



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

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295  18 msgs

#46167: Parse assert (x == y, "Descriptive text") as statement params 
https://bugs.python.org/issue46167  11 msgs

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157   9 msgs

#46146: Python IDLE fails to start (tk font issue?)
https://bugs.python.org/issue46146   8 msgs

#46126: Unittest output drives developers to avoid docstrings
https://bugs.python.org/issue46126   7 msgs

#46148: Optimize pathlib
https://bugs.python.org/issue46148   7 msgs

#46109: Separate resources docs from other importlib docs
https://bugs.python.org/issue46109   6 msgs

#46090: C extensions can't swap out live frames anymore
https://bugs.python.org/issue46090   5 msgs

#46117: tk could not refresh auto in mac os
https://bugs.python.org/issue46117   5 msgs

#46173: float(x) with large x not raise OverflowError
https://bugs.python.org/issue46173   5 msgs



Issues closed (37)
==================

#29328: struct module should support variable-length strings
https://bugs.python.org/issue29328  closed by AlexWaygood

#34624: -W option and PYTHONWARNINGS env variable does not accept modu
https://bugs.python.org/issue34624  closed by coldfix

#34643: How to build Release Version of Python in Windows?
https://bugs.python.org/issue34643  closed by AlexWaygood

#37578: Change Glob: Allow Recursion for Hidden Files
https://bugs.python.org/issue37578  closed by AlexWaygood

#45978: deepfreeze opaquely fails on Windows when building from Visual
https://bugs.python.org/issue45978  closed by Dennis Sweeney

#45996: Worse error from asynccontextmanager in Python 3.10
https://bugs.python.org/issue45996  closed by asvetlov

#46044: Update distutils documentation to  say PyPI only accepts tar.g
https://bugs.python.org/issue46044  closed by brett.cannon

#46065: re.findall takes forever and never ends
https://bugs.python.org/issue46065  closed by g...@garethrees.org

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076  closed by rhettinger

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088  closed by steve.dower

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099  closed by AlexWaygood

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104  closed by AlexWaygood

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106  closed by ned.deily

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107  closed by iritkatriel

#46110: compile("-"*3000000 + "4", '', mode) causes hard crash
https://bugs.python.org/issue46110  closed by pablogsal

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113  closed by kj

#46122: Update/fix types.UnionType to types.Union in Built-in Types do
https://bugs.python.org/issue46122  closed by kj

#46123: _freeze_module on Windows can be built faster with no optimiza
https://bugs.python.org/issue46123  closed by steve.dower

#46127: Missing HTML span element in exceptions.html
https://bugs.python.org/issue46127  closed by vivekvashist

#46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase
https://bugs.python.org/issue46129  closed by asvetlov

#46130: Untranslatable link text in whatsnew/3.10
https://bugs.python.org/issue46130  closed by kj

#46131: Add PyType_FastSubclass for float
https://bugs.python.org/issue46131  closed by rhettinger

#46132: Consider adding __slots__ to enums?
https://bugs.python.org/issue46132  closed by rhettinger

#46135: Changing a label's text is not working properly on transparent
https://bugs.python.org/issue46135  closed by ned.deily

#46136: "dh low key " issue when try to connect mysql
https://bugs.python.org/issue46136  closed by christian.heimes

#46137: Update/change built-in keyword type used in RE example
https://bugs.python.org/issue46137  closed by vivekvashist

#46138: Strange behavior with lists
https://bugs.python.org/issue46138  closed by eric.smith

#46139: Boolean Logic Check - Built-in Types Documentation page
https://bugs.python.org/issue46139  closed by abriabrisham

#46140: Some API methods could take const Py_buffer* instead of Py_buf
https://bugs.python.org/issue46140  closed by serhiy.storchaka

#46144: math.log() returns improper output
https://bugs.python.org/issue46144  closed by joshinsel

#46145: List reference not working properly
https://bugs.python.org/issue46145  closed by antarab

#46152: rename wave.py class nane
https://bugs.python.org/issue46152  closed by christian.heimes

#46153: function fails in exec when locals is given
https://bugs.python.org/issue46153  closed by steven.daprano

#46155: Implement ExceptionGroup __new__
https://bugs.python.org/issue46155  closed by iritkatriel

#46160: IPy->IPSet AttributeError: module 'collections' has no attribu
https://bugs.python.org/issue46160  closed by serhiy.storchaka

#46164: New `both()` operator for matching multiple variables to one
https://bugs.python.org/issue46164  closed by steven.daprano

#46165: pythin is core dumping with SIGILL in pytest of the jupyter-se
https://bugs.python.org/issue46165  closed by christian.heimes
_______________________________________________
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/QJKDN6XRQW5CBN6BEEYV34SWB2ZMAYIP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to