Skip to content

Fixed the asserts in PyAwaitable_AddAwait, PyAwaitable_DeferAwait, and PyAwaitable_SetResult.#84

Merged
ZeroIntensity merged 3 commits into
ZeroIntensity:masterfrom
AraHaan:fixed-asserts
Dec 16, 2025
Merged

Fixed the asserts in PyAwaitable_AddAwait, PyAwaitable_DeferAwait, and PyAwaitable_SetResult.#84
ZeroIntensity merged 3 commits into
ZeroIntensity:masterfrom
AraHaan:fixed-asserts

Conversation

@AraHaan

@AraHaan AraHaan commented Dec 14, 2025

Copy link
Copy Markdown
Collaborator

This is because Py_IS_TYPE already checks Py_TYPE for us which causes the assertion to fail.

…d PyAwaitable_SetResult.

This is because Py_IS_TYPE already checks Py_TYPE for us causing the assertion to fail.

Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
@netlify

netlify Bot commented Dec 14, 2025

Copy link
Copy Markdown

Deploy Preview for pyawaitable ready!

Name Link
🔨 Latest commit 65d4e19
🔍 Latest deploy log https://app.netlify.com/projects/pyawaitable/deploys/694160a2452c660008f32a88
😎 Deploy Preview https://deploy-preview-84--pyawaitable.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ZeroIntensity ZeroIntensity added the skip tests Tests are not needed label Dec 15, 2025
@ZeroIntensity

Copy link
Copy Markdown
Owner

Could you add a changelog entry? This is technically user-facing. Something like "Fix assertion failures when running in debug mode." should work.

@ZeroIntensity ZeroIntensity merged commit d7d08ca into ZeroIntensity:master Dec 16, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip tests Tests are not needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants