issues
search
pybind
/
pybind11
Seamless operability between C++11 and Python
https://pybind11.readthedocs.io/
Other
15.8k
stars
2.12k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Try to fix reentrant write transient failures in tests
#5447
msimacek
closed
3 days ago
0
[smart_holder] git merge master
#5446
rwgk
closed
4 days ago
0
Remove `mingw-w64-i686-python-numpy` from `mingw32` build
#5445
rwgk
closed
4 days ago
1
[smart_holder] git merge master
#5444
rwgk
closed
4 days ago
0
Run pytest in verbose mode
#5443
msimacek
closed
1 week ago
1
chore(deps): bump actions/attest-build-provenance from 1.4.3 to 1.4.4 in the actions group
#5440
dependabot[bot]
closed
1 week ago
0
`PYBIND11_PLATFORM_ABI_ID` Modernization Continued (WIP)
#5439
rwgk
opened
1 week ago
10
[smart_holder] git merge master
#5438
rwgk
closed
1 week ago
1
Build platform ABI tag improvements
#5437
wjakob
opened
1 week ago
3
[smart_holder] git merge master
#5436
rwgk
closed
2 weeks ago
0
Use std::unique_ptr in pybind11_getbuffer
#5435
QuLogic
closed
2 weeks ago
3
Fix incorrect link syntax in upgrade guide
#5434
tjstum
closed
2 weeks ago
0
[smart_holder] git merge master
#5433
rwgk
closed
2 weeks ago
0
chore(deps): update pre-commit hooks
#5432
pre-commit-ci[bot]
closed
2 weeks ago
0
[BUG]: Sparse Eigen type caster assumes that the index and value arrays are mutable
#5431
tttapa
opened
2 weeks ago
0
[BUG]: error LNK2001: unresolved external symbol main
#5430
xalteropsx
closed
2 weeks ago
0
Add dtype::normalized_num and dtype::num_of
#5429
MaartenBaert
closed
5 days ago
1
[BUG]: Description of is_fmt_numeric does not match actual behavior
#5428
MaartenBaert
opened
2 weeks ago
0
Add support for array_t<handle> and array_t<object>
#5427
MaartenBaert
closed
5 days ago
4
Systematically skip `ConstructorStats` tests on GraalPy
#5422
msimacek
closed
4 weeks ago
0
[BUG]: `type_info` data races in free threaded Python
#5421
colesbury
opened
4 weeks ago
0
[BUG]: Incompatible internals between versions
#5420
rostan-t
opened
4 weeks ago
7
Fixed data race in all_type_info in free-threading mode
#5419
vfdev-5
closed
2 weeks ago
4
[BUG]: Custom SharedPtr<T> usually should not be required to have a copy constructible T.
#5417
andre-caldas
opened
1 month ago
0
docs: fix error condition in custom type caster example
#5416
gschnabel
opened
1 month ago
0
[BUG] calling multiple pybind11 scoped env which calls cppyy
#5414
SimonDev666
opened
1 month ago
0
[BUG]: 2 successive py::scoped_interpreter -> double free or corruption (out)
#5412
user706
opened
1 month ago
1
Experimental: Changes on top of PR #4953
#5411
rwgk
closed
1 week ago
1
HELP WANTED: `type_caster_incomplete_type` sketch
#5409
rwgk
opened
1 month ago
0
[smart_holder] git merge master
#5408
rwgk
closed
1 month ago
0
Fix buffer protocol implementation
#5407
QuLogic
closed
2 weeks ago
13
Manually defining a class via attributes does not allow for passing kwargs
#5406
stuhood
opened
1 month ago
0
[BUG]: Pure virtual method overriding using mixin class gives: Tried to call pure virtual function …
#5405
ManuelSchneid3r
opened
1 month ago
1
feat(typing): allow annotate methods with `pos_only` when only have the `self` argument
#5403
XuehaiPan
closed
1 week ago
8
[smart_holder] git merge master
#5402
rwgk
closed
1 month ago
0
[smart_holder] Skip GC-dependent tests on GraalPy
#5401
msimacek
closed
1 month ago
1
Fix #5399: iterator increment operator does not skip first item
#5400
dalboris
closed
1 month ago
5
[BUG]: iterator increment operator does not skip first item
#5399
dalboris
closed
1 month ago
0
[smart_holder] git merge master
#5398
rwgk
closed
1 month ago
1
Print key in KeyError in map.__getitem__/__delitem__
#5397
sarlinpe
closed
1 month ago
4
Address regression introduced in #5381
#5396
francesco-ballarin
closed
1 month ago
21
docs/advanced A document about deadlock potential with C++ statics
#5394
tkoeppe
closed
1 month ago
9
[BUG]: CMake invalid include guard in pybind11Common.cmake
#5393
petersteneteg
opened
1 month ago
0
fix: don't strip with BUILD_TYPE None
#5392
jspricke
opened
1 month ago
0
[BUG]: Class attributes are not accessible when caught Python exception using py::register_exception
#5391
cesarpgouveia
opened
1 month ago
0
Export libc++ exceptions
#5390
cyyever
closed
1 month ago
4
Use if constexpr
#5389
cyyever
opened
1 month ago
1
Use perfect forward
#5388
cyyever
opened
1 month ago
9
Fix ODR voilations
#5387
cyyever
closed
1 month ago
1
Modernize C++ tests
#5386
cyyever
closed
1 month ago
1
Next