mejrs
|
984fdf57c7
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
Gabriel Smith
|
75656949f9
|
macros: Support #[pyo3(name)] on enum variants
|
2022-06-22 09:36:40 -04:00 |
Gabriel Smith
|
2122faa547
|
macros: Use macro-defined name for enums in __repr__
|
2022-06-21 16:31:23 -04:00 |
b05902132
|
78f5afc82e
|
Finish implementation for pyclass enums
|
2022-02-07 22:17:11 +00:00 |
David Hewitt
|
6433d884fc
|
dev: remove self dev dependency
|
2021-12-08 07:48:58 +00:00 |
b05902132
|
aac0e566b0
|
Allow default implementation of slots. Add default __repr__ for enums.
|
2021-11-29 17:35:18 +08:00 |
b05902132
|
b7419b5278
|
Refactor #[pyclass] and now it supports enum.
There's no functionality since it does not generate __richcmp__.
Also it only works on enums with only variants, and does not support
C-like enums.
|
2021-11-21 20:05:53 +08:00 |