Mailing List Archive

1 2 3 4 5 6 7  View All
Summary of Python tracker Issues [ In reply to ]
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 gdr@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-leave@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/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-24 - 2021-12-31)
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 7195 ( -1)
closed 50747 (+41)
total 57942 (+40)

Open issues with patches: 2871


Issues opened (32)
==================

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

#46175: Zero argument super() does not function properly inside genera
https://bugs.python.org/issue46175 opened by tritium

#46177: can't install launcher for all users
https://bugs.python.org/issue46177 opened by Amine

#46178: Remove `.travis.yml`?
https://bugs.python.org/issue46178 opened by sobolevn

#46180: Button clicked failed when mouse hover tooltip and tooltip des
https://bugs.python.org/issue46180 opened by Jason990420

#46181: Destroying an expaned Combobox prevents Entry focus until Alt+
https://bugs.python.org/issue46181 opened by j.lahav

#46182: `super` and descriptor clarification
https://bugs.python.org/issue46182 opened by Arthur-Milchior

#46184: Remove `netlify.toml`?
https://bugs.python.org/issue46184 opened by sobolevn

#46186: replace `io.IncrementalNewlineDecoder` with non incremental ne
https://bugs.python.org/issue46186 opened by guoci

#46187: Optionally support rounding for math.isqrt()
https://bugs.python.org/issue46187 opened by rhettinger

#46192: Optimize builtin functions min() and max()
https://bugs.python.org/issue46192 opened by colorfulappl

#46194: Wrong base class for transport returned by loop.create_datagra
https://bugs.python.org/issue46194 opened by asvetlov

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195 opened by med2277

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196 opened by sharewell

#46197: ensurepip bootstrap breaks out of isolated environment
https://bugs.python.org/issue46197 opened by kcdodd

#46198: Duplicated test name `test_get_unstructured_invalid_ew` in `te
https://bugs.python.org/issue46198 opened by sobolevn

#46199: Calculation influenced by print
https://bugs.python.org/issue46199 opened by wby78826

#46200: Discourage logging f-strings due to security considerations
https://bugs.python.org/issue46200 opened by ariebovenberg

#46201: PEP 495 misnames PyDateTime_DATE_GET_FOLD
https://bugs.python.org/issue46201 opened by drougge

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202 opened by iritkatriel

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203 opened by mark.dickinson

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204 opened by dam1784

#46205: Race condition in runtest_mp leads to hangs (never exits)
https://bugs.python.org/issue46205 opened by colesbury

#46206: Crash when editing emoji containing strings
https://bugs.python.org/issue46206 opened by 10maurycy10

#46207: Log emit performance degradation in RotatingFileHandlers due t
https://bugs.python.org/issue46207 opened by dfritz

#46208: os.path.normpath change between 3.11.0a2 and 3.11.0a3+
https://bugs.python.org/issue46208 opened by hugovk

#46209: add documentation for decoding newlines in the `io` module
https://bugs.python.org/issue46209 opened by guoci

#46210: print deadlocks
https://bugs.python.org/issue46210 opened by notarealdeveloper

#46211: Recursively calling makepasv() finally leads to core dumped.
https://bugs.python.org/issue46211 opened by xxm

#46212: Avoid temporary `varargs` tuple creation in argument passing
https://bugs.python.org/issue46212 opened by colorfulappl

#46213: webbrowser.open doesn't work in Termux
https://bugs.python.org/issue46213 opened by DonaldDuck1313

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214 opened by iritkatriel



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

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214

#46213: webbrowser.open doesn't work in Termux
https://bugs.python.org/issue46213

#46211: Recursively calling makepasv() finally leads to core dumped.
https://bugs.python.org/issue46211

#46210: print deadlocks
https://bugs.python.org/issue46210

#46209: add documentation for decoding newlines in the `io` module
https://bugs.python.org/issue46209

#46207: Log emit performance degradation in RotatingFileHandlers due t
https://bugs.python.org/issue46207

#46205: Race condition in runtest_mp leads to hangs (never exits)
https://bugs.python.org/issue46205

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202

#46201: PEP 495 misnames PyDateTime_DATE_GET_FOLD
https://bugs.python.org/issue46201

#46198: Duplicated test name `test_get_unstructured_invalid_ew` in `te
https://bugs.python.org/issue46198

#46197: ensurepip bootstrap breaks out of isolated environment
https://bugs.python.org/issue46197

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196

#46181: Destroying an expaned Combobox prevents Entry focus until Alt+
https://bugs.python.org/issue46181



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

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214

#46212: Avoid temporary `varargs` tuple creation in argument passing
https://bugs.python.org/issue46212

#46210: print deadlocks
https://bugs.python.org/issue46210

#46209: add documentation for decoding newlines in the `io` module
https://bugs.python.org/issue46209

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202

#46198: Duplicated test name `test_get_unstructured_invalid_ew` in `te
https://bugs.python.org/issue46198

#46197: ensurepip bootstrap breaks out of isolated environment
https://bugs.python.org/issue46197

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195

#46194: Wrong base class for transport returned by loop.create_datagra
https://bugs.python.org/issue46194

#46192: Optimize builtin functions min() and max()
https://bugs.python.org/issue46192

#46186: replace `io.IncrementalNewlineDecoder` with non incremental ne
https://bugs.python.org/issue46186

#46184: Remove `netlify.toml`?
https://bugs.python.org/issue46184



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

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

#46187: Optionally support rounding for math.isqrt()
https://bugs.python.org/issue46187 17 msgs

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

#46175: Zero argument super() does not function properly inside genera
https://bugs.python.org/issue46175 6 msgs

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

#46182: `super` and descriptor clarification
https://bugs.python.org/issue46182 5 msgs

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195 5 msgs

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

#46171: venv module produces spurious warning that location has moved
https://bugs.python.org/issue46171 4 msgs

#2756: urllib.request.add_header fails with existing unredirected_hea
https://bugs.python.org/issue2756 3 msgs



Issues closed (36)
==================

#9334: argparse does not accept options taking arguments beginning wi
https://bugs.python.org/issue9334 closed by rhettinger

#13672: Add co_qualname attribute in code objects
https://bugs.python.org/issue13672 closed by iritkatriel

#18677: Enhanced context managers with ContextManagerExit and None
https://bugs.python.org/issue18677 closed by AlexWaygood

#31914: Document Pool.(star)map return type
https://bugs.python.org/issue31914 closed by AlexWaygood

#34498: Python 3.7+ break on singledispatch_function.register(pseudo_t
https://bugs.python.org/issue34498 closed by serhiy.storchaka

#34963: String representation for types created with typing.NewType(??
https://bugs.python.org/issue34963 closed by serhiy.storchaka

#38397: __init_subclass__ causes TypeError when used with more standar
https://bugs.python.org/issue38397 closed by AlexWaygood

#38522: Py_USING_MEMORY_DEBUGGER is referenced in docs but not present
https://bugs.python.org/issue38522 closed by benjamin.peterson

#41569: json.JSONEncoder.default should be called for dict keys as wel
https://bugs.python.org/issue41569 closed by andrei.avk

#41593: pathlib PermissionError problem
https://bugs.python.org/issue41593 closed by andrei.avk

#41850: inspect.py: access block stack
https://bugs.python.org/issue41850 closed by Dennis Sweeney

#42079: Why does tarfile.next swallow InvalidHeaderError
https://bugs.python.org/issue42079 closed by andrei.avk

#42918: Nested multi-line expression will lead to "compile()" fails
https://bugs.python.org/issue42918 closed by lukasz.langa

#43639: Do not raise AttributeError on instance attribute update/delet
https://bugs.python.org/issue43639 closed by rhettinger

#45189: Drop the "list_frozen" command from _test_embed.
https://bugs.python.org/issue45189 closed by corona10

#45321: Module xml.parsers.expat.errors misses error code constants of
https://bugs.python.org/issue45321 closed by scoder

#45496: Tkinter: test_winfo_rgb failure
https://bugs.python.org/issue45496 closed by serhiy.storchaka

#45508: Specialize INPLACE_ADD
https://bugs.python.org/issue45508 closed by Dennis Sweeney

#45853: Misspelled _IGNORED_ERROS in Lib/pathlib.py
https://bugs.python.org/issue45853 closed by serhiy.storchaka

#46032: functools' singledispatch does not support GenericAlias
https://bugs.python.org/issue46032 closed by serhiy.storchaka

#46085: OrderedDict iterator allocates di_result unnecessarily
https://bugs.python.org/issue46085 closed by corona10

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

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

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

#46150: test_pathlib assumes "fakeuser" does not exist as user
https://bugs.python.org/issue46150 closed by gregory.p.smith

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

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

#46176: mmap module add MAP_STACK constant mostly for OpenBSD
https://bugs.python.org/issue46176 closed by corona10

#46179: Delete selected item generate "<<TreeviewSelect>>" event or no
https://bugs.python.org/issue46179 closed by Jason990420

#46183: float function errors on negative number string with comma sep
https://bugs.python.org/issue46183 closed by steven.daprano

#46185: Python 3.10.1 installer refers to /Applications/Python 3.9 Ins
https://bugs.python.org/issue46185 closed by erlendaasland

#46188: dictionary creation error
https://bugs.python.org/issue46188 closed by steven.daprano

#46189: Text containing "wide" character not correctly refreshed
https://bugs.python.org/issue46189 closed by serhiy.storchaka

#46190: Omit k in random.sample()
https://bugs.python.org/issue46190 closed by rhettinger

#46191: Conflict between using annotations in singledispatch() and MyP
https://bugs.python.org/issue46191 closed by serhiy.storchaka

#46193: Using a dictionary for open files.
https://bugs.python.org/issue46193 closed by Keepun
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-31 - 2022-01-07)
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 7199 ( +4)
closed 50825 (+78)
total 58024 (+82)

Open issues with patches: 2886


Issues opened (50)
==================

#34931: os.path.splitext with more dots
https://bugs.python.org/issue34931 reopened by xnovakj

#46009: sending non-None values makes generator raise StopIteration on
https://bugs.python.org/issue46009 reopened by christian.heimes

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

#46216: spurious link to os.system() from os.times() documentation ent
https://bugs.python.org/issue46216 opened by emery.berger

#46217: 3.11 build failure on Win10: new _freeze_module changes?
https://bugs.python.org/issue46217 opened by terry.reedy

#46220: imaplib.py "select" mailbox names containing spaces.
https://bugs.python.org/issue46220 opened by mckenzm

#46223: asyncio cause infinite loop during debug
https://bugs.python.org/issue46223 opened by zillionare

#46225: f_lasti behaves differently for lambdas returned from loops
https://bugs.python.org/issue46225 opened by nedbat

#46226: User specific paths added to System PATH environment variable
https://bugs.python.org/issue46226 opened by akrymskiy

#46227: add pathlib.Path.walk method
https://bugs.python.org/issue46227 opened by Ovsyanka

#46232: Client certificates with UniqueIdentifier in the subject break
https://bugs.python.org/issue46232 opened by kacper

#46234: 3.11: Tracing of decorators now visits the decorator line befo
https://bugs.python.org/issue46234 opened by nedbat

#46235: Do all ref-counting at once for sequence multiplication
https://bugs.python.org/issue46235 opened by Dennis Sweeney

#46237: Incorrect line reported in syntax error
https://bugs.python.org/issue46237 opened by arian-f

#46242: Improve error message when attempting to extend an enum with `
https://bugs.python.org/issue46242 opened by sobolevn

#46244: typing._TypeVarLike missing __slots__
https://bugs.python.org/issue46244 opened by ariebovenberg

#46245: Add support for dir_fd in shutil.rmtree()
https://bugs.python.org/issue46245 opened by serhiy.storchaka

#46246: importlib.metadata.DeprecatedList appears to be missing __slot
https://bugs.python.org/issue46246 opened by ariebovenberg

#46247: in xml.dom.minidom, Node and DocumentLS appear to be missing _
https://bugs.python.org/issue46247 opened by ariebovenberg

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 opened by erlendaasland

#46250: 3.10 docs responsive design removes navigation buttons (next,
https://bugs.python.org/issue46250 opened by vkvanjavk

#46252: SSLWantReadError causes _SelectorSocketTransport to close
https://bugs.python.org/issue46252 opened by matan1008

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253 opened by juliangilbey

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254 opened by uriya1998

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255 opened by malin

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258 opened by mark.dickinson

#46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs
https://bugs.python.org/issue46261 opened by erlendaasland

#46264: 'I'.lower() should give non dotted i for LANG=tr_TR
https://bugs.python.org/issue46264 opened by fbacher

#46265: Error when cross compiling for hardfloat MIPS
https://bugs.python.org/issue46265 opened by jefferyto

#46267: gzip.compress incorrectly ignores level parameter
https://bugs.python.org/issue46267 opened by rhpvorderman

#46269: '__new__' is never shown in `dir(SomeEnum)`
https://bugs.python.org/issue46269 opened by sobolevn

#46270: Comparison operators in Python Tutorial 5.7
https://bugs.python.org/issue46270 opened by realjanpaulus

#46271: frozen modules are not regenerated on bytecode magic change wh
https://bugs.python.org/issue46271 opened by christian.heimes

#46272: Fix bitwise and logical terminology in python.gram
https://bugs.python.org/issue46272 opened by rhettinger

#46273: Document what asyncio.wait() and asyncio.as_completed() do if
https://bugs.python.org/issue46273 opened by termim

#46274: Tokenizer module does not handle backslash characters correctl
https://bugs.python.org/issue46274 opened by ucodery

#46275: caret location for syntax error pointing with f-strings
https://bugs.python.org/issue46275 opened by williamnavaraj

#46276: ImportError: DLL load failed while importing
https://bugs.python.org/issue46276 opened by 89z

#46279: [docs] Minor information-ordering issue in __main__ doc
https://bugs.python.org/issue46279 opened by ferdnyc

#46280: About vulnerabilities in Cpython native code
https://bugs.python.org/issue46280 opened by urnotmax

#46282: print() docs do not indicate its return value
https://bugs.python.org/issue46282 opened by SnoopJeDi

#46283: [subinterpreters] Unicode interned strings must not be shared
https://bugs.python.org/issue46283 opened by vstinner

#46284: DirEntry returns invalid values for is_dir and is_file on NFS
https://bugs.python.org/issue46284 opened by Nicolas SURRIBAS

#46285: http/server.py wont respect its protocol_version
https://bugs.python.org/issue46285 opened by openalmeida

#46287: UNC path normalisation issues on Windows
https://bugs.python.org/issue46287 opened by steve.dower

#46289: AST: FomattedValue conversion's default value should be -1
https://bugs.python.org/issue46289 opened by iyume

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290 opened by zsol

#46291: [doc] First argument to raise can also be BaseException
https://bugs.python.org/issue46291 opened by gtitze

#46292: Add microseconds to logging.LogRecord
https://bugs.python.org/issue46292 opened by jamescasbon

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296 opened by sobolevn



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

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296

#46292: Add microseconds to logging.LogRecord
https://bugs.python.org/issue46292

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290

#46284: DirEntry returns invalid values for is_dir and is_file on NFS
https://bugs.python.org/issue46284

#46283: [subinterpreters] Unicode interned strings must not be shared
https://bugs.python.org/issue46283

#46279: [docs] Minor information-ordering issue in __main__ doc
https://bugs.python.org/issue46279

#46274: Tokenizer module does not handle backslash characters correctl
https://bugs.python.org/issue46274

#46273: Document what asyncio.wait() and asyncio.as_completed() do if
https://bugs.python.org/issue46273

#46271: frozen modules are not regenerated on bytecode magic change wh
https://bugs.python.org/issue46271

#46267: gzip.compress incorrectly ignores level parameter
https://bugs.python.org/issue46267

#46265: Error when cross compiling for hardfloat MIPS
https://bugs.python.org/issue46265

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253



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

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296

#46292: Add microseconds to logging.LogRecord
https://bugs.python.org/issue46292

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290

#46282: print() docs do not indicate its return value
https://bugs.python.org/issue46282

#46280: About vulnerabilities in Cpython native code
https://bugs.python.org/issue46280

#46269: '__new__' is never shown in `dir(SomeEnum)`
https://bugs.python.org/issue46269

#46267: gzip.compress incorrectly ignores level parameter
https://bugs.python.org/issue46267

#46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs
https://bugs.python.org/issue46261

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253

#46252: SSLWantReadError causes _SelectorSocketTransport to close
https://bugs.python.org/issue46252

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249

#46246: importlib.metadata.DeprecatedList appears to be missing __slot
https://bugs.python.org/issue46246



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

#46280: About vulnerabilities in Cpython native code
https://bugs.python.org/issue46280 21 msgs

#46070: [subinterpreters] asyncio crash when importing _asyncio in sub
https://bugs.python.org/issue46070 17 msgs

#45665: Problems caused by isinstance(list[int], type) returning True
https://bugs.python.org/issue45665 10 msgs

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 9 msgs

#34931: os.path.splitext with more dots
https://bugs.python.org/issue34931 8 msgs

#45925: Upgrade macOS and Windows installers to use SQLite 3.37.2
https://bugs.python.org/issue45925 7 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 7 msgs

#46142: python --help output is too long
https://bugs.python.org/issue46142 7 msgs

#46187: Optionally support rounding for math.isqrt()
https://bugs.python.org/issue46187 6 msgs

#46198: Duplicate and unused code in tests
https://bugs.python.org/issue46198 6 msgs



Issues closed (75)
==================

#9937: _winreg.EnumValue causes MemoryError
https://bugs.python.org/issue9937 closed by iritkatriel

#17951: TypeError during gdb backtracing
https://bugs.python.org/issue17951 closed by iritkatriel

#20369: concurrent.futures.wait() blocks forever when given duplicate
https://bugs.python.org/issue20369 closed by AlexWaygood

#25478: Consider adding a normalize() method to collections.Counter()
https://bugs.python.org/issue25478 closed by rhettinger

#30337: Vague wording of pkgutil.walk_packages parameter 'prefix'
https://bugs.python.org/issue30337 closed by iritkatriel

#31137: Add a path attribute to NamedTemporaryFile
https://bugs.python.org/issue31137 closed by iritkatriel

#32696: Fix pickling exceptions with multiple arguments
https://bugs.python.org/issue32696 closed by iritkatriel

#33130: functools.reduce signature uses `iterable`, documentation shou
https://bugs.python.org/issue33130 closed by iritkatriel

#33252: [doc] Clarify ResourceWarning documentation
https://bugs.python.org/issue33252 closed by iritkatriel

#33857: python exception on Solaris : code for hash blake2b was not fo
https://bugs.python.org/issue33857 closed by iritkatriel

#34538: Remove encouragement to author a base class for all Exception
https://bugs.python.org/issue34538 closed by iritkatriel

#37489: pickling instance which inherited from Exception with keyword
https://bugs.python.org/issue37489 closed by iritkatriel

#39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond
https://bugs.python.org/issue39181 closed by jack1142

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 closed by Mark.Shannon

#40477: Python Launcher app on macOS 10.15+ fails to run scripts
https://bugs.python.org/issue40477 closed by ned.deily

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545 closed by iritkatriel

#42032: Setting PYTHONPYCACHEPREFIX using ~ (tilde) creates a "~" fold
https://bugs.python.org/issue42032 closed by petr.viktorin

#42657: Python 3.9.1 building process could not use local standard lib
https://bugs.python.org/issue42657 closed by ned.deily

