File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ 3.8.3
2+ -----
3+ * Fix issue: option `--disable-restrict-mode ` doesn't work in command `licenses `
4+ * Remove freevar `func ` from `frame.f_locals ` when raise exception in decorator `wraparmor `
5+
163.8.2
27-----
38* Change module filename to `<frozen modname> ` in traceback, set attribute `__file__ ` to real filename when running obfuscated scripts.
Original file line number Diff line number Diff line change 11# Downlaods for Pyarmor Prebuilt Dynamic Library #
22
3- Latest version: ** 3.2.7 **
3+ Latest version: ** 3.2.8 **
44
5- Build date: 2018-3-25
5+ Build date: 2018-4-1
66
77The core of Pyarmor is written by C, the prebuilt dynamic libraries
88include the common platforms and some embeded platforms. It's not
@@ -45,6 +45,12 @@ The name of platform is decomposed from distutils.util.get_platform()
4545
4646## Change Logs
4747
48+ ### 3.2.8
49+
50+ * Fix fast mode crashed problem in linux occasionally, because of copying overlapped memory.
51+ * Remove freevar ` func ` from ` frame.f_locals ` when raise exception in ` __wraparmor__ `
52+ * Set exception attribute ` __traceback__ ` to ` None ` for Python3 when raise exception in ` __wraparmor__ `
53+
4854### 3.2.7
4955
5056* Set ` __file__ ` to real filename when importing obfuscated scripts, keep co_filename as ` <frozen modname> `
You can’t perform that action at this time.
0 commit comments