mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update precompile.md
This commit is contained in:
parent
2b74fc847e
commit
50fe20b659
@ -60,9 +60,9 @@ pkpy:1.4.4
|
||||
```
|
||||
|
||||
Comparing with **In-memory precompilation**,
|
||||
**String precompilation** drops most of the original source code.
|
||||
**String precompilation** drops most of the information of the original source code.
|
||||
It has an encryption effect, which can protect your source code from being stolen.
|
||||
It also means there is no source line information when an error occurs.
|
||||
This also means there is no source line information when an error occurs.
|
||||
|
||||
```python
|
||||
src = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user