#43122: Python Launcher doesn't open a terminal window
https://bugs.python.org/issue43122 closed by ned.deily

#44092: [sqlite3] Remove special rollback handling
https://bugs.python.org/issue44092 closed by pablogsal

#44669: TypeError: 'type' object is not subscriptable
https://bugs.python.org/issue44669 closed by iritkatriel

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256 closed by Mark.Shannon

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292 closed by iritkatriel

#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 closed by iritkatriel

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 closed by iritkatriel

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903 closed by Mariatta

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031 closed by Mark.Shannon

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039 closed by Mark.Shannon

#46079: [doc] Broken URL in "Brief Tour of the Standard Library"
https://bugs.python.org/issue46079 closed by rhettinger

#46095: Improve SeqIter documentation
https://bugs.python.org/issue46095 closed by rhettinger

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

#46178: Remove `.travis.yml`?
https://bugs.python.org/issue46178 closed by sobolevn

#46181: Destroying an expaned Combobox prevents Entry focus until Alt+
https://bugs.python.org/issue46181 closed by serhiy.storchaka

#46182: `super` and descriptor clarification
https://bugs.python.org/issue46182 closed by rhettinger

#46184: Remove `netlify.toml`?
https://bugs.python.org/issue46184 closed by sobolevn

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196 closed by eric.araujo

#46199: Calculation influenced by print
https://bugs.python.org/issue46199 closed by mark.dickinson

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202 closed by iritkatriel

#46206: Crash when editing emoji containing strings
https://bugs.python.org/issue46206 closed by pablogsal

#46208: os.path.normpath change between 3.11.0a2 and 3.11.0a3+
https://bugs.python.org/issue46208 closed by steve.dower

#46215: Wrong error line after using pdb
https://bugs.python.org/issue46215 closed by bedapisl

#46218: Change long_pow() to sliding window algorithm
https://bugs.python.org/issue46218 closed by tim.peters

#46219: except* assumes that an exception group is truthy
https://bugs.python.org/issue46219 closed by iritkatriel

#46221: Simplify except* implementation and move helpers to exceptions
https://bugs.python.org/issue46221 closed by iritkatriel

#46222: posixmodule sendfile FreeBSD's constants update
https://bugs.python.org/issue46222 closed by asvetlov

#46224: doc: Fix bisect example using mutable function default
https://bugs.python.org/issue46224 closed by rhettinger

#46228: argparse docs: default for prog= in ArgumentParser() should be
https://bugs.python.org/issue46228 closed by rhettinger

#46229: CODE_OF_CONDUCT shadowing org default
https://bugs.python.org/issue46229 closed by Mariatta

#46230: NEWLINE* is missing in 'file' rule in PEG grammar
https://bugs.python.org/issue46230 closed by pablogsal

#46231: grammar rule definition is missing: invalid_double_starred_kvp
https://bugs.python.org/issue46231 closed by pablogsal

#46233: Minor speedup for bigint squaring
https://bugs.python.org/issue46233 closed by tim.peters

#46236: PyFunction_GetAnnotations returning Tuple vs Dict
https://bugs.python.org/issue46236 closed by pablogsal

#46238: Improve constants usage / definition in asyncio.windows_events
https://bugs.python.org/issue46238 closed by asvetlov

#46239: Incosistent error message in asyncio: windows_events / windows
https://bugs.python.org/issue46239 closed by asvetlov

#46240: Incorrect hint about forgetting a comma
https://bugs.python.org/issue46240 closed by pablogsal

#46241: importlib.utils.find_spec() has issues with "tests" folder
https://bugs.python.org/issue46241 closed by brett.cannon

#46243: Spam
https://bugs.python.org/issue46243 closed by christian.heimes

#46248: Compilation errors on macOS
https://bugs.python.org/issue46248 closed by ned.deily

#46251: logger.config.configure_formatter executes arbitrary code
https://bugs.python.org/issue46251 closed by vinay.sajip

#46256: Objects __del__ called after module have been removed
https://bugs.python.org/issue46256 closed by pablogsal

#46257: Convert statistics sum of squares to a single pass algorithm
https://bugs.python.org/issue46257 closed by rhettinger

#46259: float formatting error?
https://bugs.python.org/issue46259 closed by rhettinger

#46260: Misleading SyntaxError on f-string
https://bugs.python.org/issue46260 closed by eric.smith

#46262: Enum tests: Error path in `_missing_()` is not covered for `Fl
https://bugs.python.org/issue46262 closed by ethan.furman

#46263: FreeBSD buildbots cannot compile Python
https://bugs.python.org/issue46263 closed by christian.heimes

#46266: Improve day constants (`MONDAY` ... `SUNDAY`) in `calendar.py`
https://bugs.python.org/issue46266 closed by rhettinger

#46268: Buildbot failure for buildbot/AMD64 FreeBSD Non-Debug / Shared
https://bugs.python.org/issue46268 closed by erlendaasland

#46277: '''...''' error
https://bugs.python.org/issue46277 closed by vstinner

#46278: AbstractEventLoop.call_* should reflect the 'context' argument
https://bugs.python.org/issue46278 closed by asvetlov

#46281: Python 3.10.1 build errors on Ubuntu 18.04
https://bugs.python.org/issue46281 closed by christian.heimes

#46286: use the new POP_JUMP_IF_NOT_NONE to simplify except* a bit
https://bugs.python.org/issue46286 closed by iritkatriel

#46288: Migrating python 2.7 to 3.6 using 2to3 tool
https://bugs.python.org/issue46288 closed by eric.smith

#46293: Typo in specifying escape sequence
https://bugs.python.org/issue46293 closed by steven.daprano

#46294: Integer overflow & Int values loaded into Bool detected via Li
https://bugs.python.org/issue46294 closed by swirsz

#46295: Subinterpreters hang in GIL adquisition if an extension module
https://bugs.python.org/issue46295 closed by pablogsal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-07 - 2022-01-14)
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 7202 ( +3)
closed 50906 (+81)
total 58108 (+84)

Open issues with patches: 2886


Issues opened (48)
==================

#32876: HTMLParser raises exception on some inputs
https://bugs.python.org/issue32876 reopened by iritkatriel

#46298: Automatically check for __slots__-mistakes in Lib
https://bugs.python.org/issue46298 opened by ariebovenberg

#46304: Unable to iterate over lines in a file without a block of code
https://bugs.python.org/issue46304 opened by jaraco

#46309: Task created by StreamReaderProtocol gets garbage collected.
https://bugs.python.org/issue46309 opened by simwr872

#46311: Clean up PyLong_FromLong and PyLong_FromLongLong
https://bugs.python.org/issue46311 opened by mark.dickinson

#46312: range() function could accept slice() objects as parameters
https://bugs.python.org/issue46312 opened by yota moteuchi

#46313: SSLObject does not raise SSLEOFError on OpenSSL 3
https://bugs.python.org/issue46313 opened by alex.gronholm

#46315: Add support for WebAssembly System Interface (wasm32-wasi)
https://bugs.python.org/issue46315 opened by christian.heimes

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316 opened by barneygale

#46317: Pathlib.rename isn't robust
https://bugs.python.org/issue46317 opened by Oz.Tiram

#46318: asyncio and ssl: ResourceWarning: unclosed transport
https://bugs.python.org/issue46318 opened by mdk

#46323: Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c
https://bugs.python.org/issue46323 opened by hydroflask

#46325: Documentation for SubprocessTransport.get_pipe_transport retur
https://bugs.python.org/issue46325 opened by xx11mz

#46326: 'venv --clear' should prompt user before nuking entire directo
https://bugs.python.org/issue46326 opened by alimpfard

#46329: Split up the CALL_NO_KW and CALL_KW instructions.
https://bugs.python.org/issue46329 opened by Mark.Shannon

#46330: Simplify the signature of __exit__
https://bugs.python.org/issue46330 opened by Jelle Zijlstra

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333 opened by andreash

#46334: Glossary URLs with anchor link no longer jump to definitions
https://bugs.python.org/issue46334 opened by trey

#46335: asyncio.create_subprocess_exec throws RuntimeError yet still e
https://bugs.python.org/issue46335 opened by Clint Olsen

#46336: Sixth element of tuple from __reduce__(), inconsistency betwee
https://bugs.python.org/issue46336 opened by lev.bishop

#46337: urllib.parse: Allow more flexibility in schemes and URL resolu
https://bugs.python.org/issue46337 opened by lincolnauster

#46338: libc_ver() runtime error when sys.executable is empty
https://bugs.python.org/issue46338 opened by allie.hammond

#46339: PEG parser segfault from ast.literal_eval
https://bugs.python.org/issue46339 opened by gregory.p.smith

#46340: DeprecationWarning emitted when running asyncio tests
https://bugs.python.org/issue46340 opened by kumaraditya303

#46341: duplicate paragraphs - asyncio Coroutines and Tasks file
https://bugs.python.org/issue46341 opened by davem

#46343: Add PyErr_GetActiveException and PyErr_SetActiveException
https://bugs.python.org/issue46343 opened by iritkatriel

#46349: inspect.getdoc() should append parent class method docs when e
https://bugs.python.org/issue46349 opened by gregory.p.smith

#46350: re.sub, re.Match.expand, etc doesn't allow x, u, U, or N escap
https://bugs.python.org/issue46350 opened by bup

#46351: Makefile missing '/' for some path names
https://bugs.python.org/issue46351 opened by gwolski

#46353: 'pydoc -k' fails when some module's loader is not found
https://bugs.python.org/issue46353 opened by dlax

#46356: [C API] Enforce usage of PyFrame_GetBack()
https://bugs.python.org/issue46356 opened by vstinner

#46360: Inconsistent import behavior for (unusual) submodules
https://bugs.python.org/issue46360 opened by eric.snow

#46361: Small ints aren't always cached properly
https://bugs.python.org/issue46361 opened by brandtbucher

#46363: Two typos in versions 3.7 document translation of zh_CN
https://bugs.python.org/issue46363 opened by perlang

#46364: asyncio subprocess cannot read from /dev/stdin
https://bugs.python.org/issue46364 opened by xoph

#46367: multiprocessing's "spawn" doesn't actually use spawn
https://bugs.python.org/issue46367 opened by jakirkham

#46368: faulthandler: add the ability to dump all interpreters, not on
https://bugs.python.org/issue46368 opened by vstinner

#46369: get_type_hints does not evaluate ForwardRefs inside NewType
https://bugs.python.org/issue46369 opened by andreash

#46371: A better way to resolve ForwardRefs in type aliases across mod
https://bugs.python.org/issue46371 opened by andreash

#46372: int/float specializations should mutate the LHS in-place when
https://bugs.python.org/issue46372 opened by brandtbucher

#46373: TypedDict and NamedTuple do not evaluate cross-module ForwardR
https://bugs.python.org/issue46373 opened by andreash

#46374: Assertion failed in ceval.c
https://bugs.python.org/issue46374 opened by kumaraditya303

#46375: io.BytesIO does not have peek()
https://bugs.python.org/issue46375 opened by marcelm

#46376: PyMapping_Check returns 1 for list
https://bugs.python.org/issue46376 opened by aviramha

#46377: TimedRotatingFileHandler "midnight" misleading when interval >
https://bugs.python.org/issue46377 opened by mschiess

#46378: Experiment with LLVM BOLT binary optimizer
https://bugs.python.org/issue46378 opened by corona10

#46379: itertools.product reference implementation creates temporaries
https://bugs.python.org/issue46379 opened by mwallerb

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380 opened by sobolevn



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

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380

#46378: Experiment with LLVM BOLT binary optimizer
https://bugs.python.org/issue46378

#46375: io.BytesIO does not have peek()
https://bugs.python.org/issue46375

#46373: TypedDict and NamedTuple do not evaluate cross-module ForwardR
https://bugs.python.org/issue46373

#46372: int/float specializations should mutate the LHS in-place when
https://bugs.python.org/issue46372

#46371: A better way to resolve ForwardRefs in type aliases across mod
https://bugs.python.org/issue46371

#46367: multiprocessing's "spawn" doesn't actually use spawn
https://bugs.python.org/issue46367

#46341: duplicate paragraphs - asyncio Coroutines and Tasks file
https://bugs.python.org/issue46341

#46337: urllib.parse: Allow more flexibility in schemes and URL resolu
https://bugs.python.org/issue46337

#46329: Split up the CALL_NO_KW and CALL_KW instructions.
https://bugs.python.org/issue46329

#46325: Documentation for SubprocessTransport.get_pipe_transport retur
https://bugs.python.org/issue46325

#46317: Pathlib.rename isn't robust
https://bugs.python.org/issue46317

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316

#46311: Clean up PyLong_FromLong and PyLong_FromLongLong
https://bugs.python.org/issue46311

#46298: Automatically check for __slots__-mistakes in Lib
https://bugs.python.org/issue46298



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

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380

#46379: itertools.product reference implementation creates temporaries
https://bugs.python.org/issue46379

#46377: TimedRotatingFileHandler "midnight" misleading when interval >
https://bugs.python.org/issue46377

#46376: PyMapping_Check returns 1 for list
https://bugs.python.org/issue46376

#46372: int/float specializations should mutate the LHS in-place when
https://bugs.python.org/issue46372

#46368: faulthandler: add the ability to dump all interpreters, not on
https://bugs.python.org/issue46368

#46364: asyncio subprocess cannot read from /dev/stdin
https://bugs.python.org/issue46364

#46361: Small ints aren't always cached properly
https://bugs.python.org/issue46361

#46353: 'pydoc -k' fails when some module's loader is not found
https://bugs.python.org/issue46353

#46343: Add PyErr_GetActiveException and PyErr_SetActiveException
https://bugs.python.org/issue46343

#46339: PEG parser segfault from ast.literal_eval
https://bugs.python.org/issue46339

#46337: urllib.parse: Allow more flexibility in schemes and URL resolu
https://bugs.python.org/issue46337

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316

#46315: Add support for WebAssembly System Interface (wasm32-wasi)
https://bugs.python.org/issue46315



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

#46070: [subinterpreters] crash when importing _sre in subinterpreters
https://bugs.python.org/issue46070 18 msgs

#46291: [doc] First argument to raise can also be BaseException
https://bugs.python.org/issue46291 13 msgs

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

#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298 10 msgs

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 8 msgs

#46279: [docs] Minor information-ordering issue in __main__ doc
https://bugs.python.org/issue46279 8 msgs

#40479: Port _hashlib to OpenSSL 3.0.0
https://bugs.python.org/issue40479 7 msgs

#46304: Unable to iterate over lines in a file without a block of code
https://bugs.python.org/issue46304 7 msgs

#46313: SSLObject does not raise SSLEOFError on OpenSSL 3
https://bugs.python.org/issue46313 7 msgs

#46142: python --help output is too long
https://bugs.python.org/issue46142 6 msgs



Issues closed (75)
==================

#23183: timeit CLI best of 3: undocumented output format
https://bugs.python.org/issue23183 closed by iritkatriel

#23819: test_asyncio fails when run under -O
https://bugs.python.org/issue23819 closed by asvetlov

#24650: Error in yield expression documentation
https://bugs.python.org/issue24650 closed by iritkatriel

#27273: subprocess.run(cmd, input='text') should pass universal_newlin
https://bugs.python.org/issue27273 closed by gregory.p.smith

#28546: [doc] Clarify setting pdb breakpoints
https://bugs.python.org/issue28546 closed by iritkatriel

#31472: "Emulating callable objects" documentation misleading
https://bugs.python.org/issue31472 closed by iritkatriel

#32679: concurrent.futures should store full sys.exc_info()
https://bugs.python.org/issue32679 closed by iritkatriel

#32996: Improve What's New in 3.7
https://bugs.python.org/issue32996 closed by iritkatriel

#37591: test_concurrent_future failed
https://bugs.python.org/issue37591 closed by iritkatriel

#37595: Python 3.7.4 does not build on Raspbian Buster with optimizati
https://bugs.python.org/issue37595 closed by christian.heimes

#38204: Cannot compile on RPi with optimizations
https://bugs.python.org/issue38204 closed by iritkatriel

#39316: settrace skips lines when chaining methods without arguments
https://bugs.python.org/issue39316 closed by iritkatriel

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064 closed by iritkatriel

#44133: Some C-API symbols (e.g. Py_FrozenMain) are not always exporte
https://bugs.python.org/issue44133 closed by vstinner

#44577: Probably defect in Python 3.7.11
https://bugs.python.org/issue44577 closed by iritkatriel

#44594: AsyncExitStack.enter_async_context() is mishandling exception
https://bugs.python.org/issue44594 closed by iritkatriel

#45331: Can create enum of ranges, cannot create range enum. Range sho
https://bugs.python.org/issue45331 closed by AlexWaygood

#45729: [doc] "history and license" link has wrong target
https://bugs.python.org/issue45729 closed by mdk

#45786: Avoid allocating when exiting frame; it may be unsafe.
https://bugs.python.org/issue45786 closed by Mark.Shannon

#45797: AMD64 Arch Linux Asan Debug buildbot sometimes hangs before te
https://bugs.python.org/issue45797 closed by vstinner

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 closed by vstinner

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

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203 closed by mark.dickinson

#46205: test.libregrtest: Race condition in runtest_mp leads to hangs
https://bugs.python.org/issue46205 closed by corona10

#46216: spurious link to os.system() from os.times() documentation ent
https://bugs.python.org/issue46216 closed by iritkatriel

#46217: 3.11 build failure on Win10: new _freeze_module changes?
https://bugs.python.org/issue46217 closed by steve.dower

#46235: Do all ref-counting at once for sequence multiplication
https://bugs.python.org/issue46235 closed by tim.peters

#46237: Incorrect line reported in syntax error
https://bugs.python.org/issue46237 closed by pablogsal

#46244: typing._TypeVarLike missing __slots__
https://bugs.python.org/issue46244 closed by AlexWaygood

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253 closed by benjamin.peterson

#46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs
https://bugs.python.org/issue46261 closed by erlendaasland

#46269: '__new__' is never shown in `dir(SomeEnum)`
https://bugs.python.org/issue46269 closed by sobolevn

#46270: Comparison operators in Python Tutorial 5.7
https://bugs.python.org/issue46270 closed by rhettinger

#46272: Fix bitwise and logical terminology in python.gram
https://bugs.python.org/issue46272 closed by rhettinger

#46285: http/server.py wont respect its protocol_version
https://bugs.python.org/issue46285 closed by openalmeida

#46289: AST: FomattedValue conversion's default value should be -1
https://bugs.python.org/issue46289 closed by BTaskaya

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290 closed by taleinat

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296 closed by ethan.furman

#46297: Python interpreter crashes on bootup with multiple PythonPaths
https://bugs.python.org/issue46297 closed by steve.dower

#46299: Improve several exception handling practices in `test_descr.py
https://bugs.python.org/issue46299 closed by corona10

#46300: zlib.compress level and wbits args are shown as keyword-only i
https://bugs.python.org/issue46300 closed by andrei.avk

#46301: Enum tests: One branch is not covered in `Enum._convert_`
https://bugs.python.org/issue46301 closed by ethan.furman

#46302: IndexError inside list comprehension + workaround
https://bugs.python.org/issue46302 closed by steven.daprano

#46303: _Py_stat and _Py_wstat using incorrect type for status argumen
https://bugs.python.org/issue46303 closed by vstinner

