Jeong YunWon
20376451eb
Implement Py_mod_create slot support in multi-phase init
2026-01-22 11:21:42 +09:00
Jeong YunWon
bc02b2318c
module_exec
2026-01-21 22:39:40 +09:00
Shahar Naveh
4bf32a04f4
Apply some clipy lints ( #6045 )
2025-07-30 12:16:02 +09:00
Jeong, YunWon
c529c247bb
PyRef::into_ref() ( #3744 )
2025-07-03 14:07:30 +09:00
Ashwin Naren
b870b0e1b5
2024 edition formatting
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-26 11:48:22 -08:00
Jeong, YunWon
6eed8f42c7
split vm.import and vm.import_from ( #5212 )
2024-04-08 00:07:38 +09:00
Jeong YunWon
f314328294
lifetime bounded TryFromBorrwoedObject
2023-03-19 04:57:06 +09:00
Jeong YunWon
b60271a6cf
deprecate vm.invoke
2023-03-08 01:35:30 +09:00
Jeong YunWon
3942a08e0c
Simplify examples/call_between_rust_and_python
2023-02-09 21:31:32 +09:00
gelox
340816d435
Add direct member access to example
...
In the example demonstrating how to call between rust and python add
direct member access.
2022-11-21 21:50:31 +01:00
gelox
445cb6cc8b
Format
2022-11-21 21:50:22 +01:00
gelox
88299ef0bb
Fix review comments
2022-11-21 21:50:09 +01:00
gelox
357cf7863c
Add example for calling between rust and python
...
Add an example which illustrates how to call between rust and python.
Most importantly there no examples which illustrate how to call rust
from python and it is not obvious how to do this.
2022-11-21 21:49:36 +01:00