summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2019-11-17 22:45:52 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-18 11:45:52 +0800
commit079c963ddd4ebfd13a905829bc341dce85d94fbd (patch)
tree5ca14d29d4e46fd7328d3372e1bd4b0c8db76ae5 /.gitignore
parent8543286168ed3bb234395d66fb401714495ff198 (diff)
downloadpyopenssl-079c963ddd4ebfd13a905829bc341dce85d94fbd.tar.gz
use _ffi.from_buffer() to support bytearray (#852)
* use _ffi.from_buffer(buf) in send, to support bytearray * add bytearray test * update CHANGELOG.rst * move from_buffer before 'buffer too long' check * context-managed from_buffer + black * don't shadow buf in send() * test return count for sendall * test sending an array * fix test * also use from_buffer in bio_write * de-format _util.py * formatting * add simple bio_write tests * wrap line
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2040b80..e3057ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ doc/_build/
examples/simple/*.cert
examples/simple/*.pkey
.cache
+.mypy_cache \ No newline at end of file