#46305: SyntaxError when using dict key in fstring
https://bugs.python.org/issue46305 closed by Samisafool

#46306: Suspicious operation in `doctest.py`: `None - 1`
https://bugs.python.org/issue46306 closed by eric.smith

#46307: string.Template should allow inspection of identifiers
https://bugs.python.org/issue46307 closed by AlexWaygood

#46308: Unportable test(1) operator in configure script
https://bugs.python.org/issue46308 closed by vstinner

#46310: Simplify `for` loop in `.close()` method in `asyncio/windows_e
https://bugs.python.org/issue46310 closed by asvetlov

#46314: Stray RESUME opcode for unused lambda
https://bugs.python.org/issue46314 closed by Mark.Shannon

#46319: datetime.utcnow() should return a timezone aware datetime
https://bugs.python.org/issue46319 closed by p-ganssle

#46320: runtime/interp/thread state refactoring leads to segmentation
https://bugs.python.org/issue46320 closed by Quentin.Pradet

#46321: Don't need delineators on lists
https://bugs.python.org/issue46321 closed by Dennis Sweeney

#46322: Invalid file path of SSLKEYLOGFILE throw FileNotFoundError
https://bugs.python.org/issue46322 closed by ghaaf

#46324: 'import traceback' Causes a Crash
https://bugs.python.org/issue46324 closed by steven.daprano

#46327: `test_enum` contains tests for older versions of python
https://bugs.python.org/issue46327 closed by sobolevn

#46328: add sys.exception()
https://bugs.python.org/issue46328 closed by iritkatriel

#46331: 3.11: tracing revisits class line after class docstring
https://bugs.python.org/issue46331 closed by erlendaasland

#46332: Use raise..from in logging/config instead of assigning __cause
https://bugs.python.org/issue46332 closed by iritkatriel

#46342: Make @final introspectable at runtime
https://bugs.python.org/issue46342 closed by AlexWaygood

#46344: 3.11: except/else/if/raise traced incorrectly
https://bugs.python.org/issue46344 closed by iritkatriel

#46345: Add an explicit test for `get_type_hints` for a class field wi
https://bugs.python.org/issue46345 closed by sobolevn

#46346: New compilation warnings on Windows
https://bugs.python.org/issue46346 closed by vstinner

#46347: memory leak in PyEval_EvalCodeEx
https://bugs.python.org/issue46347 closed by yselivanov

#46348: Modernize `test_typing`
https://bugs.python.org/issue46348 closed by AlexWaygood

#46352: Spam
https://bugs.python.org/issue46352 closed by Dennis Sweeney

#46354: AttributeError: module 'collections' has no attribute 'Mapping
https://bugs.python.org/issue46354 closed by AlexWaygood

#46355: [C API] Document PyFrameObject and PyThreadState changes and e
https://bugs.python.org/issue46355 closed by vstinner

#46357: socket module fix warning build on FreeBSD
https://bugs.python.org/issue46357 closed by devnexen

#46358: Modernize `test_asyncio/test_base_events.py`
https://bugs.python.org/issue46358 closed by AlexWaygood

#46359: Continue to modernize `test_typing.py`
https://bugs.python.org/issue46359 closed by sobolevn

#46362: os.path.abspath() needs more normalization on Windows
https://bugs.python.org/issue46362 closed by steve.dower

#46365: _ curses module is not installed
https://bugs.python.org/issue46365 closed by simon28li

#46366: Recursively propagate the mode, in os.makedirs
https://bugs.python.org/issue46366 closed by dcasier

#46370: Move runtime static init to its own header file.
https://bugs.python.org/issue46370 closed by eric.snow
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@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/LPLRKAP7RSZ4ZXX5Z3DSVJKANO6GZRNC/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-14 - 2022-01-21)
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 7175 (-27)
closed 51014 (+108)
total 58189 (+81)

Open issues with patches: 2878


Issues opened (59)
==================

#24711: Document getpass.getpass behavior on ^C
https://bugs.python.org/issue24711 reopened by iritkatriel

#44133: Some C-API symbols (e.g. Py_FrozenMain) are not always exporte
https://bugs.python.org/issue44133 reopened by vstinner

#45522: Allow to build Python without freelists
https://bugs.python.org/issue45522 reopened by vstinner

#46035: mimetypes.guess_type returns deprecated mimetype application/x
https://bugs.python.org/issue46035 reopened by iritkatriel

#46133: Feature request: allow mechanism for creator of exec-generated
https://bugs.python.org/issue46133 reopened by posita

#46381: Improve documentation of CFLAGS_NODIST, LDFLAGS_NODIST
https://bugs.python.org/issue46381 opened by matthiaskoeppe

#46382: dataclass(slots=True) does not account for slots in base class
https://bugs.python.org/issue46382 opened by ariebovenberg

#46383: _zoneinfo module_free has invalid function signature
https://bugs.python.org/issue46383 opened by christian.heimes

#46384: Request: make lzma._(encode|decode)_filter_properties public
https://bugs.python.org/issue46384 opened by miurahr

#46389: 3.11: unused generator comprehensions cause f_lineno==None
https://bugs.python.org/issue46389 opened by nedbat

#46390: Multiple test failures on Alpine 3.15 / musl-1.2.2-r7
https://bugs.python.org/issue46390 opened by christian.heimes

#46391: Library multiprocess leaks named resources.
https://bugs.python.org/issue46391 opened by milestonejxd

#46392: MessageIDHeader is too strict for message-id
https://bugs.python.org/issue46392 opened by bpoaugust

#46393: Generate frozenset constants when explicitly appropriate
https://bugs.python.org/issue46393 opened by terry.reedy

#46396: Invalid usage of `Concatenate` is not covered at all
https://bugs.python.org/issue46396 opened by sobolevn

#46397: urllib.parse.urlencode() return wrong character
https://bugs.python.org/issue46397 opened by scratch

#46398: posixshmem module shm_rename freebsd support.
https://bugs.python.org/issue46398 opened by devnexen

#46399: Addition of `mapping` attribute to dict views classes has inad
https://bugs.python.org/issue46399 opened by AlexWaygood

#46400: Please update bundled libexpat to 2.4.3 with security fixes
https://bugs.python.org/issue46400 opened by sping

#46404: 3.11a4: a small attrs regression
https://bugs.python.org/issue46404 opened by tinchester

#46406: optimize int division
https://bugs.python.org/issue46406 opened by gregory.p.smith

#46407: optimizing `1 << n` or `2 ** n` and modulo-only operations
https://bugs.python.org/issue46407 opened by February291948

#46410: TypeError when parsing regexp with unicode named character seq
https://bugs.python.org/issue46410 opened by jirkamarsik

#46414: Add typing.reveal_type
https://bugs.python.org/issue46414 opened by Jelle Zijlstra

#46416: Direct invocation of `Lib/test/test_typing.py` fails
https://bugs.python.org/issue46416 opened by sobolevn

#46417: Clear static types in Py_Finalize() for embedded Python
https://bugs.python.org/issue46417 opened by vstinner

#46419: Incomplete Comparison to C++ Methods
https://bugs.python.org/issue46419 opened by jharmse

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420 opened by Dennis Sweeney

#46421: unittest ValueError when invoking as module
https://bugs.python.org/issue46421 opened by BaderSZ

#46422: Why do we need `dis.Positions`?
https://bugs.python.org/issue46422 opened by sobolevn

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425 opened by sobolevn

#46426: Improve tests for the dir_fd argument
https://bugs.python.org/issue46426 opened by serhiy.storchaka

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429 opened by kumaraditya303

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 opened by kumaraditya303

#46431: Trouble subclassing ExceptionGroup
https://bugs.python.org/issue46431 opened by petr.viktorin

#46432: AMD64 FreeBSD Shared 3.x buildbot fails to build: error: error
https://bugs.python.org/issue46432 opened by vstinner

#46433: _PyType_GetModuleByDef optimization is incorrect
https://bugs.python.org/issue46433 opened by petr.viktorin

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434 opened by sparrowt

#46435: MessageID parser can crash with IndexError: string index out o
https://bugs.python.org/issue46435 opened by bpoaugust

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436 opened by maggyero

#46438: Static linking _decimal module breaks test_freeze
https://bugs.python.org/issue46438 opened by steve.dower

#46439: Clarify urllib.request.add_header documentation
https://bugs.python.org/issue46439 opened by epicfaace

#46440: ArgumentParser.parse_args exits on missing required argument w
https://bugs.python.org/issue46440 opened by trilader

#46442: testExceptionCleanupNames doesn't test anything?
https://bugs.python.org/issue46442 opened by yellowdusk1590

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445 opened by sobolevn

#46446: OpenBSD not MULTIARCH
https://bugs.python.org/issue46446 opened by kmosiejczuk

#46447: datetime.isoformat() documentation does not point to the risk
https://bugs.python.org/issue46447 opened by jeanCarloMachado

#46448: TypedDict inspect.signature error
https://bugs.python.org/issue46448 opened by jhwang

#46449: Deep-freezed modules create inconsistency in sys.gettotalrefco
https://bugs.python.org/issue46449 opened by vstinner

#46451: Possibly bad interaction with tracing and cython?
https://bugs.python.org/issue46451 opened by seberg

#46452: Possible false detection of Windows LZMA library as a malware
https://bugs.python.org/issue46452 opened by thfetoile

#46453: argparse subparser help text is not escaped before string form
https://bugs.python.org/issue46453 opened by pbsds

#46455: Deprecate / remove os.name=java
https://bugs.python.org/issue46455 opened by xmorel

#46456: Add mime type "image/avif"
https://bugs.python.org/issue46456 opened by wangjiahua

#46457: test_unittest: TestAsyncCase.test_debug_cleanup_same_loop() ha
https://bugs.python.org/issue46457 opened by vstinner

#46458: Optimise try-except code generation for the happy path
https://bugs.python.org/issue46458 opened by iritkatriel

#46459: Installing python to external drive (USB) using python install
https://bugs.python.org/issue46459 opened by oMqngo

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460 opened by sobolevn

#46461: Kodi crashing
https://bugs.python.org/issue46461 opened by mrpg



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

#46461: Kodi crashing
https://bugs.python.org/issue46461

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460

#46457: test_unittest: TestAsyncCase.test_debug_cleanup_same_loop() ha
https://bugs.python.org/issue46457

#46456: Add mime type "image/avif"
https://bugs.python.org/issue46456

#46453: argparse subparser help text is not escaped before string form
https://bugs.python.org/issue46453

#46447: datetime.isoformat() documentation does not point to the risk
https://bugs.python.org/issue46447

#46446: OpenBSD not MULTIARCH
https://bugs.python.org/issue46446

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445

#46440: ArgumentParser.parse_args exits on missing required argument w
https://bugs.python.org/issue46440

#46439: Clarify urllib.request.add_header documentation
https://bugs.python.org/issue46439

#46438: Static linking _decimal module breaks test_freeze
https://bugs.python.org/issue46438

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436

#46435: MessageID parser can crash with IndexError: string index out o
https://bugs.python.org/issue46435

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420

#46419: Incomplete Comparison to C++ Methods
https://bugs.python.org/issue46419



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

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460

#46458: Optimise try-except code generation for the happy path
https://bugs.python.org/issue46458

#46446: OpenBSD not MULTIARCH
https://bugs.python.org/issue46446

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445

#46442: testExceptionCleanupNames doesn't test anything?
https://bugs.python.org/issue46442

#46439: Clarify urllib.request.add_header documentation
https://bugs.python.org/issue46439

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434

#46433: _PyType_GetModuleByDef optimization is incorrect
https://bugs.python.org/issue46433

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429

#46426: Improve tests for the dir_fd argument
https://bugs.python.org/issue46426

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425

#46422: Why do we need `dis.Positions`?
https://bugs.python.org/issue46422

#46421: unittest ValueError when invoking as module
https://bugs.python.org/issue46421

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420



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

#46417: Clear static types in Py_Finalize() for embedded Python
https://bugs.python.org/issue46417 20 msgs

#46399: Addition of `mapping` attribute to dict views classes has inad
https://bugs.python.org/issue46399 19 msgs

#46376: PyMapping_Check returns 1 for list
https://bugs.python.org/issue46376 14 msgs

#40066: Enum: modify __repr__, __str__; update docs
https://bugs.python.org/issue40066 11 msgs

#46071: Graphlib documentation (edge direction)
https://bugs.python.org/issue46071 11 msgs

#46393: Generate frozenset constants when explicitly appropriate
https://bugs.python.org/issue46393 9 msgs

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425 9 msgs

#46382: dataclass(slots=True) does not account for slots in base class
https://bugs.python.org/issue46382 8 msgs

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434 8 msgs

#46392: MessageIDHeader is too strict for message-id
https://bugs.python.org/issue46392 7 msgs



Issues closed (101)
===================

#13649: termios.ICANON is not documented
https://bugs.python.org/issue13649 closed by iritkatriel

#20281: [doc] time.strftime %z format specifier is the same as %Z
https://bugs.python.org/issue20281 closed by iritkatriel

#23162: collections.abc sequences don't check identity before equality
https://bugs.python.org/issue23162 closed by iritkatriel

#23557: Misc/SpecialBuilds.txt contains outdated information about PYM
https://bugs.python.org/issue23557 closed by iritkatriel

#25652: collections.UserString.__rmod__() raises NameError
https://bugs.python.org/issue25652 closed by iritkatriel

#27302: csv.Sniffer guesses wrong when unquoted fields contain quotes
https://bugs.python.org/issue27302 closed by iritkatriel

#28169: shift exponent overflow
https://bugs.python.org/issue28169 closed by iritkatriel

#28186: Autogenerated tabs / trailing whitespace
https://bugs.python.org/issue28186 closed by iritkatriel

#28206: signal.Signals not documented
https://bugs.python.org/issue28206 closed by iritkatriel

#28477: Add optional user argument to pathlib.Path.home()
https://bugs.python.org/issue28477 closed by iritkatriel

#29541: Python3 error while building on Alt-F
https://bugs.python.org/issue29541 closed by iritkatriel

#29860: smtplib.py doesn't capitalize EHLO.
https://bugs.python.org/issue29860 closed by iritkatriel

#29964: [doc] %z directive has no effect on the output of time.strptim
https://bugs.python.org/issue29964 closed by iritkatriel

#30268: Make mimetypes.guess_type accept path-like objects
https://bugs.python.org/issue30268 closed by iritkatriel

#30492: 'make clinic' does not work for out of tree builds / clinic.py
https://bugs.python.org/issue30492 closed by iritkatriel

#30512: CAN Socket support for NetBSD
https://bugs.python.org/issue30512 closed by serhiy.storchaka

#30819: Linking with 'ld -b' fails with 64-bit using Itanium HP compil
https://bugs.python.org/issue30819 closed by iritkatriel

#31876: python363.chm includes gibberish
https://bugs.python.org/issue31876 closed by iritkatriel

#32976: linux/random.h present but cannot be compiled
https://bugs.python.org/issue32976 closed by iritkatriel

#33286: Conflict between tqdm and multiprocessing on windows
https://bugs.python.org/issue33286 closed by iritkatriel

#33994: python build egg fails with error while compiling test cases
https://bugs.python.org/issue33994 closed by iritkatriel

#34672: '%Z' strftime specifier never works with musl
https://bugs.python.org/issue34672 closed by iritkatriel

#34924: inspect.signature isn't aware that types.MethodType can wrap a
https://bugs.python.org/issue34924 closed by iritkatriel

#35107: untokenize() fails on tokenize output when a newline is missin
https://bugs.python.org/issue35107 closed by iritkatriel

#35974: os.DirEntry.inode() returns invalid value within Docker contai
https://bugs.python.org/issue35974 closed by iritkatriel

#36369: test_weakref super slow on RPi Zero
https://bugs.python.org/issue36369 closed by iritkatriel

#37084: _ctypes not failing, can't find reason
https://bugs.python.org/issue37084 closed by iritkatriel

#37310: Solaris 11.3 w/ Studio 12.6 test_ctypes fail
https://bugs.python.org/issue37310 closed by iritkatriel

#37311: Solaris 11.3 w/ Studio 12.6 test_support fail
https://bugs.python.org/issue37311 closed by iritkatriel

#37776: [subinterpreters] Test Py_Finalize() from a subinterpreter
https://bugs.python.org/issue37776 closed by vstinner

#37800: Clean up the documentation on module attributes
https://bugs.python.org/issue37800 closed by iritkatriel

#38550: hashlib missing algorithms
https://bugs.python.org/issue38550 closed by iritkatriel

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963 closed by iritkatriel

#39147: using zipfile with root privilege shows FileNotFoundError
https://bugs.python.org/issue39147 closed by iritkatriel

#39276: type() cause segmentation fault in callback function called f
https://bugs.python.org/issue39276 closed by iritkatriel

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663 closed by iritkatriel

#39819: NULL pointer crash in Modules/_cursesmodule.c in PyInit__curse
https://bugs.python.org/issue39819 closed by iritkatriel

#39952: Using VS2019 to automatically build Python3 and it failed to b
https://bugs.python.org/issue39952 closed by iritkatriel

#40116: Regression in memory use of shared key dictionaries for "compa
https://bugs.python.org/issue40116 closed by Mark.Shannon

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729 closed by BTaskaya

#41034: test_builtin: PtyTests fail when run twice
https://bugs.python.org/issue41034 closed by vstinner

#41857: Document timeout arguments to poll() in select module
https://bugs.python.org/issue41857 closed by taleinat

#42028: Regression in mimetypes for image/bmp
https://bugs.python.org/issue42028 closed by iritkatriel

#42199: bytecode_helper assertNotInBytecode fails too eagerly
https://bugs.python.org/issue42199 closed by iritkatriel

#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548 closed by iritkatriel

#42712: Segmentation fault in running ast.literal_eval() with large ex
https://bugs.python.org/issue42712 closed by iritkatriel

#43430: Exception raised when attempting to create Enum via functional
https://bugs.python.org/issue43430 closed by iritkatriel

#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476 closed by terry.reedy

#43869: Fix documentation of epoch/time.time
https://bugs.python.org/issue43869 closed by vstinner

#43975: Incorrect MIME type returned for .js files Windows 10.
https://bugs.python.org/issue43975 closed by iritkatriel

#44024: Improve the TypeError message for non-string second arguments
https://bugs.python.org/issue44024 closed by serhiy.storchaka

#44901: Info about used pickle protocol used by multiprocessing.Queue
https://bugs.python.org/issue44901 closed by iritkatriel

#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 closed by steve.dower

#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 closed by shihai1991

#45535: Enum's dir() does not contain inherited members
https://bugs.python.org/issue45535 closed by ethan.furman

#45554: multiprocessing exitcode is insufficiently documented
https://bugs.python.org/issue45554 closed by pitrou

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 closed by kj

#45834: Move runtime except: check to the parser
https://bugs.python.org/issue45834 closed by iritkatriel

#45877: Inconsistency in minimal supported version of Microsoft Visual
https://bugs.python.org/issue45877 closed by arhadthedev

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947 closed by Mark.Shannon

#46017: Tutorial incorrectly refers to skits rather than sketches.
https://bugs.python.org/issue46017 closed by iritkatriel

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038 closed by arhadthedev

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS
https://bugs.python.org/issue46080 closed by taleinat

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086 closed by taleinat

#46108: Enum repr() incorrect when mixed with non-__new__ data types
https://bugs.python.org/issue46108 closed by ethan.furman

