Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Dec 20, 2024

I missed the extra PyModule_Check in GH-127660 because I was looking at
3.12 as the base implementation for import from. This meant that I
missed the PyModuleCheck introduced in GH-112661.
(cherry picked from commit 45e6dd6)

Co-authored-by: Shantanu [email protected]

…module (pythonGH-128047) I missed the extra `PyModule_Check` in pythonGH-127660 because I was looking at 3.12 as the base implementation for import from. This meant that I missed the `PyModuleCheck` introduced in pythonGH-112661. (cherry picked from commit 45e6dd6) Co-authored-by: Shantanu <[email protected]>
@hauntsaninjahauntsaninja enabled auto-merge (squash) December 20, 2024 08:23
@hauntsaninjahauntsaninja merged commit f320f74 into python:3.13Dec 20, 2024
39 checks passed
@miss-islingtonmiss-islington deleted the backport-45e6dd6-3.13 branch January 2, 2026 17:05
Sign up for freeto 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.

2 participants

@miss-islington@hauntsaninja