This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients python-dev, serhiy.storchaka, vstinner
Date 2013-11-06.21:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dFLss3gQ9z7LtT@mail.python.org>
In-reply-to
Content
New changeset 5e402c16a74c by Victor Stinner in branch 'default':
Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions
http://hg.python.org/cpython/rev/5e402c16a74c

New changeset cca13dd603a9 by Victor Stinner in branch 'default':
Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhook
http://hg.python.org/cpython/rev/cca13dd603a9

New changeset 6348764bacdd by Victor Stinner in branch 'default':
Issue #19512: pickle now uses an identifier to only create the Unicode string
http://hg.python.org/cpython/rev/6348764bacdd

New changeset 954167ce92a3 by Victor Stinner in branch 'default':
Issue #19512: add some common identifiers to only create common strings once,
http://hg.python.org/cpython/rev/954167ce92a3
History
Date User Action Args
2013-11-06 21:46:26python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka
2013-11-06 21:46:26python-devlinkissue19512 messages
2013-11-06 21:46:26python-devcreate