Mara Bos
39b41b3dc7
Replace num-traits dependency by std's TryFrom.
2020-05-04 15:50:07 +02:00
Yuji Kanagawa
0f07cf8db9
Merge pull request #886 from fusion-engineering-forks/dir
...
Add dir() to ObjectProtocol.
2020-05-04 18:07:27 +09:00
Mara Bos
d32c3c0b37
Add test for dir().
2020-05-04 09:57:46 +02:00
Yuji Kanagawa
879b0b58ac
Merge pull request #890 from davidhewitt/no-borrowed-objects
...
Remove unsound return of borrowed objects
2020-05-04 12:18:52 +09:00
David Hewitt
6f74fe6b38
Allow borrowed object for PyTuple::get_item.
...
As per feedback on #890
2020-05-03 18:48:01 +01:00
Yuji Kanagawa
78c51d3596
Merge pull request #891 from davidhewitt/benches
...
New benchmarks
2020-05-03 21:34:20 +09:00
Mara Bos
36ebd0566c
Update CHANGELOG.md.
2020-05-03 14:32:43 +02:00
Mara Bos
49d31a0134
Add dir() to ObjectProtocol.
2020-05-03 14:32:43 +02:00
David Hewitt
e1533129c9
Remove bench_pyclass
2020-05-03 11:12:31 +01:00
Yuji Kanagawa
e9bec070e1
Merge pull request #887 from kngwyu/new-nativetypes
...
New Native Types and Lighter GILPool
2020-05-03 12:10:43 +09:00
David Hewitt
be09aa00aa
New benchmarks
2020-05-02 23:38:36 +01:00
David Hewitt
b7ecec7812
Remove unsound return of borrowed objects
2020-05-02 23:35:26 +01:00
kngwyu
75c807f31d
Less borrow in GILPool::drop
2020-05-02 23:39:52 +09:00
Yuji Kanagawa
f2b347a9f6
Merge pull request #2 from davidhewitt/new-nativetypes
...
Thread-safe release pools
2020-05-02 22:10:45 +09:00
Yuji Kanagawa
17cf97df7d
Merge pull request #889 from kngwyu/refactor-pymethods-inventory
...
Unify PyMethodsInventoryDispatch and PyMethodsProtocol
2020-05-02 21:48:29 +09:00
David Hewitt
dfbe22bb56
Thread-safe release pools
2020-05-02 13:16:22 +01:00
kngwyu
b6befcfb93
CHANGELOG and better docs for PyMethodsImpl
2020-05-02 18:46:48 +09:00
kngwyu
816c50a649
Unify PyMethodsInventoryDispatch and PyMethodsProtocol
2020-05-02 17:48:25 +09:00
kngwyu
39bfb5f0d5
Clean up gil tests
2020-05-02 15:33:10 +09:00
kngwyu
8c6cbb605a
Better docs for new unchecked_downcast and borrowed objects
2020-05-02 14:58:12 +09:00
kngwyu
823b8e7f8a
New Native Types and lighter GILPool
2020-05-02 14:54:13 +09:00
Yuji Kanagawa
e40f022014
Merge pull request #888 from PyO3/remove-no-landing-pads
...
Remove -Zno-landing-pads
2020-05-02 14:51:42 +09:00
kngwyu
e6f8fa76af
Remove no-landing-pads
2020-05-02 13:57:49 +09:00
Austin Bingham
746c352ca8
Clarified documentation for implementing iteration. ( #882 )
...
* Clarified documentation for implementing iteration.
* Updated example so that it compiles.
* Updated PyIterProtocol docs per discussion.
* Added link to Python docs on iterators.
* Improved language regarding iterables and PyIterProtocol.
* Fixed assertion calls.
2020-04-28 17:46:20 +09:00
Yuji Kanagawa
e9e0da57a8
Merge pull request #880 from davidhewitt/py_get_set
...
Allow use of `#[pyo3(get, set)]` with `Py<T>`
2020-04-23 16:05:05 +09:00
David Hewitt
3008528fa6
Allow use of `#[pyo3(get, set)]` with `Py<T>`
2020-04-22 22:21:27 +01:00
Mara Bos
dcab478d66
Fix lifetime safety bug of AsPyRef::as_ref(). ( #876 )
...
* Fix lifetime safety bug of AsPyRef::as_ref().
Fixes #875 .
* Add test for AsPyRef's lifetimes.
2020-04-20 18:44:31 +01:00
Yuji Kanagawa
a58a1cf4c6
Merge pull request #856 from althonos/patch-iter
...
Allow passing non-mutable references to self in PyIterProtocol
2020-04-19 23:08:31 +09:00
Martin Larralde
6ac1b0503c
Fix pattern matching style in `pyo3-derive-backend` code
2020-04-19 13:05:46 +02:00
Martin Larralde
378a6a484c
Move `TryFromPyCell` trait to `derive_utils` module
2020-04-19 12:57:31 +02:00
Martin Larralde
b3c937c73a
Reformat code with `rustfmt`
2020-04-18 03:59:42 +02:00
Martin Larralde
f36f19cea4
Update guide to show using `PyRef` within `__iter__` method
2020-04-18 03:57:17 +02:00
Martin Larralde
ed63902eeb
Modify existing `PyIteratorProtocol` tests to use `PyRef` where possible
2020-04-18 03:57:17 +02:00
Martin Larralde
187d889565
Make `PyIterProtocol` methods accept both `PyRef` and `PyRefMut`
2020-04-18 03:57:17 +02:00
Martin Larralde
42e84ea6ff
Add compatibility trait `TryFromPyCell` to `pyo3::pycell`
2020-04-18 03:38:27 +02:00
Yuji Kanagawa
c8971552cf
Merge pull request #871 from PyO3/remove-konstin-from-coc
...
Remove myself from the CoC
2020-04-13 23:42:44 +09:00
konstin
3253cc86a6
Remove myself from the CoC
...
I'm not active on this project anymore, so I shouldn't be the CoC contact.
@kngwyu @davidhewitt Feel free to add yourself instead.
2020-04-13 13:38:41 +02:00
Yuji Kanagawa
d5b696f7ac
Merge pull request #869 from kngwyu/unsafe-gilpool
...
Bound 'py lifetime by GILPool in the internal usecases
2020-04-13 12:19:27 +09:00
Yuji Kanagawa
ae81865232
Apply suggestions from David
...
Co-Authored-By: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2020-04-13 11:05:48 +09:00
kngwyu
2cd466dc46
Bound 'py lifetime by GILPool when it's possible
2020-04-12 23:55:23 +09:00
David Hewitt
97fd658593
Add IntoPy<PyObject> for HashSet and BTreeSet ( #865 )
2020-04-12 14:44:01 +09:00
Yuji Kanagawa
5e285fda78
Fix synchronization of datetime tests ( #867 )
...
* Fix synchronization of datetime tests
* Use Mutex instead of RawMutex
2020-04-11 19:10:16 +09:00
Yuji Kanagawa
c2b173a14f
Merge pull request #868 from kngwyu/parking-lot-nonightly
...
Remove nightly flag from parking_lot
2020-04-11 15:08:57 +09:00
kngwyu
4af61e83c3
Remove nightly flag from parking_lot
2020-04-11 14:35:40 +09:00
Yuji Kanagawa
7b1e8a6daf
Merge pull request #851 from davidhewitt/pointer-optimization
...
Improve performance on pointer drop
2020-04-10 12:30:35 +09:00
Yuji Kanagawa
2da04e5b9b
Merge pull request #862 from kngwyu/use-lock-in-datetime-tests
...
Lock other threads before importing datetime
2020-04-10 12:00:05 +09:00
kngwyu
9dc3f9dc1a
Lock other threads before import datetime to avoid test failure
2020-04-09 22:11:03 +09:00
Yuji Kanagawa
af553685f8
Merge pull request #861 from kngwyu/merge-0.9.2
...
Bump version to 0.9.2 (second try)
2020-04-09 21:57:24 +09:00
Yuji Kanagawa
5add8d1dee
Merge branch 'master' into merge-0.9.2
2020-04-09 17:17:52 +09:00
kngwyu
a73ff502ba
More changelog
2020-04-09 17:13:05 +09:00