pyo3/src
bors[bot] e1f028f3e5
Merge #3209
3209: Remove the conditional compilation flags which are made redundant  by the MSRV bump r=davidhewitt a=adamreichold



Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
2023-06-05 14:09:05 +00:00
..
conversions Remove cfg min_const_generics made unnecessary by MSRV bump. 2023-06-05 09:42:40 +02:00
err remove copyright headers from source files 2023-06-03 22:38:54 +01:00
ffi Add wrapper for PyASCIIObject state bitfield accesses based on bindgen 2023-03-26 17:11:01 +02:00
impl_ Merge #3209 2023-06-05 14:09:05 +00:00
inspect docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pycell docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pyclass use dynamic trampoline for all getters and setters 2023-05-09 08:09:59 +01:00
test_hygiene support ordering magic methods for #[pyclass] 2023-06-04 13:58:18 +01:00
types fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
buffer.rs docs: mention PyBuffer 2023-05-09 19:53:39 +01:00
callback.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
conversion.rs fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
derive_utils.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
exceptions.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
gil.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
impl_.rs Move locking the GIL and handling the resulting panics into a library function. 2023-05-25 20:01:35 +02:00
instance.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
internal_tricks.rs support text_signature on #[new] 2023-05-04 07:15:11 +01:00
lib.rs Bump MSRV to 1.56 2023-06-04 23:02:30 +01:00
macros.rs Fix redundant imports in doc tests thereby fixing the careful CI job. 2023-04-10 08:09:06 +02:00
marker.rs fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
marshal.rs Add more lints 2022-03-23 08:07:28 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
pycell.rs Prevent dropping unsendable classes on other threads. 2023-05-25 19:10:42 +02:00
pyclass.rs use dynamic trampoline for all getters and setters 2023-05-09 08:09:59 +01:00
pyclass_init.rs pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
sync.rs Add GILProtected synchronization primitive replacement and use it for LazyTypeObjectInner. 2023-02-23 09:38:02 +01:00
type_object.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00