Message297944
I don't know other way to provoke SystemError by Python code. Always if SystemError was leaked this considered a bug and was fixed.
When unload package you need to remove its name and names of its submodules from sys.modules. This is a common case. If the submodule is imported at the same time in other thread you can get SystemError (randomly, with very small probability). I think that if the error can't be avoided, SystemError is a wrong exception for this case. |
|
| Date |
User |
Action |
Args |
| 2017-07-08 06:28:16 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, ncoghlan, eric.snow |
| 2017-07-08 06:28:16 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-07-08 06:28:16 | serhiy.storchaka | link | issue30876 messages |
| 2017-07-08 06:28:16 | serhiy.storchaka | create | |
|