#46242: Improve error message when attempting to extend an enum with `
https://bugs.python.org/issue46242 closed by AlexWaygood

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255 closed by malin

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258 closed by mark.dickinson

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316 closed by zach.ware

#46339: PEG parser segfault from ast.literal_eval
https://bugs.python.org/issue46339 closed by pablogsal

#46361: Small ints aren't always cached properly
https://bugs.python.org/issue46361 closed by mark.dickinson

#46363: Two typos in versions 3.7 document translation of zh_CN
https://bugs.python.org/issue46363 closed by iritkatriel

#46379: itertools.product reference implementation creates temporaries
https://bugs.python.org/issue46379 closed by rhettinger

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380 closed by rhettinger

#46385: Remove parenthetical symbols for readability and nlp
https://bugs.python.org/issue46385 closed by Dennis Sweeney

#46386: Improve `test_typing::test_immutability_by_copy_and_pickle`
https://bugs.python.org/issue46386 closed by corona10

#46387: `test_field_descriptor` in `test_collections` should test all
https://bugs.python.org/issue46387 closed by rhettinger

#46388: Improve test coverage of functools.total_ordering
https://bugs.python.org/issue46388 closed by rhettinger

#46394: setuptools' _distutils_hack breaks Python build
https://bugs.python.org/issue46394 closed by christian.heimes

#46395: `Concatenate` is not covered to be a return type in `test_typi
https://bugs.python.org/issue46395 closed by sobolevn

#46401: Setuptools 60.0 breaks building from source on Debian 11: No m
https://bugs.python.org/issue46401 closed by i-Ching

#46402: Enhance sqlite3 to avoid implicit creation?
https://bugs.python.org/issue46402 closed by erlendaasland

#46403: Unhelpful SyntaxError
https://bugs.python.org/issue46403 closed by terry.reedy

#46405: Warning compiling main on Windows
https://bugs.python.org/issue46405 closed by terry.reedy

#46408: signal module wrongly relies on small int singletons
https://bugs.python.org/issue46408 closed by christian.heimes

#46409: Add a new bytecode instruction to create generators
https://bugs.python.org/issue46409 closed by Mark.Shannon

#46411: modernize exception handling in tests
https://bugs.python.org/issue46411 closed by iritkatriel

#46412: PyQT6 projects crashes with python 3.10
https://bugs.python.org/issue46412 closed by ronaldoussoren

#46413: `__or__` is not covered for `_GenericAlias` and `_SpecialGener
https://bugs.python.org/issue46413 closed by kj

#46415: ipaddress.ip_{address,network,interface} raises TypeError inst
https://bugs.python.org/issue46415 closed by Jelle Zijlstra

#46418: Simplify `MODULE` variable in `test_enum.py`
https://bugs.python.org/issue46418 closed by sobolevn

#46423: CLI: Addition assignment for tuples
https://bugs.python.org/issue46423 closed by mark.dickinson

#46424: `typing.Annotated` one type argument usage is not covered in t
https://bugs.python.org/issue46424 closed by sobolevn

#46427: Correct MSBuild's configuration for _freeze_module.exe
https://bugs.python.org/issue46427 closed by steve.dower

#46428: Cython Build: '_PyErr_StackItem??? has no member named ???exc_
https://bugs.python.org/issue46428 closed by YoSTEALTH

#46437: Non-required `hasattr` checks in `test_typing`
https://bugs.python.org/issue46437 closed by AlexWaygood

#46441: Caret points to wrong line on 'return yield 42' in REPL
https://bugs.python.org/issue46441 closed by pablogsal

#46443: Deepfreeze use preallocated small ints
https://bugs.python.org/issue46443 closed by kumaraditya303

#46444: Wrong value of pi for larger values using math.cos() function
https://bugs.python.org/issue46444 closed by serhiy.storchaka

#46450: namedtuple leaks data between instances when field's default v
https://bugs.python.org/issue46450 closed by eric.smith

#46454: '0 -> /dev/null' is lost
https://bugs.python.org/issue46454 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-21 - 2022-01-28)
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 7157 (-18)
closed 51138 (+124)
total 58295 (+106)

Open issues with patches: 2888


Issues opened (71)
==================

#33205: GROWTH_RATE prevents dict shrinking
https://bugs.python.org/issue33205 reopened by rhettinger

#38195: A bug in the multiprocessing module
https://bugs.python.org/issue38195 reopened by eshkrig

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733 reopened by gregory.p.smith

#44734: turtle: tests for Vec2D.__abs__ are too strict
https://bugs.python.org/issue44734 reopened by petr.viktorin

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 reopened by gregory.p.smith

#45200: Address Sanitizer: libasan dead lock in pthread_create() (test
https://bugs.python.org/issue45200 reopened by vstinner

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 reopened by kj

#46240: Incorrect hint about forgetting a comma
https://bugs.python.org/issue46240 reopened by vstinner

#46285: protocol_version in http.server.test can be ignored
https://bugs.python.org/issue46285 reopened by eric.araujo

#46462: Email Header Folding Converts Non-CRLF Newlines to CRLFs
https://bugs.python.org/issue46462 opened by jwalterclark

#46464: concurrent.futures.ProcessPoolExecutor can deadlock when tcmal
https://bugs.python.org/issue46464 opened by yilei

#46465: Regression caused by CALL_FUNCTION specialization for C functi
https://bugs.python.org/issue46465 opened by vstinner

#46472: A option that choose between single quote and double quote in
https://bugs.python.org/issue46472 opened by I-love-study

#46475: typing.Never and typing.assert_never
https://bugs.python.org/issue46475 opened by Jelle Zijlstra

#46477: Enum: ensure bitwise operators on subclasses are correct
https://bugs.python.org/issue46477 opened by ethan.furman

#46479: Implement typing.reveal_locals
https://bugs.python.org/issue46479 opened by Jelle Zijlstra

#46480: Implement typing.assert_type
https://bugs.python.org/issue46480 opened by Jelle Zijlstra

#46482: `typing.Annotation.__new__` is not covered
https://bugs.python.org/issue46482 opened by sobolevn

#46483: `pathlib.PurePath.__class_getitem__` does not return `GenericA
https://bugs.python.org/issue46483 opened by sobolevn

#46484: Add test for Calendar().iterweekdays()
https://bugs.python.org/issue46484 opened by wangjiahua

#46487: `_SSLProtocolTransport` doesn't have the `get_write_buffer_lim
https://bugs.python.org/issue46487 opened by mooncell07

#46489: webbrowser crashes Ubuntu kernel
https://bugs.python.org/issue46489 opened by dizcza

#46490: Add "follow_symlinks=False" support for "os.utime()" on Window
https://bugs.python.org/issue46490 opened by Delgan

#46493: Add an API to indicate if the process might have multiple thre
https://bugs.python.org/issue46493 opened by gregory.p.smith

#46494: Mention typing_extensions in the typing documentation
https://bugs.python.org/issue46494 opened by Jelle Zijlstra

#46495: IDLE subsection of What's New 3.11
https://bugs.python.org/issue46495 opened by terry.reedy

#46496: idlelib/NEWS.txt for 3.11.0 and backports
https://bugs.python.org/issue46496 opened by terry.reedy

#46497: IDLE macOS shortcut ctrl+S doesn???t work for show completions
https://bugs.python.org/issue46497 opened by dvd101x

#46498: Add new triplets for loongarch64
https://bugs.python.org/issue46498 opened by loongson-zn

#46500: make timeit module accept files
https://bugs.python.org/issue46500 opened by CCLDArjun

#46501: Windows 10, turtle left right not working
https://bugs.python.org/issue46501 opened by wizprokidz

#46506: [Windows] wrap CreateFile to support follow_symlinks
https://bugs.python.org/issue46506 opened by eryksun

#46507: enabling cProfile to profile code given as an argument "?? la"
https://bugs.python.org/issue46507 opened by jul2

#46508: codec name acceptance became way too lenient in 3.9
https://bugs.python.org/issue46508 opened by gregory.p.smith

#46509: Type-specialized Py_DECREF
https://bugs.python.org/issue46509 opened by Dennis Sweeney

#46511: dataclasses: Allow typing.Annotated to wrap dataclasses-specif
https://bugs.python.org/issue46511 opened by GBeauregard

#46512: Explicit or correct behavior of filecmp.cmpfiles w/ absolute p
https://bugs.python.org/issue46512 opened by bers

#46518: SSL socket timeout not set after client connects via accept
https://bugs.python.org/issue46518 opened by tomazas

#46520: `ast.unparse` produces syntactically illegal code for identifi
https://bugs.python.org/issue46520 opened by Kodiologist

#46521: compile_command not raising syntax error when command ends wit
https://bugs.python.org/issue46521 opened by tusharsadhwani

#46522: concurrent.futures.__getattr__ raises the wrong AttributeError
https://bugs.python.org/issue46522 opened by graingert

#46523: Test suite skips failing tests when setUp[Class] fails
https://bugs.python.org/issue46523 opened by sobolevn

#46524: test_peg_generator takes 8 minutes on Windows
https://bugs.python.org/issue46524 opened by vstinner

#46525: datetime.timestamp() lose precision when the time is too large
https://bugs.python.org/issue46525 opened by yilei

#46526: iglob exclude patterns
https://bugs.python.org/issue46526 opened by hleth

#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 opened by brandtbucher

#46532: Improve effeciency of PRECALL/CALL instructions
https://bugs.python.org/issue46532 opened by Mark.Shannon

#46533: Specialize for staticmethods and classmethods
https://bugs.python.org/issue46533 opened by Mark.Shannon

#46534: Implementing PEP 673 (Self type)
https://bugs.python.org/issue46534 opened by Gobot1234

#46535: Possible bug: pdb causes exception
https://bugs.python.org/issue46535 opened by cklb

#46540: dylibs not loading properly from NFS mounts
https://bugs.python.org/issue46540 opened by embassy_vfx

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541 opened by eric.snow

#46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui
https://bugs.python.org/issue46542 opened by vstinner

#46543: Add sys._getfunc
https://bugs.python.org/issue46543 opened by Jelle Zijlstra

#46544: `textwrap.TextWrapper` leaks two intermediate vars into class
https://bugs.python.org/issue46544 opened by sobolevn

#46547: `pydoc.Helper` leaks several `for` loop variables
https://bugs.python.org/issue46547 opened by sobolevn

#46548: macOS installers cannot be signed on Monterey
https://bugs.python.org/issue46548 opened by nneonneo

#46550: __slots__ updates despite being read-only
https://bugs.python.org/issue46550 opened by IanLee1521

#46553: typing: get_type_hints on stringified lone ClassVar raises Typ
https://bugs.python.org/issue46553 opened by GBeauregard

#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554 opened by keelung-yang

#46555: Unicode-mangled names refer inconsistently to constants
https://bugs.python.org/issue46555 opened by Kodiologist

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556 opened by barneygale

#46557: Logging captured warnings with a format string unnecessarily g
https://bugs.python.org/issue46557 opened by mnito

#46559: base64 documentation is out-dated; altchars has to have the ex
https://bugs.python.org/issue46559 opened by ynn

#46560: ParamSpec: Typo in doc string
https://bugs.python.org/issue46560 opened by ESchalton

#46561: Descriptor resolution should own arguments passed to descripto
https://bugs.python.org/issue46561 opened by tekknolagi

#46563: Add tests and documentation regarding context of exception in
https://bugs.python.org/issue46563 opened by iritkatriel

#46564: Near zero-cost super().meth() calls via adaptive superinstruct
https://bugs.python.org/issue46564 opened by kj

#46565: Multiple modules leak `for` loop variables into module's names
https://bugs.python.org/issue46565 opened by sobolevn

#46566: Support -3.11-arm64 in py.exe launcher
https://bugs.python.org/issue46566 opened by steve.dower

#46567: Add Tcl/Tk builds for ARM64
https://bugs.python.org/issue46567 opened by steve.dower



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

#46567: Add Tcl/Tk builds for ARM64
https://bugs.python.org/issue46567

#46566: Support -3.11-arm64 in py.exe launcher
https://bugs.python.org/issue46566

#46564: Near zero-cost super().meth() calls via adaptive superinstruct
https://bugs.python.org/issue46564

#46563: Add tests and documentation regarding context of exception in
https://bugs.python.org/issue46563

#46559: base64 documentation is out-dated; altchars has to have the ex
https://bugs.python.org/issue46559

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556

#46555: Unicode-mangled names refer inconsistently to constants
https://bugs.python.org/issue46555

#46547: `pydoc.Helper` leaks several `for` loop variables
https://bugs.python.org/issue46547

#46543: Add sys._getfunc
https://bugs.python.org/issue46543

#46540: dylibs not loading properly from NFS mounts
https://bugs.python.org/issue46540

#46535: Possible bug: pdb causes exception
https://bugs.python.org/issue46535

#46534: Implementing PEP 673 (Self type)
https://bugs.python.org/issue46534

#46525: datetime.timestamp() lose precision when the time is too large
https://bugs.python.org/issue46525

#46518: SSL socket timeout not set after client connects via accept
https://bugs.python.org/issue46518

#46512: Explicit or correct behavior of filecmp.cmpfiles w/ absolute p
https://bugs.python.org/issue46512



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

#46565: Multiple modules leak `for` loop variables into module's names
https://bugs.python.org/issue46565

#46564: Near zero-cost super().meth() calls via adaptive superinstruct
https://bugs.python.org/issue46564

#46563: Add tests and documentation regarding context of exception in
https://bugs.python.org/issue46563

#46561: Descriptor resolution should own arguments passed to descripto
https://bugs.python.org/issue46561

#46560: ParamSpec: Typo in doc string
https://bugs.python.org/issue46560

#46557: Logging captured warnings with a format string unnecessarily g
https://bugs.python.org/issue46557

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556

#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554

#46553: typing: get_type_hints on stringified lone ClassVar raises Typ
https://bugs.python.org/issue46553

#46547: `pydoc.Helper` leaks several `for` loop variables
https://bugs.python.org/issue46547

#46544: `textwrap.TextWrapper` leaks two intermediate vars into class
https://bugs.python.org/issue46544

#46543: Add sys._getfunc
https://bugs.python.org/issue46543

#46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui
https://bugs.python.org/issue46542

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541

#46534: Implementing PEP 673 (Self type)
https://bugs.python.org/issue46534



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

#45382: platform() is not able to detect windows 11
https://bugs.python.org/issue45382 17 msgs

#46465: Regression caused by CALL_FUNCTION specialization for C functi
https://bugs.python.org/issue46465 13 msgs

#41370: PEP 585 and ForwardRef
https://bugs.python.org/issue41370 9 msgs

#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 9 msgs

#46553: typing: get_type_hints on stringified lone ClassVar raises Typ
https://bugs.python.org/issue46553 9 msgs

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425 8 msgs

#46524: test_peg_generator takes 8 minutes on Windows
https://bugs.python.org/issue46524 8 msgs

#34680: asyncio event_loop fails when accessed from multiple threads
https://bugs.python.org/issue34680 7 msgs

#38472: setup.py: GCC detection is broken when cross-compiling with a
https://bugs.python.org/issue38472 7 msgs

#45476: [C API] PEP 674: Disallow using macros (Py_TYPE and Py_SIZE) a
https://bugs.python.org/issue45476 7 msgs



Issues closed (125)
===================

#5884: pydoc to return error status code
https://bugs.python.org/issue5884 closed by iritkatriel

#7057: tkinter doc: more 3.x updates
https://bugs.python.org/issue7057 closed by zach.ware

#10943: abitype: Need better support to port C extension modules to th
https://bugs.python.org/issue10943 closed by zach.ware

#21987: TarFile.getmember on directory requires trailing slash iff ove
https://bugs.python.org/issue21987 closed by serhiy.storchaka

#22045: Python make issue
https://bugs.python.org/issue22045 closed by iritkatriel

#22211: Remove VMS specific code in expat.h & xmlrole.h
https://bugs.python.org/issue22211 closed by iritkatriel

#23289: concurrent.futures.Executor.map is not equivalent to map.
https://bugs.python.org/issue23289 closed by iritkatriel

#23556: [doc] Scope for raise without argument is different in Python
https://bugs.python.org/issue23556 closed by iritkatriel

#23769: valgrind reports leaks for test_zipimport
https://bugs.python.org/issue23769 closed by vstinner

#24046: Incomplete build on AIX
https://bugs.python.org/issue24046 closed by iritkatriel

#29844: Windows Python installers not installing DLL to System32/SysWO
https://bugs.python.org/issue29844 closed by zach.ware

#30053: Problems building with --enable-profiling on macOS using homeb
https://bugs.python.org/issue30053 closed by iritkatriel

#30424: make pydoc-topics fails
https://bugs.python.org/issue30424 closed by iritkatriel

#31011: Users (except from the one who installed) not able to see pyt
https://bugs.python.org/issue31011 closed by iritkatriel

#31305: 'pydoc -w import' report "no Python documentation found for 'i
https://bugs.python.org/issue31305 closed by iritkatriel

#31698: Add REQ_NAME to the node.h API
https://bugs.python.org/issue31698 closed by Jelle Zijlstra

#31991: Race condition in wait with timeout for multiprocessing.Event
https://bugs.python.org/issue31991 closed by iritkatriel

#32202: [ctypes] all long double tests fail on android-24-x86_64
https://bugs.python.org/issue32202 closed by iritkatriel

#32203: [ctypes] test_struct_by_value fails on android-24-arm64
https://bugs.python.org/issue32203 closed by iritkatriel

#32343: Leak Sanitizer reports memory leaks while building using ASAN
https://bugs.python.org/issue32343 closed by iritkatriel

#33822: IDLE subsection of What's New 3.8
https://bugs.python.org/issue33822 closed by terry.reedy

#33936: OPENSSL_VERSION_1_1 never defined in _hashopenssl.c
https://bugs.python.org/issue33936 closed by christian.heimes

#33983: unify types for lib2to3.pytree.Base.children
https://bugs.python.org/issue33983 closed by Jelle Zijlstra

#35774: ASAN, memory leak
https://bugs.python.org/issue35774 closed by vstinner

#36257: configure with --with-icc --with-cxx-main=icpc
https://bugs.python.org/issue36257 closed by iritkatriel

#37080: Cannot compile Python3.7.3 on Alt-F (ARM)
https://bugs.python.org/issue37080 closed by iritkatriel

#37886: PyStructSequence_UnnamedField not exported
https://bugs.python.org/issue37886 closed by iritkatriel

#38039: Segfault when pickling dictionary with large pandas dataframes
https://bugs.python.org/issue38039 closed by iritkatriel

#38665: Crash when running SQLAlchemy with pyodbc
https://bugs.python.org/issue38665 closed by iritkatriel

#39708: final link stage in compile fails for 3.8.1 with missing CFLAG
https://bugs.python.org/issue39708 closed by iritkatriel

#39731: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue39731 closed by iritkatriel

#39854: f-strings with format specifiers have wrong col_offset
https://bugs.python.org/issue39854 closed by iritkatriel

#40170: [C API] Prepare PyTypeObject structure for a stable ABI: avoid
https://bugs.python.org/issue40170 closed by vstinner

#40250: unable to comment out r'\u' string with triple quote marks
https://bugs.python.org/issue40250 closed by iritkatriel

#40356: OverflowError: mktime argument out of range
https://bugs.python.org/issue40356 closed by iritkatriel

