gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
finalize_modules_clear_weaklist() now holds a strong reference to the module longer than before: replace PyWeakref_GET_OBJECT() with _PyWeakref_GET_REF().
V
Victor Stinner committed
4328dc646517f9251bdf6c827014f01c5229e8d9
Parent: fc32522
Committed by GitHub <noreply@github.com>
on 6/21/2023, 7:50:20 PM