Mercurial > hg
comparison .hgignore @ 43178:1b2200bd06b6
rust-cpython: add safe wrapper representing shared data borrowed from PyObject
PySharedRef is a tempoary wrapper around PySharedRefCell. It provides safe
functions for each shared data. $shared_accessor implements a safe method
to construct PySharedRefCell.
This allows us to add more than once PySharedRefCell to a Python object.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 15 Sep 2019 16:50:48 +0900 |
parents | aab43d5861bb |
children | 8492c6293c31 |
comparison
equal
deleted
inserted
replaced
43177:5cb8867c9e2b | 43178:1b2200bd06b6 |
---|