#41209: Scripts Folder is Empty
https://bugs.python.org/issue41209 closed by iritkatriel

#41403: Uncaught AttributeError in unittest.mock._get_target
https://bugs.python.org/issue41403 closed by iritkatriel

#41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5
https://bugs.python.org/issue41603 closed by iritkatriel

#41682: [Windows] : Proactor test_sendfile_close_peer_in_the_middle_of
https://bugs.python.org/issue41682 closed by vstinner

#41906: logging.config.dictConfig does not work with callable filters
https://bugs.python.org/issue41906 closed by vinay.sajip

#42091: strftime returns empty string for -d, -I 3.8.3
https://bugs.python.org/issue42091 closed by iritkatriel

#42585: Segmentation fault on Linux with multiprocess queue
https://bugs.python.org/issue42585 closed by iritkatriel

#42982: Update suggested number of iterations for pbkdf2_hmac()
https://bugs.python.org/issue42982 closed by gregory.p.smith

#43536: 3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test
https://bugs.python.org/issue43536 closed by vstinner

#44642: Union of a type and the typing module function
https://bugs.python.org/issue44642 closed by sobolevn

#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 closed by taleinat

#45868: xattr support missing in os module under cygwin
https://bugs.python.org/issue45868 closed by iritkatriel

#45945: compileall.py throws a traceback when using -j0 and thus 'make
https://bugs.python.org/issue45945 closed by iritkatriel

#46071: Graphlib documentation (edge direction)
https://bugs.python.org/issue46071 closed by dam1784

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091 closed by pablogsal

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

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

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157 closed by serhiy.storchaka

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204 closed by dam1784

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214 closed by iritkatriel

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 closed by corona10

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254 closed by iritkatriel

#46340: DeprecationWarning emitted when running asyncio tests
https://bugs.python.org/issue46340 closed by kumaraditya303

#46378: Experiment with LLVM BOLT binary optimizer
https://bugs.python.org/issue46378 closed by corona10

#46383: _zoneinfo module_free has invalid function signature
https://bugs.python.org/issue46383 closed by christian.heimes

#46396: `Concatenate` should not raise any semantic errors
https://bugs.python.org/issue46396 closed by gvanrossum

#46399: Addition of `mapping` attribute to dict views classes has inad
https://bugs.python.org/issue46399 closed by AlexWaygood

#46406: optimize int division
https://bugs.python.org/issue46406 closed by mark.dickinson

#46407: optimizing `1 << n` or `2 ** n` and modulo-only operations
https://bugs.python.org/issue46407 closed by tim.peters

#46416: Direct invocation of `Lib/test/test_typing.py` fails
https://bugs.python.org/issue46416 closed by sobolevn

#46417: Clear static types in Py_Finalize() for embedded Python
https://bugs.python.org/issue46417 closed by vstinner

#46419: Incomplete Comparison to C++ Methods
https://bugs.python.org/issue46419 closed by gvanrossum

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420 closed by Dennis Sweeney

#46422: Why do we need `dis.Positions`?
https://bugs.python.org/issue46422 closed by sobolevn

#46426: Improve tests for the dir_fd argument
https://bugs.python.org/issue46426 closed by serhiy.storchaka

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429 closed by kumaraditya303

#46431: Trouble subclassing ExceptionGroup
https://bugs.python.org/issue46431 closed by iritkatriel

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434 closed by steve.dower

#46442: testExceptionCleanupNames doesn't test anything?
https://bugs.python.org/issue46442 closed by eric.smith

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445 closed by sobolevn

#46449: Deep-freezed modules create inconsistency in sys.gettotalrefco
https://bugs.python.org/issue46449 closed by vstinner

#46452: Possible false detection of Windows LZMA library as a malware
https://bugs.python.org/issue46452 closed by terry.reedy

#46453: argparse subparser help text is not escaped before string form
https://bugs.python.org/issue46453 closed by iritkatriel

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460 closed by iritkatriel

#46463: escape4chm.py script causing AttributeError in docs build
https://bugs.python.org/issue46463 closed by steve.dower

#46466: help function reads comments
https://bugs.python.org/issue46466 closed by steven.daprano

#46467: Rounding 5,50,500 behaves differently depending on preceding v
https://bugs.python.org/issue46467 closed by steven.daprano

#46468: http.server documentation missing default value for port
https://bugs.python.org/issue46468 closed by asvetlov

#46469: asyncio Generic classes should return GenericAlias in __class_
https://bugs.python.org/issue46469 closed by asvetlov

#46470: `_remove_dups_flatten` in `typing.py` contains dead branch
https://bugs.python.org/issue46470 closed by kj

#46471: use global singletons for single byte bytes objects in deepfre
https://bugs.python.org/issue46471 closed by erlendaasland

#46473: importlib.metadata does not honor .egg-link files
https://bugs.python.org/issue46473 closed by onlinespending

#46474: Inefficient regular expression complexity in EntryPoint.patter
https://bugs.python.org/issue46474 closed by jaraco

#46476: Not all memory allocated by _Py_Quicken() is released at Pytho
https://bugs.python.org/issue46476 closed by vstinner

#46478: DirEntry.stat() of os.scandir() has no dir_fd parameter
https://bugs.python.org/issue46478 closed by vstinner

#46481: Implement vectorcall protocol for weakref_call()
https://bugs.python.org/issue46481 closed by corona10

#46485: ~ PEG operator in the grammar
https://bugs.python.org/issue46485 closed by pablogsal

#46486: Rename DesciptorClassification => DescriptorClassification in
https://bugs.python.org/issue46486 closed by rhettinger

#46488: listsort.txt wrongly assumes you cannot calculate leading zero
https://bugs.python.org/issue46488 closed by rhettinger

#46491: typing: allow Annotated in outermost scope
https://bugs.python.org/issue46491 closed by kj

#46492: BrokenPipeError when piping to head (linux)
https://bugs.python.org/issue46492 closed by royroy

#46499: circular impoty
https://bugs.python.org/issue46499 closed by iritkatriel

#46502: Py_CompileString no longer allows to tell "incomplete input" f
https://bugs.python.org/issue46502 closed by pablogsal

#46503: assertion failure in Parser/string_parser.c
https://bugs.python.org/issue46503 closed by eric.smith

#46504: Faster code for trial quotient in x_divrem
https://bugs.python.org/issue46504 closed by tim.peters

#46505: Simplify exception handling code in py_compile
https://bugs.python.org/issue46505 closed by iritkatriel

#46510: Update Python2-style exception handling
https://bugs.python.org/issue46510 closed by iritkatriel

#46513: AC_C_CHAR_UNSIGNED from configure.ac confuses GCC 12+ by defin
https://bugs.python.org/issue46513 closed by christian.heimes

#46514: Pathlib Path.touch() seems to ignore groups write bit for mode
https://bugs.python.org/issue46514 closed by ronaldoussoren

#46515: SPAM
https://bugs.python.org/issue46515 closed by mrabarnett

#46516: Use existing unbound_local_error label in DELETE_FAST opcode
https://bugs.python.org/issue46516 closed by kj

#46517: Review exception handling in urllib
https://bugs.python.org/issue46517 closed by iritkatriel

#46519: test_typing failing on branch 3.10
https://bugs.python.org/issue46519 closed by kj

#46527: enumerate no longer accepts iterable keyword argument
https://bugs.python.org/issue46527 closed by corona10

#46529: Improve test coverage of `Union` and `Optional` repr()
https://bugs.python.org/issue46529 closed by kj

#46530: `'thread_time'` is missing from `test_get_clock_info`
https://bugs.python.org/issue46530 closed by sobolevn

#46531: Simplify exception handling in `doctest.py`
https://bugs.python.org/issue46531 closed by sobolevn

#46536: Better for loop
https://bugs.python.org/issue46536 closed by eric.smith

#46537: zipfile crash on windows, detected during pip install pyodbc-
https://bugs.python.org/issue46537 closed by Martin-Forster

#46538: [C API] Make the PyDescrObject structure opaque: PyDescr_NAME(
https://bugs.python.org/issue46538 closed by vstinner

#46539: typing: forward references don't understand special type forms
https://bugs.python.org/issue46539 closed by AlexWaygood

#46545: `textwrap.TextWrapper` leaks two intermediate vars into class
https://bugs.python.org/issue46545 closed by sobolevn

#46546: `importlib.metadata.DeprecatedList` leaks `method_name` variab
https://bugs.python.org/issue46546 closed by sobolevn

#46549: Error in list comprehension conditionals when used in class at
https://bugs.python.org/issue46549 closed by Dennis Sweeney

#46551: Provide number of workers option for fast PGO build time
https://bugs.python.org/issue46551 closed by corona10

#46552: typing: get_type_hints can't handle stringified annotations wi
https://bugs.python.org/issue46552 closed by gvanrossum

#46558: Quadratic time internal base conversions
https://bugs.python.org/issue46558 closed by tim.peters

#46562: Add typeof or enum behavior in the typing module
https://bugs.python.org/issue46562 closed by Jelle Zijlstra

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 closed by vstinner

#1471934: Python libcrypt build problem on Solaris 8, 9, 10 and OpenSola
https://bugs.python.org/issue1471934 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-28 - 2022-02-04)
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 7144 (-13)
closed 51222 (+84)
total 58366 (+71)

Open issues with patches: 2890


Issues opened (44)
==================

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 reopened by vstinner

#45773: Compiler hangs during jump elimination
https://bugs.python.org/issue45773 reopened by brandtbucher

#46570: Windows support for OpenSSL 3.0
https://bugs.python.org/issue46570 opened by jay0lee

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571 opened by sobolevn

#46575: One-off errors in hashlib.scrypt error messages
https://bugs.python.org/issue46575 opened by ron_kaminsky

#46577: Hostname spoofing via backslashes in URL
https://bugs.python.org/issue46577 opened by meetdash

#46578: cant DEBUG os.spawnv()
https://bugs.python.org/issue46578 opened by michaellongge

#46580: email.utils.unquote strips too many slashes
https://bugs.python.org/issue46580 opened by hbandi

#46581: _typevar_types and _paramspec_tvars are missing from _GenericA
https://bugs.python.org/issue46581 opened by posita

#46585: Should we re-export `PyObj_FromPtr` in `ctypes`?
https://bugs.python.org/issue46585 opened by sobolevn

#46586: In documentation contents enum.property erroneously links to b
https://bugs.python.org/issue46586 opened by Dutcho

#46587: datetime and time tests use non-portal "%4Y" format
https://bugs.python.org/issue46587 opened by christian.heimes

#46589: Improve documentation for typing._GenericAlias
https://bugs.python.org/issue46589 opened by matthew.rahtz

#46592: Undocumented behavior in strptime for ISO week dates
https://bugs.python.org/issue46592 opened by Jonatan Skogsfors

#46593: memoryview lacks support for half floats
https://bugs.python.org/issue46593 opened by pitrou

#46594: Windows "Edit with IDLE >" only has one selection
https://bugs.python.org/issue46594 opened by terry.reedy

#46596: PyLineTable_InitAddressRange isn't exported - causing C Extens
https://bugs.python.org/issue46596 opened by nathan3

#46598: ElementTree: wrong XML prolog for the utf-8-sig encoding
https://bugs.python.org/issue46598 opened by prikryl

#46600: Python built with clang -O0 allocates 10x more stack memory th
https://bugs.python.org/issue46600 opened by vstinner

#46601: macOS installer "Install Certificates.command" fails if pip is
https://bugs.python.org/issue46601 opened by cryptophoto

#46603: `typing._strip_annotations` is not fully covered
https://bugs.python.org/issue46603 opened by sobolevn

#46604: Documentation fix in ssl module
https://bugs.python.org/issue46604 opened by glk0

#46605: Py_XDECREF() module on fail in Py_mod_exec
https://bugs.python.org/issue46605 opened by ov2k

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606 opened by methane

#46607: Add DeprecationWarning to configparser's LegacyInterpolation
https://bugs.python.org/issue46607 opened by hugovk

#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608 opened by kumaraditya303

#46609: Generator-based coroutines in Python 3.10 docs
https://bugs.python.org/issue46609 opened by srittau

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611 opened by sobolevn

#46613: Add PyType_GetModuleByDef to the public & limited API
https://bugs.python.org/issue46613 opened by petr.viktorin

#46614: Add option to output UTC datetimes as "Z" in `.isoformat()`
https://bugs.python.org/issue46614 opened by p-ganssle

#46615: Use-after-free by mutating set during set operations
https://bugs.python.org/issue46615 opened by Dennis Sweeney

#46619: lazy module property not recognized by doctests
https://bugs.python.org/issue46619 opened by jaraco

#46620: Documentation of ipaddress behavior for prefix length with lea
https://bugs.python.org/issue46620 opened by lay20114

#46621: Should map(function, iterable, ...) replace StopIteration with
https://bugs.python.org/issue46621 opened by xavieryao

#46622: Support decorating a coroutine with functools.cached_property
https://bugs.python.org/issue46622 opened by uranusjr

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623 opened by vstinner

#46625: timeout option of socket.create_connection is not respected
https://bugs.python.org/issue46625 opened by Nicolas SURRIBAS

#46631: Implement a "strict" mode for getpass.getuser()
https://bugs.python.org/issue46631 opened by eryksun

#46632: test_ssl: 2 tests fail on cstratak-CentOS9-fips-x86_64
https://bugs.python.org/issue46632 opened by vstinner

#46633: AddressSanitizer: Skip tests directly in Python, not with exte
https://bugs.python.org/issue46633 opened by vstinner

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634 opened by erlendaasland

#46635: unittest.defaultTestLoader.discover fails for namespace packag
https://bugs.python.org/issue46635 opened by tpapastylianou

#46637: Incorrect error message: "missing 1 required positional argume
https://bugs.python.org/issue46637 opened by Anders.Hovm??ller

#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638 opened by steve.dower



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

#46635: unittest.defaultTestLoader.discover fails for namespace packag
https://bugs.python.org/issue46635

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634

#46632: test_ssl: 2 tests fail on cstratak-CentOS9-fips-x86_64
https://bugs.python.org/issue46632

#46631: Implement a "strict" mode for getpass.getuser()
https://bugs.python.org/issue46631

#46625: timeout option of socket.create_connection is not respected
https://bugs.python.org/issue46625

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623

#46622: Support decorating a coroutine with functools.cached_property
https://bugs.python.org/issue46622

#46620: Documentation of ipaddress behavior for prefix length with lea
https://bugs.python.org/issue46620

#46619: lazy module property not recognized by doctests
https://bugs.python.org/issue46619

#46614: Add option to output UTC datetimes as "Z" in `.isoformat()`
https://bugs.python.org/issue46614

#46613: Add PyType_GetModuleByDef to the public & limited API
https://bugs.python.org/issue46613

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611

#46609: Generator-based coroutines in Python 3.10 docs
https://bugs.python.org/issue46609

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606

#46605: Py_XDECREF() module on fail in Py_mod_exec
https://bugs.python.org/issue46605



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

#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623

#46615: Use-after-free by mutating set during set operations
https://bugs.python.org/issue46615

#46613: Add PyType_GetModuleByDef to the public & limited API
https://bugs.python.org/issue46613

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611

#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608

#46607: Add DeprecationWarning to configparser's LegacyInterpolation
https://bugs.python.org/issue46607

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606

#46604: Documentation fix in ssl module
https://bugs.python.org/issue46604

#46603: `typing._strip_annotations` is not fully covered
https://bugs.python.org/issue46603

#46600: Python built with clang -O0 allocates 10x more stack memory th
https://bugs.python.org/issue46600

#46589: Improve documentation for typing._GenericAlias
https://bugs.python.org/issue46589

#46581: _typevar_types and _paramspec_tvars are missing from _GenericA
https://bugs.python.org/issue46581

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571



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

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 13 msgs

#46600: Python built with clang -O0 allocates 10x more stack memory th
https://bugs.python.org/issue46600 13 msgs

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571 11 msgs

#29688: Add support for Path.absolute()
https://bugs.python.org/issue29688 7 msgs

#46521: codeop._maybe_compile passes code with error + triple quotes
https://bugs.python.org/issue46521 7 msgs

#46555: Unicode-mangled names refer inconsistently to constants
https://bugs.python.org/issue46555 7 msgs

#46615: Use-after-free by mutating set during set operations
https://bugs.python.org/issue46615 7 msgs

#42238: Deprecate suspicious.py?
https://bugs.python.org/issue42238 6 msgs

#45975: Simplify some while-loops with walrus operator
https://bugs.python.org/issue45975 6 msgs

#33222: Various test failures if PYTHONUSERBASE is not canonicalized
https://bugs.python.org/issue33222 5 msgs



Issues closed (73)
==================

#6682: Default traceback does not handle PEP302 loaded modules
https://bugs.python.org/issue6682 closed by iritkatriel

#12010: Compile fails when sizeof(wchar_t) == 1
https://bugs.python.org/issue12010 closed by iritkatriel

#26276: Inconsistent behaviour of PEP 3101 formatting between versions
https://bugs.python.org/issue26276 closed by eric.smith

#26552: Failing ensure_future still creates a Task
https://bugs.python.org/issue26552 closed by gvanrossum

#27101: Compilation of python (modules) for foreign target platform pr
https://bugs.python.org/issue27101 closed by iritkatriel

#29155: test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError
https://bugs.python.org/issue29155 closed by iritkatriel

#29172: blake2: Use lowest-common denominator signature of #pragma pac
https://bugs.python.org/issue29172 closed by iritkatriel

#30210: No Documentation on tkinter dnd module
https://bugs.python.org/issue30210 closed by iritkatriel

#30393: test_readline hangs
https://bugs.python.org/issue30393 closed by iritkatriel

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346 closed by methane

#37588: Py_DEPRECATED and unavoidable warnings
https://bugs.python.org/issue37588 closed by iritkatriel

#38682: struct timeval is not declared
https://bugs.python.org/issue38682 closed by iritkatriel

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902 closed by eric.araujo

#39339: ProcessPoolExecutor() Exception in thread QueueManagerThread
https://bugs.python.org/issue39339 closed by iritkatriel

#39711: SIGBUS and core dumped during tests of 3.8.1
https://bugs.python.org/issue39711 closed by iritkatriel

#40746: test_gdb failing on 32-bit armv7l when built with GCC -Og: <cl
https://bugs.python.org/issue40746 closed by gregory.p.smith

#42784: issues with object.h includes
https://bugs.python.org/issue42784 closed by iritkatriel

#43012: Remove pathlib accessors
https://bugs.python.org/issue43012 closed by eric.araujo

#43320: test test_webbrowser "can't locate runnable browser" with enab
https://bugs.python.org/issue43320 closed by iritkatriel

#43359: Dead assignment in Py_UniversalNewlineFgets
https://bugs.python.org/issue43359 closed by iritkatriel

#43540: importlib: Document how to replace load_module() in What's New
https://bugs.python.org/issue43540 closed by vstinner

#43583: make test failures, 2 tests failed: test_embed test_tabnan
https://bugs.python.org/issue43583 closed by iritkatriel

#44031: test_embed and test_tabnanny fails if the current directory is
https://bugs.python.org/issue44031 closed by iritkatriel

#44359: test_ftplib.test_makeport() fails as "env changes" if a socket
https://bugs.python.org/issue44359 closed by vstinner

