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, skrah, vstinner
Date 2013-11-13.12:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dKQGZ5Drmz7Ljq@mail.python.org>
In-reply-to
Content
New changeset 8e40d07d3cd2 by Victor Stinner in branch 'default':
Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle
http://hg.python.org/cpython/rev/8e40d07d3cd2

New changeset a217ea1671a8 by Victor Stinner in branch 'default':
Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failure
http://hg.python.org/cpython/rev/a217ea1671a8

New changeset dc5ae99bc605 by Victor Stinner in branch 'default':
Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()
http://hg.python.org/cpython/rev/dc5ae99bc605

New changeset 13203ea0ac5b by Victor Stinner in branch 'default':
Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects()
http://hg.python.org/cpython/rev/13203ea0ac5b
History
Date User Action Args
2013-11-13 12:33:27python-devsetrecipients: + python-dev, vstinner, skrah
2013-11-13 12:33:27python-devlinkissue19437 messages
2013-11-13 12:33:27python-devcreate