Skip to content

Conversation

@iritkatriel
Copy link
Member

@iritkatrieliritkatriel commented Mar 7, 2023

Copy link
Member

@ned-deilyned-deily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor nit about the NEWS blurb entry but otherwise I verified that the PR does fix the observed regression with psutil on macOS and that no new test suite regressions are observed. Thanks, @iritkatriel, for the fast work!

@iritkatrieliritkatriel changed the title gh-102493: fix normalisation in PyErr_SetObjectgh-102493: fix normalization in PyErr_SetObjectMar 7, 2023
iritkatrieland others added 2 commits March 7, 2023 19:03
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@Yhg1sYhg1s merged commit a33ca2a into python:mainMar 7, 2023
carljm added a commit to carljm/cpython that referenced this pull request Mar 7, 2023
* main: pythongh-102493: fix normalization in PyErr_SetObject (python#102502) pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320) pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781) Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398) pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429) pythongh-90110: Fix the c-analyzer Tool (python#102483) pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485) Remove unused import of `warnings` from `unittest.loader` (python#102479) Add gettext support to tools/extensions/c_annotations.py (python#101989)
carljm added a commit to carljm/cpython that referenced this pull request Mar 8, 2023
* main: pythongh-102493: fix normalization in PyErr_SetObject (python#102502) pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320) pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781) Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398) pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429) pythongh-90110: Fix the c-analyzer Tool (python#102483) pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485) Remove unused import of `warnings` from `unittest.loader` (python#102479) Add gettext support to tools/extensions/c_annotations.py (python#101989)
@iritkatrieliritkatriel deleted the gh-102493 branch April 3, 2023 17:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.12only security fixesrelease-blockertype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gh-101607 causes regression in third-party psutil package on macOS

6 participants

@iritkatriel@JelleZijlstra@gvanrossum@Yhg1s@ned-deily@bedevere-bot