[New-bugs-announce] [issue14369] make __closure__ writable

Yury Selivanov report at bugs.python.org
Mon Mar 19 18:51:17 CET 2012


New submission from Yury Selivanov <yselivanov at gmail.com>:

__code__ and __closure__ are designed to work together.  There is no point in allowing to completely substitute the __code__ object, but protecting the __closure__.

----------
components: Interpreter Core
files: writable_closure.patch
keywords: patch
messages: 156350
nosy: Yury.Selivanov, asvetlov, pitrou
priority: normal
severity: normal
status: open
title: make __closure__ writable
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file24943/writable_closure.patch

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


More information about the New-bugs-announce mailing list