mesapy icon indicating copy to clipboard operation
mesapy copied to clipboard

A Fast and Safe Python based on PyPy

Results 9 mesapy issues
Sort by recently updated
recently updated
newest added

我的操作如下: ``` make sgx source /opt/intel/sgxsdk/environment cd sgx/examples/hello_world make SGX_PRERELEASE=1 SGX_DEBUG=0 ./app ``` 结果如下: ![image](https://user-images.githubusercontent.com/17559640/147076423-e78b5e42-1d20-465a-ae44-533092cf0d78.png) 我理解say()函数是运行在SGX enclave区域的,编译方式是pre_release这种方式,print应该是无法将数据打印到普通内存的。 但是print依然可以打印到终端,是我理解有错误吗?请大神们帮忙解决下。

Potential security vulnerability in mesalock-linux/mesapy file lib-python/2.7/shutil.py https://www.cvedetails.com/cve/CVE-2018-1000802/ I found this via https://www.deepfoss.com ![mesalock_security_report](https://user-images.githubusercontent.com/76598880/113606460-0b6be780-9616-11eb-8a36-5bb595d84717.PNG)

Does this platform support sklearn? Because most of the algorithms used are from sklearn.

This project is based on PyPy interpreter. Why not put CPython to SGX? CPython is more widely used.

JIT is quite perilous from the correctness and security standpoints, but this is currently not addressed in the README. If you write an interpreter in Rust you can use `rustc`...

打印 generator 或者generator中的元素,报错

Great project! Which versions of Python are currently supported though? I could only find Python 2.7 mentioned in the READAME which is outdated and official support soon is dropped. Supporting...