cpython/Misc/NEWS.d/next
Mark Shannon 8bef34f625
GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)
Change old space bit of young objects from 0 to gcstate->visited_space.
This ensures that any object created *and* collected during cycle GC has the bit set correctly.
2024-03-26 11:11:42 +00:00
..
Build gh-71052: Add Android build script and instructions (#116426) 2024-03-22 00:52:29 +01:00
C API gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937) 2024-03-25 16:32:20 +00:00
Core and Builtins GH-117108: Set the "old space bit" to "visited" for all young objects (#117213) 2024-03-26 11:11:42 +00:00
Documentation Python 3.13.0a5 2024-03-12 21:11:08 +01:00
IDLE Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Library gh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL (GH-115628) 2024-03-26 08:45:43 +01:00
macOS Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Security Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Tests gh-83434: Disable XML in regrtest when -R option is used (#117232) 2024-03-26 08:35:59 +01:00
Tools-Demos Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Windows gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011) 2024-03-23 08:39:35 -07:00