-
Notifications
You must be signed in to change notification settings - Fork 777
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
release: 0.23.3 #4745
release: 0.23.3 #4745
Conversation
* don't link to abi3 dll on windows for free-threaded build * newsfragment
Maybe also #4738 (reply in thread) |
Segmentation fault in Link failures on aarch64 windows, will investigate those too. pydantic/pydantic-core#1570 (comment) I think the link failures are worth resolving in the patch, if it's trivial to do so. |
As per #4757 I think this just became critically urgent. Will update here now. |
* fix `PYO3_CONFIG_FILE` env var not requesting rebuilds * test and newsfragment * fix clippy * relax assertion
Release is now prepared; assuming CI turns fully green I intend to proceed to merge and release immediately after. I will follow up by yanking 0.23.0 through 0.23.2 and file a security advisory, I guess. |
Release is now live on crates.io so users should increasingly be pulling it; it's late here so I am going to head to sleep and follow up with the yanking / advisory / GitHub release tomorrow. |
Thanks for running with this so quickly!
…On Tue, Dec 3, 2024, 5:37 PM David Hewitt ***@***.***> wrote:
Release is now live on crates.io so users should increasingly be pulling
it; it's late here so I am going to head to sleep and follow up with the
yanking / advisory / GitHub release tomorrow.
—
Reply to this email directly, view it on GitHub
<#4745 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBHYY2FDCNWWHUNU7EL2DYXCBAVCNFSM6AAAAABSXFKETSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJVGY4TGMZRGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Staging branch for the 0.23.3 patch release.
So far this includes #4733. I have a couple other things I think worth resolving before release:
We should probably include Towards soundness of PyByteArray::to_vec #4742- not shipping, seems like upstream doesn't handlebytearray
yet on the freethreaded build so not much we can do here.I have a segmentation fault in the- fixed in fixpydantic-core
test suite since updating to 0.23.2. I think this needs investigation asapPYO3_CONFIG_FILE
env var not requesting rebuilds #4758Another crash report in _PyMem_DebugRawFree under Python 3.13 starting with version 1.0.0 in PYTHONDEVMODE samuelcolvin/watchfiles#313- fixed in fixPYO3_CONFIG_FILE
env var not requesting rebuilds #4758