#44977: Deprecate delegation of int to __trunc__
https://bugs.python.org/issue44977 closed by serhiy.storchaka

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 closed by christian.heimes

#45555: Object stays alive for weak reference if an exception happens
https://bugs.python.org/issue45555 closed by iritkatriel

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703 closed by petr.viktorin

#45925: Upgrade macOS and Windows installers to use SQLite 3.37.2
https://bugs.python.org/issue45925 closed by ned.deily

#45990: Exception notes need more documentation
https://bugs.python.org/issue45990 closed by iritkatriel

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101 closed by paul.j3

#46440: ArgumentParser.parse_args exits on missing required argument w
https://bugs.python.org/issue46440 closed by paul.j3

#46451: Tracing causes module globals to be mutated when calling funct
https://bugs.python.org/issue46451 closed by seberg

#46458: Optimise try-except code generation for the happy path
https://bugs.python.org/issue46458 closed by iritkatriel

#46482: `typing.Annotation.__new__` is not covered
https://bugs.python.org/issue46482 closed by sobolevn

#46483: `pathlib.PurePath.__class_getitem__` does not return `GenericA
https://bugs.python.org/issue46483 closed by serhiy.storchaka

#46487: `_SSLProtocolTransport` doesn't have the `get_write_buffer_lim
https://bugs.python.org/issue46487 closed by asvetlov

#46489: webbrowser crashes Ubuntu kernel
https://bugs.python.org/issue46489 closed by dizcza

#46524: test_peg_generator takes 8 minutes on Windows
https://bugs.python.org/issue46524 closed by gregory.p.smith

#46540: dylibs not loading properly from NFS mounts
https://bugs.python.org/issue46540 closed by ned.deily

#46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui
https://bugs.python.org/issue46542 closed by vstinner

#46550: __slots__ updates despite being read-only
https://bugs.python.org/issue46550 closed by ronaldoussoren

#46560: ParamSpec: Typo in doc string
https://bugs.python.org/issue46560 closed by kj

#46563: Add tests regarding context of exception in a finally block
https://bugs.python.org/issue46563 closed by iritkatriel

#46568: non awaited coroutines on a IsolatedAsyncioTestCase results on
https://bugs.python.org/issue46568 closed by asvetlov

#46569: final note on StrEnum documentation incorrectly refers to int.
https://bugs.python.org/issue46569 closed by ethan.furman

#46572: Unicode identifiers not necessarily unique
https://bugs.python.org/issue46572 closed by eryksun

#46573: Python modules such as pyglet or pygame crash Python when tkin
https://bugs.python.org/issue46573 closed by ronaldoussoren

#46574: itertools.count should work with non-number types
https://bugs.python.org/issue46574 closed by rhettinger

#46576: test_peg_generator is extremely slow
https://bugs.python.org/issue46576 closed by gregory.p.smith

#46579: Compiling from source prints ??ModuleNotFoundError: No module
https://bugs.python.org/issue46579 closed by christian.heimes

#46582: Windows builds fail: fatal error RC1116: RC terminating after
https://bugs.python.org/issue46582 closed by vstinner

#46583: Modernize `selectors.py` by removing unused `sys.version_info`
https://bugs.python.org/issue46583 closed by asvetlov

#46584: Modernize `ctypes/test_python_api` by removing old version che
https://bugs.python.org/issue46584 closed by zach.ware

#46588: IDLE fix typo in test_calltip.py
https://bugs.python.org/issue46588 closed by caioagiani

#46590: I suggests to modify Include/object.h in 98 line
https://bugs.python.org/issue46590 closed by 4d656f77

#46591: Make About IDLE links clickable
https://bugs.python.org/issue46591 closed by terry.reedy

#46595: [doc] Undocumented behavior of importlib.metadata.version
https://bugs.python.org/issue46595 closed by cowlinator

#46597: Remove Python 3.3 compatibility code from overlapped.c
https://bugs.python.org/issue46597 closed by kumaraditya303

#46599: Objects/object.c:767:24: runtime error: member access within n
https://bugs.python.org/issue46599 closed by christian.heimes

#46602: Subtle trouble with heredoc append in configure.
https://bugs.python.org/issue46602 closed by ned.deily

#46610: assertCountEqual doesn't work as expected for dictionary eleme
https://bugs.python.org/issue46610 closed by serhiy.storchaka

#46612: Unclear behavior of += operator
https://bugs.python.org/issue46612 closed by eric.smith

#46616: test_importlib leaves stray registry entries on Windows
https://bugs.python.org/issue46616 closed by steve.dower

#46617: CSV Creation occasional off by one error
https://bugs.python.org/issue46617 closed by matthewstidham

#46618: Exponent operator(**) interpreter issue
https://bugs.python.org/issue46618 closed by tim.peters

#46624: random.randrange removed support for non-integer types after j
https://bugs.python.org/issue46624 closed by rhettinger

#46626: expose IP_BIND_ADDRESS_NO_PORT linux socket option
https://bugs.python.org/issue46626 closed by benjamin.peterson

#46627: Regex hangs indefinitely
https://bugs.python.org/issue46627 closed by tim.peters

#46628: Can't install YARL
https://bugs.python.org/issue46628 closed by eric.smith

#46629: Cannot sideload MSIX package on Windows
https://bugs.python.org/issue46629 closed by steve.dower

#46630: IDLE: Set query focus to entry box on Windows
https://bugs.python.org/issue46630 closed by terry.reedy

#46636: Bugs of 2to3 on built-in function or types(classes)
https://bugs.python.org/issue46636 closed by gregory.p.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-04 - 2022-02-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 7178 (+34)
closed 51272 (+50)
total 58450 (+84)

Open issues with patches: 2912


Issues opened (63)
==================

#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548 reopened by iritkatriel

#44006: symbol documentation still exists
https://bugs.python.org/issue44006 reopened by vstinner

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 reopened by vstinner

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 reopened by christian.heimes

#46639: Ceil division with math.ceildiv
https://bugs.python.org/issue46639 opened by Vladimir Feinberg

#46640: Python can now use the C99 NAN constant or __builtin_nan()
https://bugs.python.org/issue46640 opened by vstinner

#46642: typing: tested TypeVar instance subclass TypeError is incident
https://bugs.python.org/issue46642 opened by GBeauregard

#46643: typing.Annotated cannot wrap typing.ParamSpec args/kwargs
https://bugs.python.org/issue46643 opened by GBeauregard

#46644: typing: remove callable() check from typing._type_check
https://bugs.python.org/issue46644 opened by GBeauregard

#46645: Portable python3 shebang for Windows, macOS, and Linux
https://bugs.python.org/issue46645 opened by joshtriplett

#46646: `address` arg can be `bytes` for `ip_*` functions in `ipaddres
https://bugs.python.org/issue46646 opened by sobolevn

#46649: Propagate Python thread name to thread state structure
https://bugs.python.org/issue46649 opened by Gabriele Tornetta

#46650: `priority` in `sched.scheduler` is not sufficiently tested
https://bugs.python.org/issue46650 opened by sobolevn

#46652: Use code.co_qualname to provide richer information
https://bugs.python.org/issue46652 opened by Gabriele Tornetta

#46653: sys.path entries normalization in site.py doesn't follow POSIX
https://bugs.python.org/issue46653 opened by jpoiret

#46654: urllib.request.urlopen doesn't handle UNC paths produced by pa
https://bugs.python.org/issue46654 opened by ikelos

#46655: typing.TypeAlias is not in the list of allowed plain _SpecialF
https://bugs.python.org/issue46655 opened by GBeauregard

#46656: Compile fails if Py_NO_NAN is defined
https://bugs.python.org/issue46656 opened by mark.dickinson

#46657: Add mimalloc memory allocator
https://bugs.python.org/issue46657 opened by christian.heimes

#46658: shutil Lib enables sendfile on solaris for regular files
https://bugs.python.org/issue46658 opened by devnexen

#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 opened by vstinner

#46661: Duplicat deprecation warnings in docs for asyncio
https://bugs.python.org/issue46661 opened by gvanrossum

#46662: Lib/sqlite3/dbapi2.py: convert_timestamp function failed to co
https://bugs.python.org/issue46662 opened by Rayologist

#46663: test_math test_cmath test_complex fails on Fedora Rawhide buil
https://bugs.python.org/issue46663 opened by vstinner

#46664: PY_SSIZE_T_MAX is not an integer constant expression
https://bugs.python.org/issue46664 opened by ov2k

#46665: IDLE Windows shortcuts by default
https://bugs.python.org/issue46665 opened by primexx

#46666: IDLE Add indent guide
https://bugs.python.org/issue46666 opened by primexx

#46667: SequenceMatcher & autojunk - false negative
https://bugs.python.org/issue46667 opened by jonathan-lp

#46668: encodings: the "mbcs" alias doesn't work
https://bugs.python.org/issue46668 opened by vstinner

#46670: Build Python with -Wundef: don't use undefined macros
https://bugs.python.org/issue46670 opened by vstinner

#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671 opened by Nnarol

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672 opened by onerandomusername

#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675 opened by Mark.Shannon

#46677: TypedDict docs are incomplete
https://bugs.python.org/issue46677 opened by Jelle Zijlstra

#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679 opened by notarealdeveloper

#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681 opened by iii-i

#46682: python 3.10 Py_Initialize/Py_Main std path no longer includes
https://bugs.python.org/issue46682 opened by pjaggi1

#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685 opened by sobolevn

#46686: [venv / PC/launcher] issue with a space in the installed pytho
https://bugs.python.org/issue46686 opened by hokiedsp

#46689: `list(FunctionType(a.gi_code, {})(0))` crashes Python
https://bugs.python.org/issue46689 opened by sobolevn

#46690: create_autospec() doesn't respect configure_mock style kwargs
https://bugs.python.org/issue46690 opened by marchant.jm

#46691: sysconfig.get_platform() raises ValueError on macOS if '-arch'
https://bugs.python.org/issue46691 opened by duncanmmacleod

#46692: match case does not support regex
https://bugs.python.org/issue46692 opened by AliRn

#46695: _io_TextIOWrapper_reconfigure_impl errors out too early
https://bugs.python.org/issue46695 opened by mirabilos

#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696 opened by devnexen

#46697: _ctypes_simple_instance returns inverted logic
https://bugs.python.org/issue46697 opened by hydroflask

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700 opened by mirabilos

#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702 opened by brandtbucher

#46704: Parser API not checking for null-terminator
https://bugs.python.org/issue46704 opened by anthonypjshaw

#46705: Memory optimization for set.issubset
https://bugs.python.org/issue46705 opened by panda1200

#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711 opened by vstinner

#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712 opened by kumaraditya303

#46713: Provide a C implementation of collections.abc.KeysView and fri
https://bugs.python.org/issue46713 opened by jab

#46715: asyncio.create_unix_server has an off-by-one error concerning
https://bugs.python.org/issue46715 opened by jnsnow

#46716: regrtest didn't respect the timeout when running test_subproce
https://bugs.python.org/issue46716 opened by vstinner

#46717: Raising exception multiple times leaks memory
https://bugs.python.org/issue46717 opened by ggensure

#46718: Feature: itertools: add batches
https://bugs.python.org/issue46718 opened by socketpair

#46719: Call not visited in ast.NodeTransformer
https://bugs.python.org/issue46719 opened by davidcastells

#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720 opened by maggyero

#46721: Optimize set.issuperset() for non-set argument
https://bugs.python.org/issue46721 opened by serhiy.storchaka

#46722: Different behavior for functiools.partial between inspect.isfu
https://bugs.python.org/issue46722 opened by IliyaZinoviev

#46723: SimpleQueue.put_nowait() documentation error
https://bugs.python.org/issue46723 opened by antonycardazzi

#46724: Odd Bytecode Generation in 3.10
https://bugs.python.org/issue46724 opened by saulshanabrook



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

#46724: Odd Bytecode Generation in 3.10
https://bugs.python.org/issue46724

#46723: SimpleQueue.put_nowait() documentation error
https://bugs.python.org/issue46723

#46722: Different behavior for functiools.partial between inspect.isfu
https://bugs.python.org/issue46722

#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720

#46715: asyncio.create_unix_server has an off-by-one error concerning
https://bugs.python.org/issue46715

#46713: Provide a C implementation of collections.abc.KeysView and fri
https://bugs.python.org/issue46713

#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700

#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696

#46695: _io_TextIOWrapper_reconfigure_impl errors out too early
https://bugs.python.org/issue46695

#46682: python 3.10 Py_Initialize/Py_Main std path no longer includes
https://bugs.python.org/issue46682

#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681

#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672

#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671



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

#46721: Optimize set.issuperset() for non-set argument
https://bugs.python.org/issue46721

#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720

#46715: asyncio.create_unix_server has an off-by-one error concerning
https://bugs.python.org/issue46715

#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712

#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711

#46705: Memory optimization for set.issubset
https://bugs.python.org/issue46705

#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702

#46697: _ctypes_simple_instance returns inverted logic
https://bugs.python.org/issue46697

#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696

#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685

#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681

#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679

#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672

#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671



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

#46586: In documentation contents enum.property erroneously links to b
https://bugs.python.org/issue46586 15 msgs

#46640: Python can now use the C99 NAN constant or __builtin_nan()
https://bugs.python.org/issue46640 15 msgs

#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 13 msgs

#46644: typing: remove callable() check from typing._type_check
https://bugs.python.org/issue46644 12 msgs

#46639: Ceil division with math.ceildiv
https://bugs.python.org/issue46639 11 msgs

#46657: Add mimalloc memory allocator
https://bugs.python.org/issue46657 11 msgs

#46654: urllib.request.urlopen doesn't handle UNC paths produced by pa
https://bugs.python.org/issue46654 10 msgs

#46656: Compile fails if Py_NO_NAN is defined
https://bugs.python.org/issue46656 9 msgs

#46670: Build Python with -Wundef: don't use undefined macros
https://bugs.python.org/issue46670 9 msgs

#46166: [C API] Get "self" args or non-null co_varnames from frame obj
https://bugs.python.org/issue46166 7 msgs



Issues closed (48)
==================

#23952: cgi: Document the 'maxlen' member of the cgi module
https://bugs.python.org/issue23952 closed by ethan.furman

#31369: re.RegexFlag is not included in __all__, makes type inference
https://bugs.python.org/issue31369 closed by ethan.furman

#34191: argparse: Missing subparser error message should be more clear
https://bugs.python.org/issue34191 closed by ned.deily

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259 closed by serhiy.storchaka

#43216: Removal of @asyncio.coroutine in Python 3.11
https://bugs.python.org/issue43216 closed by asvetlov

#43366: Unclosed bracket bug in code.interact prevents identifying syn
https://bugs.python.org/issue43366 closed by pablogsal

#43532: Add keyword-only fields to dataclasses
https://bugs.python.org/issue43532 closed by eric.smith

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953 closed by Dennis Sweeney

#45436: test_tk.test_configure_type() fails with Tcl/Tk 8.6.11
https://bugs.python.org/issue45436 closed by zach.ware

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863 closed by vstinner

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

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

#46323: Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c
https://bugs.python.org/issue46323 closed by corona10

#46475: typing.Never and typing.assert_never
https://bugs.python.org/issue46475 closed by Jelle Zijlstra

#46479: Implement typing.reveal_locals
https://bugs.python.org/issue46479 closed by Jelle Zijlstra

#46521: codeop._maybe_compile passes code with error + triple quotes
https://bugs.python.org/issue46521 closed by pablogsal

#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 closed by brandtbucher

#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554 closed by keelung-yang

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556 closed by brett.cannon

#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608 closed by kumaraditya303

#46609: Generator-based coroutines in Python 3.10, 3.9 docs
https://bugs.python.org/issue46609 closed by terry.reedy

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611 closed by serhiy.storchaka

#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638 closed by steve.dower

#46641: multiplication error 2.2 and 2.1
https://bugs.python.org/issue46641 closed by zach.ware

#46647: `test_functools` unexpected failures when C `_functoolsmodule`
https://bugs.python.org/issue46647 closed by sobolevn

#46648: `test.test_urllib2.MiscTests.test_issue16464` flaky due to ext
https://bugs.python.org/issue46648 closed by vstinner

#46651: test_urllib2.test_issue16464() fails randomly
https://bugs.python.org/issue46651 closed by vstinner

#46660: datetime.timestamp() fails for naive-datetime values prior to
https://bugs.python.org/issue46660 closed by smrpy

#46669: Add types.Self
https://bugs.python.org/issue46669 closed by rhettinger

#46673: Py_BuildValue tuple creation segfaults in python3.9..3.11
https://bugs.python.org/issue46673 closed by olupton

#46674: Two if in a row in generators
https://bugs.python.org/issue46674 closed by BTaskaya

#46676: ParamSpec args and kwargs are not equal to themselves.
https://bugs.python.org/issue46676 closed by serhiy.storchaka

#46678: Invalid cross device link in Lib/test/support/import_helper.py
https://bugs.python.org/issue46678 closed by brett.cannon

#46680: file calls itself
https://bugs.python.org/issue46680 closed by Dennis Sweeney

#46683: Python 3.6.15 source tarball installs 3.6.8?
https://bugs.python.org/issue46683 closed by zach.ware

#46684: Expose frozenset._hash classmethod
https://bugs.python.org/issue46684 closed by rhettinger

#46687: Update pyexpat for CVE-2021-45960
https://bugs.python.org/issue46687 closed by steve.dower

#46688: Add sys.is_interned
https://bugs.python.org/issue46688 closed by methane

#46693: dataclass generated __str__ does not use overridden member __s
https://bugs.python.org/issue46693 closed by eric.smith

#46694: isdigit/isnumeric vs int()
https://bugs.python.org/issue46694 closed by mark.dickinson

#46701: cannot use typographical quotation marks in bug description
https://bugs.python.org/issue46701 closed by eric.smith

#46703: boolean operation issue (True == False == False)
https://bugs.python.org/issue46703 closed by pablogsal

#46706: AxelRacer
https://bugs.python.org/issue46706 closed by Dennis Sweeney

#46707: Parser hanging on stacked { tokens
https://bugs.python.org/issue46707 closed by pablogsal

#46708: test_asyncio: test_sock_client_fail() changes asyncio.events._
https://bugs.python.org/issue46708 closed by asvetlov

#46709: test_urllib: testInterruptCaught() has a race condition and fa
https://bugs.python.org/issue46709 closed by vstinner

#46710: Install launcher for all users on the domain
https://bugs.python.org/issue46710 closed by marcus.siqueira

#46714: Python 3.10 - Users (except from the one who installed) not ab
https://bugs.python.org/issue46714 closed by steve.dower
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@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/TET7BS6LLC46KLSXU5J6QUUQYEV2CWWQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-11 - 2022-02-18)
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 7218 (+40)
closed 51299 (+27)
total 58517 (+67)

Open issues with patches: 2932


Issues opened (52)
==================

#46725: Unpacking without parentheses is allowed since 3.9
https://bugs.python.org/issue46725 opened by pablogsal

#46726: Thread spuriously marked dead after interrupting a join call
https://bugs.python.org/issue46726 opened by Kevin Shweh

#46727: Should shutil functions support bytes paths?
https://bugs.python.org/issue46727 opened by Jelle Zijlstra

#46729: Better str() for BaseExceptionGroup
https://bugs.python.org/issue46729 opened by iritkatriel

#46731: posix._fcopyfile flags addition
https://bugs.python.org/issue46731 opened by devnexen

