Skip to content

Commit e485244

Browse files
author
Ralf W. Grosse-Kunstleve
committed
boost.python: merging from trunk to release (Troy Straszheim's fix for a long-standing bug)
[SVN r57621]
1 parent b9cd3ff commit e485244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/object/class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static PyTypeObject static_data_object = {
182182
0, /* tp_alloc */
183183
0, // filled in with type_new /* tp_new */
184184
0, // filled in with __PyObject_GC_Del /* tp_free */
185-
(inquiry)type_is_gc, /* tp_is_gc */
185+
0, /* tp_is_gc */
186186
0, /* tp_bases */
187187
0, /* tp_mro */
188188
0, /* tp_cache */

0 commit comments

Comments
 (0)