The following code apparently tries to write to anull
pointer:
import clrimport picklefrom System import Exceptionpickle.dumps(Exception())
I'm investigating, where it fails exactly but I'm open to hints :)
Small addition: This works fine for simple objects likeSystem.Object()