auxsvr

Results 4 issues of auxsvr

## Bug Report Memray triggers segfault running Sqlalchemy code using greenlets. ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 PyCode_Addr2Line (addrq=0, co=0x66) at Objects/codeobject.c:1248 1248 if (addrq < 0)...

Probably because of the solution to #4, calling `.schema()` with most models fails with error message: > TypeError: issubclass() arg 1 must be a class The solution seems to be...

Fixes #2816. ## What do these changes do? Add `ClientResponse.certificate` and populate it, if appropriate. ## Are there changes in behavior for the user? Yes, the `ClientResponse.certificate` property contains the...

bot:chronographer:provided

# Pull Request Check List Resolves: #6994 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. The change looks trivial, so I only...