From 3343d168e1b1990cf834fe1d9ad58a7eacd8bc20 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 15 Sep 2004 18:38:09 +0000 Subject: [PATCH] interrogate is fixed now --- direct/src/distributed/cConnectionRepository.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/direct/src/distributed/cConnectionRepository.cxx b/direct/src/distributed/cConnectionRepository.cxx index 51236cf7c1..df2ba51190 100644 --- a/direct/src/distributed/cConnectionRepository.cxx +++ b/direct/src/distributed/cConnectionRepository.cxx @@ -142,9 +142,7 @@ check_datagram() { // structure, to support legacy code that expects to find it // there. if (_python_repository != (PyObject *)NULL) { - // Dave Needs to fix interage.. - PyObject *value = PyInt_FromLong(_msg_sender); -// PyObject *value = PyLong_FromUnsignedLongLong(_msg_sender); + PyObject *value = PyLong_FromUnsignedLongLong(_msg_sender); PyObject_SetAttrString(_python_repository, "msgSender", value); Py_DECREF(value); }