[New-bugs-announce] [issue19431] Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithError()

STINNER Victor report at bugs.python.org
Tue Oct 29 10:55:35 CET 2013


New submission from STINNER Victor:

(Copy of an email) Georg Brandl via python.org 
	
Am 29.10.2013 01:19, schrieb victor.stinner:
> http://hg.python.org/cpython/rev/4ef4578db38a
> changeset:   86715:4ef4578db38a
> user:        Victor Stinner <victor.stinner at gmail.com>
> date:        Tue Oct 29 01:19:37 2013 +0100
> summary:
>   Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
> exceptions when merging fast locals into f_locals of a frame.
> PyEval_GetLocals() now raises an exception and return NULL on failure.

You'll have to either make this private or document it.

----------
assignee: docs at python
components: Documentation
messages: 201618
nosy: docs at python, georg.brandl, haypo, pitrou
priority: normal
severity: normal
status: open
title: Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithError()
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list