Add test_dealloc. Use uv_pipe to avoid bad fds.#27
Conversation
With uv_socketpair we get bad file descriptors and test_dealloc (and other tests) fail.
|
Hi @Vizonex, can you check this PR? Looks like using Also, |
|
I'll let this one through let me make sure my version is up to date with this one by testing this on my computer |
|
Feel free to let me know when I can release 0.1.4 |
|
Sure @Vizonex you can release 0.1.4 now. More updates will follow, but it's good to have this version tested already. |
|
Managed to fix the publish workflow by adding the use of submodules, v0.1.4 is now on PyPI. |
|
On Thu, May 30, 2024 at 9:41 AM Berry Schoenmakers ***@***.***> wrote:
Managed to fix the publish workflow by adding the use of submodules,
v0.1.4 is now on PyPI.
—
Reply to this email directly, view it on GitHub
<#27 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3K7GGWQLXV5KYKFVAA47GTZE43CDAVCNFSM6AAAAABIKBRUFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZZG42TCNBVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Thank you.
|
With uv_socketpair we get bad file descriptors and test_dealloc (and other tests) fail.