tests/bundles/issue4438-r2.hg
author Yuya Nishihara <yuya@tcha.org>
Sun, 08 Sep 2019 20:26:55 +0900
changeset 43177 5cb8867c9e2b
parent 23233 c1f370dab456
permissions -rw-r--r--
rust-cpython: move $leaked struct out of macro It wasn't easy to hack the $leaked struct since errors in macro would generate lots of compile errors. Let's make it a plain struct so we can easily extend it. PyLeakedRef keeps a more generic PyObject instead of the $name struct since it no longer has to call any specific methods implemented by the $name class. $leaked parameter in py_shared_iterator!() is kept for future change.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23233
c1f370dab456 discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
Mads Kiilerich <madski@unity3d.com>
parents:
diff changeset
     1
(binary:application/octet-stream)