[BUG] `TypeError: <= not supported between instances of str and int` when using format_exc with spp mode
Hello. I'm using format_exc() to send logs with possible errors to my database. Using SPP mode (pyarmor-7), the output of format_exc exception is:
Traceback (most recent call last): File
, line 385, in run File , line -1, in spp_caller File , line -1, in spp_caller TypeError: <= not supported between instances of str and int
Is there anyway to know exactly where is the error ? Using past VM mode it was working well
pyarmor-7 should be same as Pyarmor 7.7.4, and I don't change source of spp-code.
Are your sure it works in Pyarmor 7.7.4?
pyarmor-7should be same as Pyarmor 7.7.4, and I don't change source of spp-code.Are your sure it works in Pyarmor 7.7.4?
Only VM mode was working fine with format_exc
I'll check format_exc with spp mode after pyarmor 8 is stable.