-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
_PyMem_DebugRawFree under Python 3.13 starting with version 1.0.0 in PYTHONDEVMODE #313
Comments
Are you using 3.13t? @davidhewitt, any chance this is a bug with PyO3? |
To my understanding not.
My version string is I would be surprised if that would be the default |
Thanks for the ping, sounds potentially serious, will try to investigate once the kids are in bed. |
Pretty sure the root cause will be PyO3/pyo3#4757 and re-releasing a build with PyO3 0.23.3 will fix. |
Description
Starting with Python 3.13 and watchfiles version 1.0.0, I get memory allocation issues when Python dev mode enabled.
The error goes away when either:
Example Code
Watchfiles Output
Operating System & Architecture
Linux-6.8.0-48-generic-x86_64-with-glibc2.36
#48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024
Environment
docker
Python & Watchfiles Version
python: 3.13.0 (main, Nov 12 2024, 02:27:08) [GCC 12.2.0], watchfiles: 1.0.0
Rust & Cargo Version
No response
The text was updated successfully, but these errors were encountered: