[New-bugs-announce] [issue3760] PEP 3121 --- PyType_Copy is missing

Paul Pogonyshev report at bugs.python.org
Tue Sep 2 21:22:24 CEST 2008


New submission from Paul Pogonyshev <pogonyshev at gmx.net>:

PEP 3121 at python.org mentions PyType_Copy().  However, it doesn't seem
to be present in SVN version and there is no apparent replacement. 
Please clarify how types should be created for different module
instances --- if just sharing is fine, or should some copying (which
function?) be used.

----------
components: Interpreter Core
messages: 72362
nosy: _doublep
severity: normal
status: open
title: PEP 3121 --- PyType_Copy is missing
type: behavior
versions: Python 3.0

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


More information about the New-bugs-announce mailing list