PyWeakref_Check

This macro calls PyWeakref_CheckRef() last since that can involve a function call; this makes it more likely that the function call will be avoided.

extern (C)
int
PyWeakref_Check
()

Meta