[issue20726] inspect: Make Signature instances picklable

Yury Selivanov report at bugs.python.org
Sat Feb 22 04:21:54 CET 2014


New submission from Yury Selivanov:

There is no reason for Signature objects to be not picklable.
Patch is attached (it will require merging #19573 before).

----------
assignee: yselivanov
files: sig_picklable_01.patch
keywords: patch
messages: 211903
nosy: larry, ncoghlan, yselivanov
priority: normal
severity: normal
status: open
title: inspect: Make Signature instances picklable
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file34179/sig_picklable_01.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20726>
_______________________________________


More information about the Python-bugs-list mailing list