Rev 5379: We should be exposing StaticTuple_FromSequence in its api definition in http://bazaar.launchpad.net/~jameinel/bzr/2.3-btree-chk-leaf

John Arbash Meinel john at arbash-meinel.com
Wed Aug 4 15:28:16 BST 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.3-btree-chk-leaf

------------------------------------------------------------
revno: 5379
revision-id: john at arbash-meinel.com-20100804142810-9ef2ytu2dh0pwk34
parent: john at arbash-meinel.com-20100804071454-bfhbwrqes7sabvay
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.3-btree-chk-leaf
timestamp: Wed 2010-08-04 09:28:10 -0500
message:
  We should be exposing StaticTuple_FromSequence in its api definition
-------------- next part --------------
=== modified file 'bzrlib/_static_tuple_c.pxd'
--- a/bzrlib/_static_tuple_c.pxd	2010-05-11 14:13:31 +0000
+++ b/bzrlib/_static_tuple_c.pxd	2010-08-04 14:28:10 +0000
@@ -33,6 +33,7 @@
     int import_static_tuple_c() except -1
     StaticTuple StaticTuple_New(Py_ssize_t)
     StaticTuple StaticTuple_Intern(StaticTuple)
+    StaticTuple StaticTuple_FromSequence(object)
 
     # Steals a reference and val must be a valid type, no checking is done
     void StaticTuple_SET_ITEM(StaticTuple key, Py_ssize_t offset, object val)



More information about the bazaar-commits mailing list