Rev 4746: not using PyObject_IsTrue anymore, pyrex does that for us. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-simple-set-colliding-not-implemented

John Arbash Meinel john at arbash-meinel.com
Wed Oct 14 16:55:10 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1-simple-set-colliding-not-implemented

------------------------------------------------------------
revno: 4746
revision-id: john at arbash-meinel.com-20091014155504-j55asa13vkb7dnpk
parent: john at arbash-meinel.com-20091014155334-dxdm0ns610scz5c9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-simple-set-colliding-not-implemented
timestamp: Wed 2009-10-14 10:55:04 -0500
message:
  not using PyObject_IsTrue anymore, pyrex does that for us.
-------------- next part --------------
=== modified file 'bzrlib/_simple_set_pyx.pyx'
--- a/bzrlib/_simple_set_pyx.pyx	2009-10-14 15:53:34 +0000
+++ b/bzrlib/_simple_set_pyx.pyx	2009-10-14 15:55:04 +0000
@@ -35,7 +35,6 @@
         traverseproc tp_traverse
 
     PyTypeObject *Py_TYPE(PyObject *)
-    int PyObject_IsTrue(PyObject *)
     # Note: *Don't* use hash(), Pyrex 0.9.8.5 thinks it returns an 'int', and
     #       thus silently truncates to 32-bits on 64-bit machines.
     long PyObject_Hash(PyObject *) except -1



More information about the bazaar-commits mailing list