gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
This needs a single bit, but was stored as a void* in the module struct. This didn't matter due to packing, but now that there's another bool in the struct, we can save a bit of memory by making md_gil a bool. Variables that changed type are renamed, to detect conflicts.
P
Petr Viktorin committed
a4dd66275b62453bec055d730a8ce7173e519b6d
Parent: 4885ecf
Committed by GitHub <noreply@github.com>
on 11/14/2025, 9:38:49 AM