Jeong YunWon
|
f9fbc486d8
|
Merge pull request #3136 from youknowone/buffer-writable
ResizeGuard -> BufferResizeGuard
|
2021-10-06 22:25:01 +09:00 |
|
Jeong YunWon
|
cf9e3f301a
|
Merge pull request #3233 from DimitrisJim/use_try
Clean up overflow cases.
|
2021-10-06 22:19:29 +09:00 |
|
Jeong YunWon
|
ad111f19b7
|
ResizeGuard -> BufferResizeGuard
|
2021-10-06 20:21:36 +09:00 |
|
jfh
|
d5b7f1ead1
|
Clean up overflow cases.
|
2021-10-06 14:00:38 +03:00 |
|
Jeong YunWon
|
92de3619fa
|
move IntoPy{Object, Exception, Result} to vm::function
which are used to define function arguments - those functions are mostly placed in the crate
|
2021-10-06 19:10:16 +09:00 |
|
Jim Fasarakis-Hilliard
|
c1e81bf963
|
Merge pull request #3137 from youknowone/fix-array-repr
Fix array repr
|
2021-10-04 08:13:10 +03:00 |
|
snowapril
|
aa2a7f01ee
|
add PyMapping as PyObjectRef wrapper
Modify original `PyMapping` to `PyMappingMethods` and create `PyMapping`
struct as `PyObjectRef` wrapper for implementing `PyMapping_*`
functions. https://docs.python.org/3/c-api/mapping.html
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 16:45:34 +09:00 |
|
snowapril
|
4fd0681498
|
move mapping protocol to rustpython_vm::protocol
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 14:47:19 +09:00 |
|
snowapril
|
1fbbdaabe3
|
support delitem in ass_subscript
|
2021-10-02 14:43:20 +09:00 |
|
snowapril
|
fc761b4e5b
|
add mapping protocol to proper types
|
2021-10-02 14:43:20 +09:00 |
|
Jeong YunWon
|
fee0054940
|
Fix array repr
|
2021-10-01 22:35:09 +09:00 |
|
Jeong YunWon
|
ff1129adb7
|
PyIterReturn for StopIteration
Same as ArithmaticValue for NotImplemented
|
2021-10-01 22:33:57 +09:00 |
|
Jeong YunWon
|
fb25a15f2c
|
split rustpython-stdlib crate
|
2021-10-01 01:54:04 +09:00 |
|