Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] gh-104745: Limit starting a patcher more than once without stopping it (GH-126649) #126772

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 13, 2024

Previously, this would cause an AttributeError if the patch stopped more than once after this, and would also disrupt the original patched object.


(cherry picked from commit 1e40c5b)

Co-authored-by: Red4Ru [email protected]
Co-authored-by: Peter Bierma [email protected]
Co-authored-by: Bénédikt Tran [email protected]

…ping it (pythonGH-126649)

Previously, this would cause an `AttributeError` if the patch stopped more than once after this, and would also disrupt the original patched object.

---------

(cherry picked from commit 1e40c5b)

Co-authored-by: Red4Ru <[email protected]>
Co-authored-by: Peter Bierma <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
@cjw296 cjw296 enabled auto-merge (squash) November 13, 2024 08:22
@cjw296 cjw296 merged commit e8dbe7e into python:3.13 Nov 13, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants