Skip to content

gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() - #107736

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test-capi-sys-getobject
Aug 7, 2023
Merged

gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()#107736
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test-capi-sys-getobject

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Aug 7, 2023

Copy link
Copy Markdown
Member

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the test-capi-sys-getobject branch August 7, 2023 19:29
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bea5f93196d213d6fbf4ba8984caf4c3cd1da882 3.12

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bea5f93196d213d6fbf4ba8984caf4c3cd1da882 3.11

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Aug 7, 2023
…ys_SetObject() (pythonGH-107736).
(cherry picked from commit bea5f93)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-107740 is a backport of this pull request to the 3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Aug 7, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Aug 7, 2023
…ys_SetObject() (pythonGH-107736).
(cherry picked from commit bea5f93)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-107741 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Aug 7, 2023
@serhiy-storchakaserhiy-storchaka removed their assignment Aug 7, 2023
serhiy-storchaka added a commit that referenced this pull request Aug 7, 2023
Yhg1s pushed a commit that referenced this pull request Aug 16, 2023
…Object() (GH-107736) (#107740)
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736).
(cherry picked from commit bea5f93)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@serhiy-storchaka@miss-islington@bedevere-bot