Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.8] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)#23022

Merged
miss-islington merged 1 commit intopython:3.8python/cpython:3.8from
miss-islington:backport-3505261-3.8miss-islington/cpython:backport-3505261-3.8Copy head branch name to clipboard
Oct 29, 2020
Merged

[3.8] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)#23022
miss-islington merged 1 commit intopython:3.8python/cpython:3.8from
miss-islington:backport-3505261-3.8miss-islington/cpython:backport-3505261-3.8Copy head branch name to clipboard

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 29, 2020

func_dealloc() does not handle partially-created objects. Best not to give it any.
(cherry picked from commit 3505261)

Co-authored-by: Yonatan Goldschmidt yon.goldschmidt@gmail.com

https://bugs.python.org/issue42143

…ing the func object (pythonGH-22953)

func_dealloc() does not handle partially-created objects. Best not to give it any.
(cherry picked from commit 3505261)

Co-authored-by: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
@miss-islington
Copy link
Contributor Author

@Jongy and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 9ede1b0 into python:3.8 Oct 29, 2020
@miss-islington miss-islington deleted the backport-3505261-3.8 branch October 29, 2020 10:24
@miss-islington
Copy link
Contributor Author

@Jongy and @serhiy-storchaka: Status check is done, and it's a failure ❌ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.