mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 00:22:00 +00:00
fc0ca71903
buffer.request now creates a temporary Py_buffer instead of a pointer. This reduces the probability of misstakes, and stops a segfault when buffer.request was called twice. Also add build folder to gitignore.
24 lines
242 B
Plaintext
24 lines
242 B
Plaintext
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
cmake_install.cmake
|
|
.DS_Store
|
|
/example/example.so
|
|
/example/example.pyd
|
|
/build/*
|
|
*.sln
|
|
*.sdf
|
|
*.opensdf
|
|
*.vcxproj
|
|
*.filters
|
|
example.dir
|
|
Win32
|
|
x64
|
|
Release
|
|
Debug
|
|
.vs
|
|
CTestTestfile.cmake
|
|
Testing
|
|
autogen
|
|
MANIFEST
|