#46732: object.__bool__ docstring is wrong
https://bugs.python.org/issue46732 opened by Jelle Zijlstra

#46733: pathlib.Path methods can raise NotImplementedError
https://bugs.python.org/issue46733 opened by barneygale

#46734: Add Maildir.get_flags() to access message flags without openin
https://bugs.python.org/issue46734 opened by gildea

#46735: gettext.translations crashes when locale is unset
https://bugs.python.org/issue46735 opened by amazingminecrafter2015

#46736: Generate HTML 5 with SimpleHTTPRequestHandler.list_directory
https://bugs.python.org/issue46736 opened by dom1310df

#46740: Improve Telnetlib's throughput
https://bugs.python.org/issue46740 opened by martin_kirch

#46742: Add '-d $fd' option to trace module, akin to bash -x feature
https://bugs.python.org/issue46742 opened by PenelopeFudd

#46743: Enable usage of object.__orig_class__ in __init__
https://bugs.python.org/issue46743 opened by Gobot1234

#46744: installers on ARM64 suggest wrong folders
https://bugs.python.org/issue46744 opened by conio

#46746: IDLE: Consistently handle non .py source files
https://bugs.python.org/issue46746 opened by terry.reedy

#46748: Python.h includes stdbool.h
https://bugs.python.org/issue46748 opened by petr.viktorin

#46749: Support cross compilation on macOS
https://bugs.python.org/issue46749 opened by autoantwort

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750 opened by slingamn

#46751: Windows-style path is not recognized under cygwin
https://bugs.python.org/issue46751 opened by mikekaganski

#46752: Introduce task groups to asyncio and change task cancellation
https://bugs.python.org/issue46752 opened by gvanrossum

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753 opened by eric.snow

#46754: Improve Python Language Reference based on [K??hl 2020]
https://bugs.python.org/issue46754 opened by gvanrossum

#46755: QueueHandler logs stack_info twice
https://bugs.python.org/issue46755 opened by erik.montnemery

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756 opened by serhiy.storchaka

#46757: dataclasses should define an empty __post_init__
https://bugs.python.org/issue46757 opened by NeilGirdhar

#46758: Incorrect behaviour creating a Structure with ctypes.c_bool bi
https://bugs.python.org/issue46758 opened by dudenwatschn

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759 opened by cjwatson

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760 opened by Mark.Shannon

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761 opened by larry

#46763: os.path.samefile incorrect results for shadow copies
https://bugs.python.org/issue46763 opened by nijave

#46764: Wrapping a bound method with a @classmethod no longer works
https://bugs.python.org/issue46764 opened by msullivan

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765 opened by eric.snow

#46767: [Doc] sqlite3 Cursor.execute() return value is unspecified
https://bugs.python.org/issue46767 opened by kephas

#46769: Improve documentation for `typing.TypeVar`
https://bugs.python.org/issue46769 opened by AlexWaygood

#46770: ConfigParser(dict_type=) not behaving as expected
https://bugs.python.org/issue46770 opened by malonn

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771 opened by gvanrossum

#46772: Statically Initialize PyArg_Parser in clinic.py
https://bugs.python.org/issue46772 opened by eric.snow

#46773: Add a Private API for Looking Up Global Objects
https://bugs.python.org/issue46773 opened by eric.snow

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774 opened by kkirsche-github

#46775: [Windows] OSError should unconditionally call winerror_to_errn
https://bugs.python.org/issue46775 opened by eryksun

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777 opened by serhiy.storchaka

#46779: Add ssl.CERT_REQUIRED_NO_VERIFY as possible value for ssl.SSLC
https://bugs.python.org/issue46779 opened by freundTech

#46781: Tracing: c_return doesn't report the result
https://bugs.python.org/issue46781 opened by smurfix

#46782: Docs error for 3.10
https://bugs.python.org/issue46782 opened by usetohandletrush

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784 opened by yilei

#46785: On Windows, os.stat() can fail if called while another process
https://bugs.python.org/issue46785 opened by Antony.Lee

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786 opened by jnns

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787 opened by themylogin

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788 opened by jkloth

#46789: Restore caching of externals on Windows buildbots
https://bugs.python.org/issue46789 opened by jkloth

#46790: Normalize handling of negative timeouts in subprocess.py
https://bugs.python.org/issue46790 opened by jkloth

#46791: Allow os.remove to defer to rmdir
https://bugs.python.org/issue46791 opened by bup



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

#46791: Allow os.remove to defer to rmdir
https://bugs.python.org/issue46791

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784

#46782: Docs error for 3.10
https://bugs.python.org/issue46782

#46779: Add ssl.CERT_REQUIRED_NO_VERIFY as possible value for ssl.SSLC
https://bugs.python.org/issue46779

#46775: [Windows] OSError should unconditionally call winerror_to_errn
https://bugs.python.org/issue46775

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774

#46773: Add a Private API for Looking Up Global Objects
https://bugs.python.org/issue46773

#46772: Statically Initialize PyArg_Parser in clinic.py
https://bugs.python.org/issue46772

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759



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

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784

#46781: Tracing: c_return doesn't report the result
https://bugs.python.org/issue46781

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765

#46764: Wrapping a bound method with a @classmethod no longer works
https://bugs.python.org/issue46764

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756

#46755: QueueHandler logs stack_info twice
https://bugs.python.org/issue46755

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753

#46752: Introduce task groups to asyncio and change task cancellation
https://bugs.python.org/issue46752

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750



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

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771 38 msgs

#46726: Thread spuriously marked dead after interrupting a join call
https://bugs.python.org/issue46726 16 msgs

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541 11 msgs

#45447: Make IDLE recognize .pyi stub files as source for open, save,
https://bugs.python.org/issue45447 10 msgs

#46743: Enable usage of object.__orig_class__ in __init__
https://bugs.python.org/issue46743 10 msgs

#46752: Introduce task groups to asyncio and change task cancellation
https://bugs.python.org/issue46752 8 msgs

#46751: Windows-style path is not recognized under cygwin
https://bugs.python.org/issue46751 7 msgs

#46716: regrtest didn't respect the timeout when running test_subproce
https://bugs.python.org/issue46716 6 msgs

#46733: pathlib.Path methods can raise NotImplementedError
https://bugs.python.org/issue46733 6 msgs

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750 6 msgs



Issues closed (27)
==================

#29418: inspect.isroutine does not return True for some bound builtin
https://bugs.python.org/issue29418 closed by BTaskaya

#38619: [Doc] UUID.hex is lowercase
https://bugs.python.org/issue38619 closed by Mariatta

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086 closed by lukasz.langa

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948 closed by serhiy.storchaka

#46066: Deprecate keyword args syntax for TypedDict definition
https://bugs.python.org/issue46066 closed by Jelle Zijlstra

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333 closed by Jelle Zijlstra

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436 closed by eric.araujo

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634 closed by erlendaasland

#46666: IDLE Add indent guide
https://bugs.python.org/issue46666 closed by terry.reedy

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700 closed by rhettinger

#46704: Parser API not checking for null-terminator
https://bugs.python.org/issue46704 closed by pablogsal

#46718: Feature: itertools: add batches
https://bugs.python.org/issue46718 closed by rhettinger

#46728: Docstring of combinations_with_replacement for consistency
https://bugs.python.org/issue46728 closed by corona10

#46730: Please consider mentioning property without setter when an att
https://bugs.python.org/issue46730 closed by Dennis Sweeney

#46737: Default to the standard normal distribution
https://bugs.python.org/issue46737 closed by rhettinger

#46738: Allow http.server to emit HTML 5
https://bugs.python.org/issue46738 closed by Jelle Zijlstra

#46739: dataclasses __eq__ isn't logical
https://bugs.python.org/issue46739 closed by Dennis Sweeney

#46741: Docstring for asyncio.protocols.BufferedProtocol appears out o
https://bugs.python.org/issue46741 closed by asvetlov

#46745: Typo in new PositionsIterator
https://bugs.python.org/issue46745 closed by sobolevn

#46747: bisect.bisect/insort don't document key parameter
https://bugs.python.org/issue46747 closed by Dennis Sweeney

#46762: assertion failure in f-string parsing Parser/string_parser.c
https://bugs.python.org/issue46762 closed by pablogsal

#46766: Add a class for file operations so a syntax such as open("file
https://bugs.python.org/issue46766 closed by serhiy.storchaka

#46768: CVE-201-4160 Vulnerability Is Found in Lib/site-packages/crypt
https://bugs.python.org/issue46768 closed by christian.heimes

#46776: RecursionError when using property() inside classes
https://bugs.python.org/issue46776 closed by steven.daprano

#46778: Enable parallel compilation on Windows builds
https://bugs.python.org/issue46778 closed by steve.dower

#46780: Allow Fractions to return 1/6 for "0.17", "0.167", "0.1667", e
https://bugs.python.org/issue46780 closed by mark.dickinson

#46783: Add a new feature to enumerate(iterable, start=0) built-in fun
https://bugs.python.org/issue46783 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-18 - 2022-02-25)
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 7220 ( +2)
closed 51363 (+64)
total 58583 (+66)

Open issues with patches: 2939


Issues opened (46)
==================

#46793: expose expat XML billion laughs attack mitigation APIs
https://bugs.python.org/issue46793 opened by gregory.p.smith

#46794: Please update bundled libexpat to 2.4.6 with security fixes (5
https://bugs.python.org/issue46794 opened by sping

#46797: ast.Constant.n deprecated without warning
https://bugs.python.org/issue46797 opened by jwilk

#46798: xml.etree.ElementTree: get() doesn't return default value, alw
https://bugs.python.org/issue46798 opened by padremayi

#46799: ShareableList memory bloat and performance improvement
https://bugs.python.org/issue46799 opened by tcl326

#46803: Item not shown when using mouse wheel to scroll for Listbox/Co
https://bugs.python.org/issue46803 opened by Jason990420

#46805: Add low level UDP socket functions to asyncio
https://bugs.python.org/issue46805 opened by alex.gronholm

#46806: Overlapping PYTHONPATH may cause import already imported modul
https://bugs.python.org/issue46806 opened by aklajnert

#46808: remove NEXT_BLOCK() from compile.c
https://bugs.python.org/issue46808 opened by iritkatriel

#46809: copy.deepcopy can fail with unhelpful diagnostics
https://bugs.python.org/issue46809 opened by remdragon

#46810: multiprocessing.connection.Client doesn't support ipv6
https://bugs.python.org/issue46810 opened by mhupfer

#46811: Test suite needs adjustments for Expat >=2.4.5
https://bugs.python.org/issue46811 opened by sping

#46812: Thread starvation with threading.Condition
https://bugs.python.org/issue46812 opened by msg555

#46814: Documentation for constructing abstract base classes is mislea
https://bugs.python.org/issue46814 opened by Yoshanuikabundi

#46815: Extra `DeprecationWarning` when running `lib2to3` tests
https://bugs.python.org/issue46815 opened by sobolevn

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816 opened by arhadthedev

#46817: Add a line-start table to the code object.
https://bugs.python.org/issue46817 opened by Mark.Shannon

#46823: Add LOAD_FAST__LOAD_ATTR_INSTACE_VALUE combined opcode
https://bugs.python.org/issue46823 opened by Dennis Sweeney

#46824: use AI_NUMERICHOST | AI_NUMERICSERV to skip getaddrinfo thread
https://bugs.python.org/issue46824 opened by graingert

#46826: prefixes argument to site.getsitepackages() missing documentat
https://bugs.python.org/issue46826 opened by asnell

#46828: math.prod can return integers (contradicts doc)
https://bugs.python.org/issue46828 opened by neilwebber

#46829: Confusing CancelError message if multiple cancellations are sc
https://bugs.python.org/issue46829 opened by asvetlov

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831 opened by hauntsaninja

#46832: unicodeobject.c doesn't compile when defined EXPERIMENTAL_ISOL
https://bugs.python.org/issue46832 opened by moytrage

#46833: Installer Wizard is unclear and has redundant settings
https://bugs.python.org/issue46833 opened by buhtz

#46834: test_gdb started to fail on buildbot/s390x RHEL7
https://bugs.python.org/issue46834 opened by sobolevn

#46835: ImportError: bad magic number in ... does not indicate where i
https://bugs.python.org/issue46835 opened by hroncok

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836 opened by vstinner

#46838: Parameters and arguments parser syntax error improvments
https://bugs.python.org/issue46838 opened by Andy_kl

#46840: xmlrpc.client.ServerProxy shows password in __repr__ when usin
https://bugs.python.org/issue46840 opened by perrinjerome

#46841: Inline bytecode caches
https://bugs.python.org/issue46841 opened by brandtbucher

#46842: py to pyc location mapping with sys.pycache_prefix isn't 1-to-
https://bugs.python.org/issue46842 opened by benrg

#46843: PersistentTaskGroup API
https://bugs.python.org/issue46843 opened by achimnol

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845 opened by methane

#46846: functools.partial objects should set __signature__ and _annota
https://bugs.python.org/issue46846 opened by larry

#46847: functools.update_wrapper doesn't understand partial objects an
https://bugs.python.org/issue46847 opened by larry

#46848: Use optimized string search function in mmap.find()
https://bugs.python.org/issue46848 opened by rumpelsepp

#46849: Memory problems detected using Valgrind
https://bugs.python.org/issue46849 opened by sxt1001

#46850: [C API] Move _PyEval_EvalFrameDefault() to the internal C API
https://bugs.python.org/issue46850 opened by vstinner

#46851: Document multiprocessing.set_forkserver_preload
https://bugs.python.org/issue46851 opened by maggyero

#46852: Remove the float.__setformat__() method
https://bugs.python.org/issue46852 opened by vstinner

#46853: Python interpreter can get code from memory, it is not secure.
https://bugs.python.org/issue46853 opened by i5-7200u

#46854: Failed to compile static python3.7.12
https://bugs.python.org/issue46854 opened by aprpp

#46855: printing a string with strange characters loops forever
https://bugs.python.org/issue46855 opened by svild

#46856: datetime.max conversion
https://bugs.python.org/issue46856 opened by joris.geysens

#46857: Python leaks one reference at exit on Windows
https://bugs.python.org/issue46857 opened by vstinner



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

#46855: printing a string with strange characters loops forever
https://bugs.python.org/issue46855

#46854: Failed to compile static python3.7.12
https://bugs.python.org/issue46854

#46853: Python interpreter can get code from memory, it is not secure.
https://bugs.python.org/issue46853

#46849: Memory problems detected using Valgrind
https://bugs.python.org/issue46849

#46847: functools.update_wrapper doesn't understand partial objects an
https://bugs.python.org/issue46847

#46846: functools.partial objects should set __signature__ and _annota
https://bugs.python.org/issue46846

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845

#46842: py to pyc location mapping with sys.pycache_prefix isn't 1-to-
https://bugs.python.org/issue46842

#46840: xmlrpc.client.ServerProxy shows password in __repr__ when usin
https://bugs.python.org/issue46840

#46832: unicodeobject.c doesn't compile when defined EXPERIMENTAL_ISOL
https://bugs.python.org/issue46832

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831

#46826: prefixes argument to site.getsitepackages() missing documentat
https://bugs.python.org/issue46826

#46817: Add a line-start table to the code object.
https://bugs.python.org/issue46817

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816

#46815: Extra `DeprecationWarning` when running `lib2to3` tests
https://bugs.python.org/issue46815



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

#46857: Python leaks one reference at exit on Windows
https://bugs.python.org/issue46857

#46852: Remove the float.__setformat__() method
https://bugs.python.org/issue46852

#46850: [C API] Move _PyEval_EvalFrameDefault() to the internal C API
https://bugs.python.org/issue46850

#46848: Use optimized string search function in mmap.find()
https://bugs.python.org/issue46848

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845

#46841: Inline bytecode caches
https://bugs.python.org/issue46841

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836

#46835: ImportError: bad magic number in ... does not indicate where i
https://bugs.python.org/issue46835

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831

#46826: prefixes argument to site.getsitepackages() missing documentat
https://bugs.python.org/issue46826

#46824: use AI_NUMERICHOST | AI_NUMERICSERV to skip getaddrinfo thread
https://bugs.python.org/issue46824

#46823: Add LOAD_FAST__LOAD_ATTR_INSTACE_VALUE combined opcode
https://bugs.python.org/issue46823

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816

#46815: Extra `DeprecationWarning` when running `lib2to3` tests
https://bugs.python.org/issue46815

#46814: Documentation for constructing abstract base classes is mislea
https://bugs.python.org/issue46814



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

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771 30 msgs

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 15 msgs

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836 15 msgs

#46843: PersistentTaskGroup API
https://bugs.python.org/issue46843 14 msgs

#40421: [C API] Add getter functions for PyFrameObject and maybe move
https://bugs.python.org/issue40421 11 msgs

#46852: Remove the float.__setformat__() method
https://bugs.python.org/issue46852 10 msgs

#46794: Please update bundled libexpat to 2.4.6 with security fixes (5
https://bugs.python.org/issue46794 9 msgs

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761 7 msgs

#45100: Improve help() by making typing.overload() information accessi
https://bugs.python.org/issue45100 6 msgs

#45316: [C API] Functions not exported with PyAPI_FUNC()
https://bugs.python.org/issue45316 6 msgs



Issues closed (59)
==================

#26897: [doc] Clarify Popen stdin, stdout, stderr
https://bugs.python.org/issue26897 closed by Jelle Zijlstra

#34429: [doc] On Windows tempfile.TemporaryFile behaves like NamedTemp
https://bugs.python.org/issue34429 closed by iritkatriel

#36557: [doc] Clarify the meaning of /uninstall in windows cli
https://bugs.python.org/issue36557 closed by iritkatriel

#39327: shutil.rmtree using vagrant synched folder fails
https://bugs.python.org/issue39327 closed by serhiy.storchaka

#42766: urllib.request.HTTPPasswordMgr uses commonprefix instead of co
https://bugs.python.org/issue42766 closed by serhiy.storchaka

#43119: asyncio.Queue.put never yields if the queue is unbounded
https://bugs.python.org/issue43119 closed by asvetlov

#43311: bpo-43311: PyInterpreterState_New use thread-specific data tst
https://bugs.python.org/issue43311 closed by vstinner

#43364: Windows: Make UTF-8 mode more accessible
https://bugs.python.org/issue43364 closed by methane

#44011: Borrow asyncio ssl implementation from uvloop
https://bugs.python.org/issue44011 closed by asvetlov

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886 closed by asvetlov

#45146: Add a possibility for asyncio.Condition to determine the count
https://bugs.python.org/issue45146 closed by asvetlov

#45390: asyncio.Task doesn't propagate CancelledError() exception corr
https://bugs.python.org/issue45390 closed by asvetlov

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883 closed by asvetlov

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898 closed by christian.heimes

#46252: Forbid passing SSLSocket into asyncio methods
https://bugs.python.org/issue46252 closed by asvetlov

#46356: [C API] Enforce usage of PyFrame_GetBack()
https://bugs.python.org/issue46356 closed by vstinner

#46400: Please update bundled libexpat to 2.4.4 with security fixes (C
https://bugs.python.org/issue46400 closed by ned.deily

#46432: AMD64 FreeBSD Shared 3.x buildbot fails to build: error: error
https://bugs.python.org/issue46432 closed by vstinner

#46522: concurrent.futures.__getattr__ raises the wrong AttributeError
https://bugs.python.org/issue46522 closed by asvetlov

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571 closed by Jelle Zijlstra

