|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57621 - in branches/release: boost/python libs/python libs/python/src/object
From: rwgk_at_[hidden]
Date: 2009-11-12 19:40:02
Author: rwgk
Date: 2009-11-12 19:40:01 EST (Thu, 12 Nov 2009)
New Revision: 57621
URL: http://svn.boost.org/trac/boost/changeset/57621
Log:
boost.python: merging from trunk to release (Troy Straszheim's fix for a long-standing bug)
Properties modified:
branches/release/boost/python/ (props changed)
branches/release/libs/python/ (props changed)
Text files modified:
branches/release/libs/python/src/object/class.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/python/src/object/class.cpp
==============================================================================
--- branches/release/libs/python/src/object/class.cpp (original)
+++ branches/release/libs/python/src/object/class.cpp 2009-11-12 19:40:01 EST (Thu, 12 Nov 2009)
@@ -182,7 +182,7 @@
0, /* tp_alloc */
0, // filled in with type_new /* tp_new */
0, // filled in with __PyObject_GC_Del /* tp_free */
- (inquiry)type_is_gc, /* tp_is_gc */
+ 0, /* tp_is_gc */
0, /* tp_bases */
0, /* tp_mro */
0, /* tp_cache */
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk