in pachi_py/ptr.hpp [856:868]
inline void aquire() { if (px) { if (pn) { // Counter exists ++(*pn); } else { // Create counter create_pn(); } } }