]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More factorization: added a method getrvforcallit(). This allows a C++
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Jun 2005 15:00:13 +0000 (15:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Jun 2005 15:00:13 +0000 (15:00 +0000)
commit62cc1233f9796222cce9638333546357920c6d3d
tree52d828c1436b006c2551a7118ce3b9dfe567b418
parent3095ad06505d5b0606a2b1d96a624ba0d9db921e
More factorization: added a method getrvforcallit(). This allows a C++
bridge to combine declaration and assignment to the return value
temporary, allowing us to handle functions returning const values.
Tools/bgen/bgen/bgenGenerator.py