#46603: `typing._strip_annotations` is not fully covered
https://bugs.python.org/issue46603 closed by Jelle Zijlstra

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606 closed by methane

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623 closed by vstinner

#46656: Remove the Py_NO_NAN macro: require NAN to build Python 3.11
https://bugs.python.org/issue46656 closed by vstinner

#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 closed by vstinner

#46663: test_math test_cmath test_complex fails on Fedora Rawhide buil
https://bugs.python.org/issue46663 closed by vstinner

#46668: encodings: the "mbcs" alias doesn't work
https://bugs.python.org/issue46668 closed by vstinner

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672 closed by asvetlov

#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685 closed by Jelle Zijlstra

#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702 closed by brandtbucher

#46717: Raising exception multiple times leaks memory
https://bugs.python.org/issue46717 closed by iritkatriel

#46725: Unpacking without parentheses is allowed since 3.9
https://bugs.python.org/issue46725 closed by pablogsal

#46729: Better str() for BaseExceptionGroup
https://bugs.python.org/issue46729 closed by iritkatriel

#46732: Builtin __bool__ docstrings are wrong
https://bugs.python.org/issue46732 closed by Jelle Zijlstra

#46736: Generate HTML 5 with SimpleHTTPRequestHandler.list_directory
https://bugs.python.org/issue46736 closed by benjamin.peterson

#46757: dataclasses should define an empty __post_init__
https://bugs.python.org/issue46757 closed by eric.smith

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765 closed by eric.snow

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777 closed by serhiy.storchaka

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784 closed by gregory.p.smith

#46792: Indentation not preserved with ruamel.yaml.round_trip_dump
https://bugs.python.org/issue46792 closed by zach.ware

#46795: Why Does 3rd/Python39/Lib/site-packages/psycopg2/_psycopg.cp39
https://bugs.python.org/issue46795 closed by zach.ware

#46796: Simplify handling of removed parameter "loop" in asyncio
https://bugs.python.org/issue46796 closed by asvetlov

#46800: Support for pause(2)
https://bugs.python.org/issue46800 closed by zach.ware

#46801: test_typing emits deprecation warnings
https://bugs.python.org/issue46801 closed by iritkatriel

#46802: Wrong result unpacking binary data with ctypes bitfield.
https://bugs.python.org/issue46802 closed by helo9

#46804: spam
https://bugs.python.org/issue46804 closed by serhiy.storchaka

#46807: Wrong class __annotations__ when field name and type are equal
https://bugs.python.org/issue46807 closed by serhiy.storchaka

#46813: Allow developer to resize the dictionary
https://bugs.python.org/issue46813 closed by rhettinger

#46818: Proper way to inherit from collections.abc.Coroutine
https://bugs.python.org/issue46818 closed by asvetlov

#46819: Add an Error / Exception / Warning when contextlib.suppress()
https://bugs.python.org/issue46819 closed by serhiy.storchaka

#46820: SyntaxError on `1not in...`
https://bugs.python.org/issue46820 closed by serhiy.storchaka

#46821: Introspection support for typing.overload
https://bugs.python.org/issue46821 closed by Jelle Zijlstra

#46822: test_create_server_ssl_over_ssl times out on some systems
https://bugs.python.org/issue46822 closed by steve.dower

#46825: slow matching on regular expression
https://bugs.python.org/issue46825 closed by serhiy.storchaka

#46827: asyncio SelectorEventLoop.sock_connect fails with a UDP socket
https://bugs.python.org/issue46827 closed by asvetlov

#46830: Add Find functionality to Squeezed Text viewer
https://bugs.python.org/issue46830 closed by terry.reedy

#46837: lstrip and strip not working as expected
https://bugs.python.org/issue46837 closed by jigar030

#46839: Process finished with exit code -1073741819 (0xC0000005)
https://bugs.python.org/issue46839 closed by zach.ware

#46844: Implicit binding of PersistentTaskGroup (or virtual event loop
https://bugs.python.org/issue46844 closed by gvanrossum
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@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/6TXOWIX5S7Z56ULZZE43LLPWNCU6M6AZ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-25 - 2022-03-04)
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 7224 ( +4)
closed 51425 (+62)
total 58649 (+66)

Open issues with patches: 2938


Issues opened (48)
==================

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807 reopened by gvanrossum

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623 reopened by petr.viktorin

#46823: Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode
https://bugs.python.org/issue46823 reopened by brandtbucher

#46858: mmap constructor resets the file pointer on Windows
https://bugs.python.org/issue46858 opened by benrg

#46860: `--with-suffix` not respected on case-insensitive file systems
https://bugs.python.org/issue46860 opened by brett.cannon

#46862: subprocess makes environment blocks with duplicate keys on Win
https://bugs.python.org/issue46862 opened by benrg

#46863: Python 3.10 OpenSSL Configuration Issues
https://bugs.python.org/issue46863 opened by adam

#46864: Deprecate ob_shash in BytesObject
https://bugs.python.org/issue46864 opened by methane

#46868: Improve performance of math.prod with bignums (and functools.r
https://bugs.python.org/issue46868 opened by benrg

#46870: Improper Input Validation in urlparse
https://bugs.python.org/issue46870 opened by P0cas

#46872: Odd handling of signal raised if an illegal syscall is attempt
https://bugs.python.org/issue46872 opened by bup

#46878: [sqlite3] remove "non-standard" from docstrings
https://bugs.python.org/issue46878 opened by erlendaasland

#46879: [doc] incorrect sphinx object names
https://bugs.python.org/issue46879 opened by push-f

#46880: zipfile library doesn't extract windows zip files properly on
https://bugs.python.org/issue46880 opened by nimrodf

#46881: Statically allocate and initialize the latin1 characters.
https://bugs.python.org/issue46881 opened by kumaraditya303

#46882: Clarify argument type of platform.platform(aliased, terse) to
https://bugs.python.org/issue46882 opened by Rotzbua

#46883: Add glossary entries to clarify the true/True and false/False
https://bugs.python.org/issue46883 opened by steven.daprano

#46884: [doc] msilib.rst uses data directive to document modules
https://bugs.python.org/issue46884 opened by push-f

#46885: Ensure PEP 663 changes are reverted from 3.11
https://bugs.python.org/issue46885 opened by pablogsal

#46887: ./Programs/_freeze_module fails with MSAN: Uninitialized value
https://bugs.python.org/issue46887 opened by vstinner

#46888: SharedMemory.close() destroys memory
https://bugs.python.org/issue46888 opened by ronny-rentner

#46890: venv does not create "python" link in python 3.11
https://bugs.python.org/issue46890 opened by ronaldoussoren

#46892: Async Call-Stack Reconstruction
https://bugs.python.org/issue46892 opened by mpage

#46893: Allow extensions to set the vectorcall field on instances of P
https://bugs.python.org/issue46893 opened by itamaro

#46895: Allow extensions to set a callback to be invoked when a type i
https://bugs.python.org/issue46895 opened by mpage

#46896: add support for watching writes to selected dictionaries
https://bugs.python.org/issue46896 opened by carljm

#46897: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46897 opened by mpage

#46898: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46898 opened by mpage

#46899: use of uninitialized value with msan from subprocess_fork_exec
https://bugs.python.org/issue46899 opened by yilei

#46901: Deprecate and eventually remove macOS-only PYTHONEXECUTABLE en
https://bugs.python.org/issue46901 opened by ned.deily

#46902: Typo hint message for from-imports?
https://bugs.python.org/issue46902 opened by Jean_Abou_Samra

#46903: Crash when setting attribute with string subclass as the name
https://bugs.python.org/issue46903 opened by ronaldoussoren

#46904: Python Decimal supports '#' format, C Decimal does not.
https://bugs.python.org/issue46904 opened by const

#46905: winsound.PlaySound should accept pathlib.Path instances
https://bugs.python.org/issue46905 opened by Julian-O

#46906: Add PyFloat_(Pack|Unpack)(2|4|8) to the public C API
https://bugs.python.org/issue46906 opened by methane

#46907: Update Windows and MacOS installer to SQLite 3.38.0.
https://bugs.python.org/issue46907 opened by felixxm

#46908: Debugger jumps to a wrong instruction in for loop
https://bugs.python.org/issue46908 opened by franarenasafan

#46911: Early tracing has lineno=None for modules
https://bugs.python.org/issue46911 opened by nedbat

#46912: Full gc collection blocked from collecting after some amount o
https://bugs.python.org/issue46912 opened by al3x3i.k

#46913: UBSAN: test_ctypes, test_faulthandler and test_hashlib are fai
https://bugs.python.org/issue46913 opened by vstinner

#46914: On Osx Monterey(12.x), Logging.handlers.SysLogHandler does not
https://bugs.python.org/issue46914 opened by pbloom

#46915: Build with Py_LIMITED_API fails unknown type name ???PyModuleD
https://bugs.python.org/issue46915 opened by christian.heimes

#46917: Require IEEE 754 floating point to build Python 3.11
https://bugs.python.org/issue46917 opened by vstinner

#46918: The vulnerability is included in /lib/python3.9/ensurepip afte
https://bugs.python.org/issue46918 opened by zjmxq

#46920: Remove code made dead long ago with #if 0
https://bugs.python.org/issue46920 opened by arhadthedev

#46921: Vectorcall support for super()
https://bugs.python.org/issue46921 opened by kj

#46922: tarfile.TarFile.next() crashes on empty tar files
https://bugs.python.org/issue46922 opened by progval

#46923: Implement stack overflow protection for supported platforms
https://bugs.python.org/issue46923 opened by Mark.Shannon



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

#46923: Implement stack overflow protection for supported platforms
https://bugs.python.org/issue46923

#46922: tarfile.TarFile.next() crashes on empty tar files
https://bugs.python.org/issue46922

#46921: Vectorcall support for super()
https://bugs.python.org/issue46921

#46917: Require IEEE 754 floating point to build Python 3.11
https://bugs.python.org/issue46917

#46912: Full gc collection blocked from collecting after some amount o
https://bugs.python.org/issue46912

#46904: Python Decimal supports '#' format, C Decimal does not.
https://bugs.python.org/issue46904

#46901: Deprecate and eventually remove macOS-only PYTHONEXECUTABLE en
https://bugs.python.org/issue46901

#46899: use of uninitialized value with msan from subprocess_fork_exec
https://bugs.python.org/issue46899

#46898: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46898

#46897: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46897

#46895: Allow extensions to set a callback to be invoked when a type i
https://bugs.python.org/issue46895

#46893: Allow extensions to set the vectorcall field on instances of P
https://bugs.python.org/issue46893

#46892: Async Call-Stack Reconstruction
https://bugs.python.org/issue46892

#46881: Statically allocate and initialize the latin1 characters.
https://bugs.python.org/issue46881

#46879: [doc] incorrect sphinx object names
https://bugs.python.org/issue46879



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

#46921: Vectorcall support for super()
https://bugs.python.org/issue46921

#46920: Remove code made dead long ago with #if 0
https://bugs.python.org/issue46920

#46913: UBSAN: test_ctypes, test_faulthandler and test_hashlib are fai
https://bugs.python.org/issue46913

#46907: Update Windows and MacOS installer to SQLite 3.38.0.
https://bugs.python.org/issue46907

#46906: Add PyFloat_(Pack|Unpack)(2|4|8) to the public C API
https://bugs.python.org/issue46906

#46903: Crash when setting attribute with string subclass as the name
https://bugs.python.org/issue46903

#46887: ./Programs/_freeze_module fails with MSAN: Uninitialized value
https://bugs.python.org/issue46887

#46884: [doc] msilib.rst uses data directive to document modules
https://bugs.python.org/issue46884

#46882: Clarify argument type of platform.platform(aliased, terse) to
https://bugs.python.org/issue46882

#46881: Statically allocate and initialize the latin1 characters.
https://bugs.python.org/issue46881

#46879: [doc] incorrect sphinx object names
https://bugs.python.org/issue46879

#46878: [sqlite3] remove "non-standard" from docstrings
https://bugs.python.org/issue46878

#46864: Deprecate ob_shash in BytesObject
https://bugs.python.org/issue46864

#46860: `--with-suffix` not respected on case-insensitive file systems
https://bugs.python.org/issue46860

#46850: [C API] Move _PyEval_EvalFrameDefault() to the internal C API
https://bugs.python.org/issue46850



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

#46841: Inline bytecode caches
https://bugs.python.org/issue46841 16 msgs

#46913: UBSAN: test_ctypes, test_faulthandler and test_hashlib are fai
https://bugs.python.org/issue46913 15 msgs

#46890: venv does not create "python" link in python 3.11
https://bugs.python.org/issue46890 14 msgs

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807 10 msgs

#46863: Python 3.10 OpenSSL Configuration Issues
https://bugs.python.org/issue46863 10 msgs

#46868: Improve performance of math.prod with bignums (and functools.r
https://bugs.python.org/issue46868 8 msgs

#46896: add support for watching writes to selected dictionaries
https://bugs.python.org/issue46896 8 msgs

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836 7 msgs

#46888: SharedMemory.close() destroys memory
https://bugs.python.org/issue46888 7 msgs

#17505: [doc] email.header.Header.__unicode__ does not decode header
https://bugs.python.org/issue17505 6 msgs



Issues closed (58)
==================

#6634: [doc] sys.exit() called from threads other than the main one:
https://bugs.python.org/issue6634 closed by iritkatriel

#10515: csv sniffer does not recognize quotes at the end of line
https://bugs.python.org/issue10515 closed by iritkatriel

#15002: urllib2 does not download 4 MB file completely using ftp
https://bugs.python.org/issue15002 closed by iritkatriel

#21910: [doc] File protocol should document if writelines must handle
https://bugs.python.org/issue21910 closed by Jelle Zijlstra

#30698: asyncio sslproto do not shutdown ssl layer cleanly
https://bugs.python.org/issue30698 closed by asvetlov

#42337: Skip building web installers on Windows
https://bugs.python.org/issue42337 closed by steve.dower

#45062: test_asyncio: test_huge_content_recvinto() failed on PPC64LE R
https://bugs.python.org/issue45062 closed by vstinner

#45065: test_asyncio failed (env changed) on s390x RHEL8 Refleaks 3.10
https://bugs.python.org/issue45065 closed by vstinner

#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159 closed by asvetlov

#45431: [C API] Rename CFrame or hide it to only export names starting
https://bugs.python.org/issue45431 closed by vstinner

#45492: stdlib inspect documentation on code.co_names is incorrect
https://bugs.python.org/issue45492 closed by iritkatriel

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195 closed by Jelle Zijlstra

#46311: Clean up PyLong_FromLong and PyLong_FromLongLong
https://bugs.python.org/issue46311 closed by Mark.Shannon

#46318: asyncio and ssl: ResourceWarning: unclosed transport
https://bugs.python.org/issue46318 closed by asvetlov

#46389: 3.11: unused generator comprehensions cause f_lineno==None
https://bugs.python.org/issue46389 closed by Mark.Shannon

#46567: Add Tcl/Tk builds for ARM64
https://bugs.python.org/issue46567 closed by steve.dower

#46633: AddressSanitizer: Skip tests directly in Python, not with exte
https://bugs.python.org/issue46633 closed by vstinner

#46643: typing.Annotated cannot wrap typing.ParamSpec args/kwargs
https://bugs.python.org/issue46643 closed by Jelle Zijlstra

#46661: Duplicate deprecation warnings in docs for asyncio
https://bugs.python.org/issue46661 closed by gvanrossum

#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675 closed by Mark.Shannon

#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712 closed by gvanrossum

#46748: Python.h includes stdbool.h
https://bugs.python.org/issue46748 closed by erlendaasland

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753 closed by eric.snow

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756 closed by pablogsal

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786 closed by scoder

#46794: Please update bundled libexpat to 2.4.6 with security fixes (5
https://bugs.python.org/issue46794 closed by corona10

#46808: remove NEXT_BLOCK() from compile.c
https://bugs.python.org/issue46808 closed by iritkatriel

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816 closed by vstinner

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831 closed by Jelle Zijlstra

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845 closed by methane

#46848: Use optimized string search function in mmap.find()
https://bugs.python.org/issue46848 closed by Dennis Sweeney

#46849: Memory problems detected using Valgrind
https://bugs.python.org/issue46849 closed by sxt1001

#46852: Remove the float.__set_format__() method
https://bugs.python.org/issue46852 closed by mark.dickinson

#46853: Python interpreter can get code from memory, it is not secure.
https://bugs.python.org/issue46853 closed by brett.cannon

#46854: Failed to compile static python3.7.12
https://bugs.python.org/issue46854 closed by ned.deily

#46855: printing a string with strange characters loops forever
https://bugs.python.org/issue46855 closed by svild

#46857: Python leaks one reference at exit on Windows
https://bugs.python.org/issue46857 closed by vstinner

#46859: NameError: free variable 'outer' referenced before assignment
https://bugs.python.org/issue46859 closed by Jelle Zijlstra

#46861: os.environ forces variable names to upper case on Windows
https://bugs.python.org/issue46861 closed by eryksun

#46865: *() Invalid Syntax: iterable unpacking of empty tuple
https://bugs.python.org/issue46865 closed by serhiy.storchaka

#46866: bytes class extension with slices
https://bugs.python.org/issue46866 closed by serhiy.storchaka

#46867: difference of work
https://bugs.python.org/issue46867 closed by grifonice99

#46869: platform.release() and sys returns wrong version on Windows 11
https://bugs.python.org/issue46869 closed by eryksun

#46871: Lambda can't be pickled with "spawn" and only "fork"
https://bugs.python.org/issue46871 closed by ronaldoussoren

#46873: inspect.getsource with some lambdas in decorators does not get
https://bugs.python.org/issue46873 closed by ahopkins

#46874: [sqlite3] optimise user-defined functions
https://bugs.python.org/issue46874 closed by erlendaasland

#46875: Missing name in TaskGroup.__repr__()
https://bugs.python.org/issue46875 closed by achimnol

#46876: Walrus operator not in help
https://bugs.python.org/issue46876 closed by AlexWaygood

#46877: [doc] unittest.doModuleCleanups() does not exist
https://bugs.python.org/issue46877 closed by gvanrossum

#46886: ARM64 Windows Non-Debug 3.x: random build error: failure durin
https://bugs.python.org/issue46886 closed by vstinner

#46889: enable sqlite math functions on macos
https://bugs.python.org/issue46889 closed by erlendaasland

#46891: Crash in ModuleType subclass with __slots__
https://bugs.python.org/issue46891 closed by Mark.Shannon

#46894: make install DESTDIR= uses /lib/python3.10/lib-dynload out of
https://bugs.python.org/issue46894 closed by ned.deily

#46900: marshal.dumps represents the same list object differently
https://bugs.python.org/issue46900 closed by Dreeseaw

#46909: Update getpath.py to look for os.pyc in __pycache__ folders
https://bugs.python.org/issue46909 closed by steve.dower

#46910: Expect IndentationError, get SyntaxError: 'break' outside loop
https://bugs.python.org/issue46910 closed by pablogsal

#46916: There is a problem with escape characters in the path passed i
https://bugs.python.org/issue46916 closed by vincent.fung

#46919: After Python 3.9.2 is installed, the CVE-2019-12900 and CVE-20
https://bugs.python.org/issue46919 closed by ned.deily

1 2 3 4 5 6 7  View All