Merged in fix/testwrap-failure (pull request #330)
Fix testWrap failure after Duy change Approved-by: Mike Sheffler <msheffler@toyon.com>release/4.3a0
						commit
						e31b3f0519
					
				|  | @ -155,7 +155,7 @@ cdef class Test: | |||
|     def create_ptrs(self): | ||||
|         cdef pair [shared_ptr[CTest],shared_ptr[CTest]] ret = self.CTest_.get().create_ptrs() | ||||
|         return (Test.cyCreateFromShared(ret.first),Test.cyCreateFromShared(ret.second)) | ||||
|     def __str__(self): | ||||
|     def __repr__(self): | ||||
|         strBuf = RedirectCout() | ||||
|         self.print_('') | ||||
|         return strBuf.str() | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue